Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetAllImages ¶ added in v1.11.0
func GetAllImages(cfg *kubeadmapi.ClusterConfiguration) []string
GetAllImages returns a list of container images kubeadm expects to use on a control plane node
func GetEtcdImage ¶ added in v1.12.0
func GetEtcdImage(cfg *kubeadmapi.ClusterConfiguration) string
GetEtcdImage generates and returns the image for etcd or returns cfg.Etcd.Local.Image if specified
func GetGenericImage ¶ added in v1.11.1
GetGenericImage generates and returns a platform agnostic image (backed by manifest list)
func GetKubeControlPlaneImage ¶ added in v1.12.0
func GetKubeControlPlaneImage(image string, cfg *kubeadmapi.ClusterConfiguration) string
GetKubeControlPlaneImage generates and returns the image for the core Kubernetes components or returns the unified control plane image if specified
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.