Kontainer Debug Info
data class KontainerDebugInfo(services: List<KontainerDebugInfo.ServiceDebugInfo>, config: Map<String, String>)
Content copied to clipboard
Types
InstanceDebugInfo
Link copied to clipboard
ServiceDebugInfo
Link copied to clipboard
data class ServiceDebugInfo(id: String, type: ServiceProvider.Type, instances: List<KontainerDebugInfo.InstanceDebugInfo>)
Content copied to clipboard