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

package phases

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

Index

Functions

func NewCmdCerts

func NewCmdCerts() *cobra.Command

func NewCmdClientCerts

func NewCmdClientCerts(out io.Writer) *cobra.Command

func NewCmdKubeConfig

func NewCmdKubeConfig(out io.Writer) *cobra.Command

func NewCmdPhase

func NewCmdPhase(out io.Writer) *cobra.Command

func NewCmdSelfSign

func NewCmdSelfSign() *cobra.Command

func NewCmdToken

func NewCmdToken(out io.Writer) *cobra.Command

func RunCreateWithClientCerts

func RunCreateWithClientCerts(out io.Writer, config *kubeconfigphase.BuildConfigProperties) error

RunCreateWithClientCerts generates a kubeconfig file from with client certs as the authentication mechanism

func RunCreateWithToken

func RunCreateWithToken(out io.Writer, config *kubeconfigphase.BuildConfigProperties) error

RunCreateWithToken generates a kubeconfig file from with a token as the authentication mechanism

func RunSelfSign

func RunSelfSign(config *kubeadmapi.MasterConfiguration) error

RunSelfSign generates certificate assets in the specified directory

Source Files

certs.go kubeconfig.go phase.go

Version
v1.6.0-beta.3
Published
Mar 11, 2017
Platform
js/wasm
Imports
13 packages
Last checked
1 minute ago

Tools for package owners.