package clusterinfo
import "k8s.io/kubernetes/cmd/kubeadm/app/phases/bootstraptoken/clusterinfo"
Index ¶
- Constants
- func CreateBootstrapConfigMapIfNotExists(client clientset.Interface, file string) error
- func CreateClusterInfoRBACRules(client clientset.Interface) error
Constants ¶
const ( // BootstrapSignerClusterRoleName sets the name for the ClusterRole that allows access to ConfigMaps in the kube-public ns BootstrapSignerClusterRoleName = "kubeadm:bootstrap-signer-clusterinfo" )
Functions ¶
func CreateBootstrapConfigMapIfNotExists ¶
CreateBootstrapConfigMapIfNotExists creates the kube-public ConfigMap if it doesn't exist already
func CreateClusterInfoRBACRules ¶
CreateClusterInfoRBACRules creates the RBAC rules for exposing the cluster-info ConfigMap in the kube-public namespace to unauthenticated users
Source Files ¶
clusterinfo.go
- Version
- v1.14.9
- Published
- Nov 9, 2019
- Platform
- js/wasm
- Imports
- 13 packages
- Last checked
- 1 minute ago –
Tools for package owners.