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 NewCmdValidate

func NewCmdValidate() *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 validate.go

Version
v1.7.0-beta.1
Published
Jun 8, 2017
Platform
js/wasm
Imports
15 packages
Last checked
11 minutes ago

Tools for package owners.