Documentation ¶
Index ¶
- func AddImagesCommonConfigFlags(flagSet *flag.FlagSet, cfg *kubeadmapiv1beta1.InitConfiguration, ...)
- func AddInitConfigFlags(flagSet *flag.FlagSet, cfg *kubeadmapiv1beta1.InitConfiguration, ...)
- func AddInitOtherFlags(flagSet *flag.FlagSet, initOptions *initOptions)
- func AddKubeadmOtherFlags(flagSet *pflag.FlagSet, rootfsPath *string)
- func GetSupportedShells() []string
- func NewCmdCompletion(out io.Writer, boilerPlate string) *cobra.Command
- func NewCmdConfig(out io.Writer) *cobra.Command
- func NewCmdConfigImages(out io.Writer) *cobra.Command
- func NewCmdConfigImagesList(out io.Writer, mockK8sVersion *string) *cobra.Command
- func NewCmdConfigImagesPull() *cobra.Command
- func NewCmdConfigMigrate(out io.Writer) *cobra.Command
- func NewCmdConfigPrint(out io.Writer) *cobra.Command
- func NewCmdConfigPrintInitDefaults(out io.Writer) *cobra.Command
- func NewCmdConfigPrintJoinDefaults(out io.Writer) *cobra.Command
- func NewCmdConfigUpload(out io.Writer, kubeConfigFile *string) *cobra.Command
- func NewCmdConfigUploadFromFile(out io.Writer, kubeConfigFile *string) *cobra.Command
- func NewCmdConfigUploadFromFlags(out io.Writer, kubeConfigFile *string) *cobra.Command
- func NewCmdConfigView(out io.Writer, kubeConfigFile *string) *cobra.Command
- func NewCmdInit(out io.Writer, initOptions *initOptions) *cobra.Command
- func NewCmdJoin(out io.Writer, joinOptions *joinOptions) *cobra.Command
- func NewCmdReset(in io.Reader, out io.Writer) *cobra.Command
- func NewCmdToken(out io.Writer, errW io.Writer) *cobra.Command
- func NewCmdTokenGenerate(out io.Writer) *cobra.Command
- func NewCmdVersion(out io.Writer) *cobra.Command
- func NewKubeadmCommand(in io.Reader, out, err io.Writer) *cobra.Command
- func RunCompletion(out io.Writer, boilerPlate string, cmd *cobra.Command, args []string) error
- func RunConfigView(out io.Writer, client clientset.Interface) error
- func RunCreateToken(out io.Writer, client clientset.Interface, cfgPath string, ...) error
- func RunDeleteToken(out io.Writer, client clientset.Interface, tokenIDOrToken string) error
- func RunGenerateToken(out io.Writer) error
- func RunListTokens(out io.Writer, errW io.Writer, client clientset.Interface) error
- func RunVersion(out io.Writer, cmd *cobra.Command) error
- type ImagesList
- type ImagesPull
- type Reset
- type Version
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddImagesCommonConfigFlags ¶
func AddImagesCommonConfigFlags(flagSet *flag.FlagSet, cfg *kubeadmapiv1beta1.InitConfiguration, cfgPath *string, featureGatesString *string)
AddImagesCommonConfigFlags adds the flags that configure kubeadm (and affect the images kubeadm will use)
func AddInitConfigFlags ¶
func AddInitConfigFlags(flagSet *flag.FlagSet, cfg *kubeadmapiv1beta1.InitConfiguration, featureGatesString *string)
AddInitConfigFlags adds init flags bound to the config to the specified flagset
func AddInitOtherFlags ¶
AddInitOtherFlags adds init flags that are not bound to a configuration file to the given flagset Note: All flags that are not bound to the cfg object should be allowed in cmd/kubeadm/app/apis/kubeadm/validation/validation.go
func AddKubeadmOtherFlags ¶
AddKubeadmOtherFlags adds flags that are not bound to a configuration file to the given flagset
func GetSupportedShells ¶
func GetSupportedShells() []string
GetSupportedShells returns a list of supported shells
func NewCmdCompletion ¶
NewCmdCompletion returns the "kubeadm completion" command
func NewCmdConfig ¶
NewCmdConfig returns cobra.Command for "kubeadm config" command
func NewCmdConfigImages ¶
NewCmdConfigImages returns the "kubeadm config images" command
func NewCmdConfigImagesList ¶
NewCmdConfigImagesList returns the "kubeadm config images list" command
func NewCmdConfigImagesPull ¶
NewCmdConfigImagesPull returns the `kubeadm config images pull` command
func NewCmdConfigMigrate ¶
NewCmdConfigMigrate returns cobra.Command for "kubeadm config migrate" command
func NewCmdConfigPrint ¶
NewCmdConfigPrint returns cobra.Command for "kubeadm config print" command
func NewCmdConfigPrintInitDefaults ¶
NewCmdConfigPrintInitDefaults returns cobra.Command for "kubeadm config print init-defaults" command
func NewCmdConfigPrintJoinDefaults ¶
NewCmdConfigPrintJoinDefaults returns cobra.Command for "kubeadm config print join-defaults" command
func NewCmdConfigUpload ¶
NewCmdConfigUpload returns cobra.Command for "kubeadm config upload" command
func NewCmdConfigUploadFromFile ¶
NewCmdConfigUploadFromFile verifies given Kubernetes config file and returns cobra.Command for "kubeadm config upload from-file" command
func NewCmdConfigUploadFromFlags ¶
NewCmdConfigUploadFromFlags returns cobra.Command for "kubeadm config upload from-flags" command
func NewCmdConfigView ¶
NewCmdConfigView returns cobra.Command for "kubeadm config view" command
func NewCmdInit ¶
NewCmdInit returns "kubeadm init" command. NB. initOptions is exposed as parameter for allowing unit testing of
the newInitOptions method, that implements all the command options validation logic
func NewCmdJoin ¶
NewCmdJoin returns "kubeadm join" command. NB. joinOptions is exposed as parameter for allowing unit testing of
the newJoinData method, that implements all the command options validation logic
func NewCmdReset ¶
NewCmdReset returns the "kubeadm reset" command
func NewCmdToken ¶
NewCmdToken returns cobra.Command for token management
func NewCmdTokenGenerate ¶
NewCmdTokenGenerate returns cobra.Command to generate new token
func NewCmdVersion ¶
NewCmdVersion provides the version information of kubeadm.
func NewKubeadmCommand ¶
NewKubeadmCommand returns cobra.Command to run kubeadm command
func RunCompletion ¶
RunCompletion checks given arguments and executes command
func RunConfigView ¶
RunConfigView gets the configuration persisted in the cluster
func RunCreateToken ¶
func RunCreateToken(out io.Writer, client clientset.Interface, cfgPath string, cfg *kubeadmapiv1beta1.InitConfiguration, printJoinCommand bool, kubeConfigFile string) error
RunCreateToken generates a new bootstrap token and stores it as a secret on the server.
func RunDeleteToken ¶
RunDeleteToken removes a bootstrap token from the server.
func RunGenerateToken ¶
RunGenerateToken just generates a random token for the user
func RunListTokens ¶
RunListTokens lists details on all existing bootstrap tokens on the server.
Types ¶
type ImagesList ¶
type ImagesList struct {
// contains filtered or unexported fields
}
ImagesList defines the struct used for "kubeadm config images list"
func NewImagesList ¶
func NewImagesList(cfgPath string, cfg *kubeadmapiv1beta1.InitConfiguration) (*ImagesList, error)
NewImagesList returns the underlying struct for the "kubeadm config images list" command
type ImagesPull ¶
type ImagesPull struct {
// contains filtered or unexported fields
}
ImagesPull is the struct used to hold information relating to image pulling
func NewImagesPull ¶
func NewImagesPull(runtime utilruntime.ContainerRuntime, images []string) *ImagesPull
NewImagesPull initializes and returns the `kubeadm config images pull` command
func (*ImagesPull) PullAll ¶
func (ip *ImagesPull) PullAll() error
PullAll pulls all images that the ImagesPull knows about
type Reset ¶
type Reset struct {
// contains filtered or unexported fields
}
Reset defines struct used for kubeadm reset command
func NewReset ¶
func NewReset(in io.Reader, ignorePreflightErrors sets.String, forceReset bool, certsDir, criSocketPath string) (*Reset, error)
NewReset instantiate Reset struct
func (*Reset) Run ¶
func (r *Reset) Run(out io.Writer, client clientset.Interface, cfg *kubeadmapi.InitConfiguration) error
Run reverts any changes made to this host by "kubeadm init" or "kubeadm join".
type Version ¶
type Version struct {
ClientVersion *apimachineryversion.Info `json:"clientVersion"`
}
Version provides the version information of kubeadm.
Source Files ¶
Directories ¶
Path | Synopsis |
---|---|
Package options provide a central point for defining flags for kubeadm cobra commands, no matter if hard coded commands or autogenerated command for phases.
|
Package options provide a central point for defining flags for kubeadm cobra commands, no matter if hard coded commands or autogenerated command for phases. |
workflow
Package workflow implements a workflow manager to be used for implementing composable kubeadm workflows.
|
Package workflow implements a workflow manager to be used for implementing composable kubeadm workflows. |