Documentation ¶
Index ¶
Constants ¶
View Source
const EMBEDDED_CLUSTER_LABEL = "kots.io/embedded-cluster"
View Source
const EMBEDDED_CLUSTER_ROLE_LABEL = EMBEDDED_CLUSTER_LABEL + "-role"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CapacityUsed ¶
type EmbeddedClusterNodes ¶
type Node ¶
type Node struct { Name string `json:"name"` IsConnected bool `json:"isConnected"` IsReady bool `json:"isReady"` IsPrimaryNode bool `json:"isPrimaryNode"` CanDelete bool `json:"canDelete"` KubeletVersion string `json:"kubeletVersion"` KubeProxyVersion string `json:"kubeProxyVersion"` OperatingSystem string `json:"operatingSystem"` KernelVersion string `json:"kernelVersion"` CPU CapacityUsed `json:"cpu"` Memory CapacityUsed `json:"memory"` Pods CapacityUsed `json:"pods"` Labels []string `json:"labels"` Conditions NodeConditions `json:"conditions"` PodList []PodInfo `json:"podList"` }
type NodeConditions ¶
Click to show internal directories.
Click to hide internal directories.