package images
import "k8s.io/kubernetes/cmd/kubeadm/app/images"
Index ¶
- func GetControlPlaneImages(cfg *kubeadmapi.ClusterConfiguration) []string
- func GetDNSImage(cfg *kubeadmapi.ClusterConfiguration) string
- func GetEtcdImage(cfg *kubeadmapi.ClusterConfiguration) string
- func GetGenericImage(prefix, image, tag string) string
- func GetKubernetesImage(image string, cfg *kubeadmapi.ClusterConfiguration) string
- func GetPauseImage(cfg *kubeadmapi.ClusterConfiguration) string
Functions ¶
func GetControlPlaneImages ¶
func GetControlPlaneImages(cfg *kubeadmapi.ClusterConfiguration) []string
GetControlPlaneImages returns a list of container images kubeadm expects to use on a control plane node
func GetDNSImage ¶
func GetDNSImage(cfg *kubeadmapi.ClusterConfiguration) string
GetDNSImage generates and returns the image for CoreDNS.
func GetEtcdImage ¶
func GetEtcdImage(cfg *kubeadmapi.ClusterConfiguration) string
GetEtcdImage generates and returns the image for etcd
func GetGenericImage ¶
GetGenericImage generates and returns a platform agnostic image (backed by manifest list)
func GetKubernetesImage ¶
func GetKubernetesImage(image string, cfg *kubeadmapi.ClusterConfiguration) string
GetKubernetesImage generates and returns the image for the components managed in the Kubernetes main repository, including the control-plane components and kube-proxy.
func GetPauseImage ¶
func GetPauseImage(cfg *kubeadmapi.ClusterConfiguration) string
GetPauseImage returns the image for the "pause" container
Source Files ¶
images.go
- Version
- v1.33.0 (latest)
- Published
- Apr 23, 2025
- Platform
- linux/amd64
- Imports
- 6 packages
- Last checked
- 5 hours ago –
Tools for package owners.