Delete path/to directory
This commit is contained in:
@@ -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