ComponentAdministration

Functions

Link copied to clipboard
abstract fun getNodes(): List<String>
Link copied to clipboard
abstract fun getServiceInstances(serviceName: String): List<ServiceInstance>
Link copied to clipboard
abstract fun getServices(): List<String>
Link copied to clipboard
abstract fun serviceHealth(serviceName: String, serviceId: String): String
Link copied to clipboard
abstract fun serviceHealths(serviceName: String): Map<String, String>