package phases
import "k8s.io/kubernetes/cmd/kubeadm/app/cmd/phases"
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
Functions ¶
func NewCmdCerts ¶
func NewCmdClientCerts ¶
func NewCmdKubeConfig ¶
func NewCmdPhase ¶
func NewCmdSelfSign ¶
func NewCmdToken ¶
func NewCmdValidate ¶
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.