package proxy
import "k8s.io/kubernetes/cmd/kubeadm/app/phases/addons/proxy"
Index ¶
- Constants
- func EnsureProxyAddon(cfg *kubeadmapi.ClusterConfiguration, localEndpoint *kubeadmapi.APIEndpoint, client clientset.Interface, out io.Writer, printManifest bool) error
Constants ¶
const ( KubeProxyConfigMap19 = "" /* 685 byte string literal not displayed */ KubeProxyDaemonSet19 = "" /* 1510 byte string literal not displayed */ )
const ( // KubeProxyServiceAccountName describes the name of the ServiceAccount for the kube-proxy addon KubeProxyServiceAccountName = "kube-proxy" // KubeProxyConfigMapRoleName sets the name of ClusterRole for ConfigMap KubeProxyConfigMapRoleName = "kube-proxy" )
Functions ¶
func EnsureProxyAddon ¶
func EnsureProxyAddon(cfg *kubeadmapi.ClusterConfiguration, localEndpoint *kubeadmapi.APIEndpoint, client clientset.Interface, out io.Writer, printManifest bool) error
EnsureProxyAddon creates the kube-proxy addons
Source Files ¶
manifests.go proxy.go
- Version
- v1.33.0 (latest)
- Published
- Apr 23, 2025
- Platform
- linux/amd64
- Imports
- 19 packages
- Last checked
- 5 hours ago –
Tools for package owners.