ServiceDebugInfo

data class ServiceDebugInfo(id: String, type: ServiceProvider.Type, instances: List<KontainerDebugInfo.InstanceDebugInfo>)

Properties

id
Link copied to clipboard
val id: String
instances
Link copied to clipboard
val instances: List<KontainerDebugInfo.InstanceDebugInfo>
type
Link copied to clipboard
val type: ServiceProvider.Type