package images
import "k8s.io/kubernetes/cmd/kubeadm/app/images"
Index ¶
- Constants
- func GetCoreImage(image string, cfg *kubeadmapi.MasterConfiguration, overrideImage string) string
Constants ¶
const ( KubeEtcdImage = "etcd" KubeAPIServerImage = "apiserver" KubeControllerManagerImage = "controller-manager" KubeSchedulerImage = "scheduler" KubeProxyImage = "proxy" )
Functions ¶
func GetCoreImage ¶
func GetCoreImage(image string, cfg *kubeadmapi.MasterConfiguration, overrideImage string) string
Source Files ¶
images.go
- Version
- v1.7.1
- Published
- Jul 14, 2017
- Platform
- linux/amd64
- Imports
- 3 packages
- Last checked
- 2 hours ago –
Tools for package owners.