GetMetadataKas

data class GetMetadataKas(val enabled: Boolean, val externalK8sProxyUrl: String, val externalUrl: String, val version: String)

Constructors

Link copied to clipboard
constructor(enabled: Boolean, externalK8sProxyUrl: String, externalUrl: String, version: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Indicates whether KAS is enabled.

Link copied to clipboard

URL used by the Kubernetes tooling to communicate with the KAS Kubernetes API proxy. It’s null if kas.enabled is false.

Link copied to clipboard

URL used by the agents to communicate with KAS. It’s null if kas.enabled is false.

Link copied to clipboard

Version of KAS. It’s null if kas.enabled is false.