Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var KubeNodeImages = []string{"kube-proxy"}
View Source
var KubecomponetNames = append(KubeNodeImages, "kube-apiserver", "kube-controller-manager", "kube-scheduler", "kube-proxy")
Functions ¶
func ListKubernetesImageFullNamesWithVersion ¶ added in v1.8.0
Types ¶
type Components ¶
type Components struct { ETCD containerregistry.Image CoreDNS containerregistry.Image Pause containerregistry.Image Pause4KubeadmJob containerregistry.Image NvidiaDevicePlugin containerregistry.Image Keepalived containerregistry.Image GPUManager containerregistry.Image Busybox containerregistry.Image GPUQuotaAdmission containerregistry.Image MetricsServer containerregistry.Image AddonResizer containerregistry.Image Cilium containerregistry.Image CiliumOperator containerregistry.Image Ipamd containerregistry.Image Masq containerregistry.Image CiliumRouter containerregistry.Image }
func Get ¶
func Get() Components
func (Components) Get ¶
func (c Components) Get(name string) *containerregistry.Image
Click to show internal directories.
Click to hide internal directories.