KontainerDebugInfo

data class KontainerDebugInfo(services: List<KontainerDebugInfo.ServiceDebugInfo>, config: Map<String, String>)

Types

InstanceDebugInfo
Link copied to clipboard
data class InstanceDebugInfo(createdAt: Instant, cls: String)
ServiceDebugInfo
Link copied to clipboard
data class ServiceDebugInfo(id: String, type: ServiceProvider.Type, instances: List<KontainerDebugInfo.InstanceDebugInfo>)

Properties

config
Link copied to clipboard
val config: Map<String, String>
services
Link copied to clipboard
val services: List<KontainerDebugInfo.ServiceDebugInfo>