Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClusterVersion ¶
type ClusterVersion struct { // kubernetesVersion describes the version of the Kubernetes API Server, Controller Manager, Scheduler and Proxy. KubernetesVersion string `json:"kubernetesVersion"` // KubeletVersions is a map with a version number linked to the amount of kubelets running that version in the cluster KubeletVersions map[string]uint16 `json:"kubeletVersions"` }
func GetClusterVersionDetail ¶
func GetClusterVersionDetail(cli *kubernetes.Clientset) (*ClusterVersion, error)
Click to show internal directories.
Click to hide internal directories.