Documentation ¶
Index ¶
- func NewCmdCerts() *cobra.Command
- func NewCmdClientCerts(out io.Writer) *cobra.Command
- func NewCmdKubeConfig(out io.Writer) *cobra.Command
- func NewCmdPhase(out io.Writer) *cobra.Command
- func NewCmdSelfSign() *cobra.Command
- func NewCmdToken(out io.Writer) *cobra.Command
- func NewCmdValidate() *cobra.Command
- func RunCreateWithClientCerts(out io.Writer, config *kubeconfigphase.BuildConfigProperties) error
- func RunCreateWithToken(out io.Writer, config *kubeconfigphase.BuildConfigProperties) error
- func RunSelfSign(config *kubeadmapi.MasterConfiguration) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCmdCerts ¶
func NewCmdSelfSign ¶
func NewCmdValidate ¶ added in v1.7.0
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
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.