package token
import "k8s.io/kubernetes/cmd/kubeadm/app/phases/token"
Index ¶
- func CreateBootstrapConfigMap(file string) error
- func CreateNewToken(client *clientset.Clientset, token string, tokenDuration time.Duration, usages []string, description string) error
- func UpdateOrCreateToken(client *clientset.Clientset, token string, failIfExists bool, tokenDuration time.Duration, usages []string, description string) error
Functions ¶
func CreateBootstrapConfigMap ¶
CreateBootstrapConfigMap creates the public cluster-info ConfigMap
func CreateNewToken ¶
func CreateNewToken(client *clientset.Clientset, token string, tokenDuration time.Duration, usages []string, description string) error
CreateNewToken tries to create a token and fails if one with the same ID already exists
func UpdateOrCreateToken ¶
func UpdateOrCreateToken(client *clientset.Clientset, token string, failIfExists bool, tokenDuration time.Duration, usages []string, description string) error
UpdateOrCreateToken attempts to update a token with the given ID, or create if it does not already exist.
Source Files ¶
bootstrap.go
- Version
- v1.6.7
- Published
- Jul 5, 2017
- Platform
- linux/amd64
- Imports
- 11 packages
- Last checked
- 1 hour ago –
Tools for package owners.