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

package token

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

Index

Functions

func CreateNewToken

func CreateNewToken(client *clientset.Clientset, d *kubeadmapi.TokenDiscovery, 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 CreateTokenAuthFile

func CreateTokenAuthFile(bt string) error

CreateTokenAuthFile creates the CSV file that can be used for allowing users with tokens access to the API Server

func UpdateOrCreateToken

func UpdateOrCreateToken(client *clientset.Clientset, d *kubeadmapi.TokenDiscovery, 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 csv.go

Version
v1.6.0-beta.1
Published
Mar 2, 2017
Platform
linux/amd64
Imports
15 packages
Last checked
10 minutes ago

Tools for package owners.