kubernetesk8s.io/kubernetes/cmd/kubeadm/app/phases/token Index | Files

package token

import "k8s.io/kubernetes/cmd/kubeadm/app/phases/token"

Index

Functions

func CreateBootstrapConfigMap

func CreateBootstrapConfigMap(file string) error

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.