Compare commits
3 Commits
f49a542ddf
...
1998fc0652
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1998fc0652 | ||
|
|
6ee3d00802 | ||
|
|
cf46424f50 |
6
.gitignore
vendored
6
.gitignore
vendored
@@ -1,4 +1,8 @@
|
|||||||
|
custom.nix
|
||||||
|
role-state.nix
|
||||||
|
*.iso
|
||||||
|
*.zip
|
||||||
|
*.pma
|
||||||
__pycache__/
|
__pycache__/
|
||||||
*.pyc
|
*.pyc
|
||||||
*.pyo
|
*.pyo
|
||||||
|
|
||||||
|
|||||||
@@ -1,8 +0,0 @@
|
|||||||
custom.nix
|
|
||||||
role-state.nix
|
|
||||||
*.iso
|
|
||||||
*.zip
|
|
||||||
*.pma
|
|
||||||
__pycache__/
|
|
||||||
*.pyc
|
|
||||||
*.pyo
|
|
||||||
@@ -1,15 +0,0 @@
|
|||||||
// Update the service data model to include requiresDomain and domain status fields.
|
|
||||||
|
|
||||||
class Service {
|
|
||||||
String name;
|
|
||||||
boolean requiresDomain;
|
|
||||||
DomainStatus domainStatus;
|
|
||||||
}
|
|
||||||
|
|
||||||
// Enum to represent domain status health checks for services
|
|
||||||
enum DomainStatus {
|
|
||||||
MISSING,
|
|
||||||
MISCONFIGURED,
|
|
||||||
CONNECTED,
|
|
||||||
UNKNOWN
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user