kubernetesk8s.io/kubernetes/cmd/kubeadm/app/images Index | Files

package images

import "k8s.io/kubernetes/cmd/kubeadm/app/images"

Index

Functions

func GetAllImages

func GetAllImages(cfg *kubeadmapi.ClusterConfiguration) []string

GetAllImages returns a list of container images kubeadm expects to use on a control plane node

func GetEtcdImage

func GetEtcdImage(cfg *kubeadmapi.ClusterConfiguration) string

GetEtcdImage generates and returns the image for etcd or returns cfg.Etcd.Local.Image if specified

func GetGenericImage

func GetGenericImage(prefix, image, tag string) string

GetGenericImage generates and returns a platform agnostic image (backed by manifest list)

func GetKubeControlPlaneImage

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

Source Files

images.go

Version
v1.12.10
Published
Jun 30, 2019
Platform
js/wasm
Imports
5 packages
Last checked
17 minutes ago

Tools for package owners.