Documentation ¶
Index ¶
- func AddClusterConfigFlags(flagSet *flag.FlagSet, cfg *kubeadmapiv1.ClusterConfiguration, ...)
- func AddImagesCommonConfigFlags(flagSet *flag.FlagSet, cfg *kubeadmapiv1old.ClusterConfiguration, ...)
- func AddInitConfigFlags(flagSet *flag.FlagSet, cfg *kubeadmapiv1.InitConfiguration)
- func AddInitOtherFlags(flagSet *flag.FlagSet, initOptions *initOptions)
- func AddResetFlags(flagSet *flag.FlagSet, resetOptions *resetOptions)
- func GetSupportedShells() []string
- func NewKubeadmCommand(in io.Reader, out, err io.Writer) *cobra.Command
- func PullControlPlaneImages(runtime utilruntime.ContainerRuntime, cfg *kubeadmapi.ClusterConfiguration) error
- func RunCompletion(out io.Writer, boilerPlate string, cmd *cobra.Command, args []string) error
- func RunCreateToken(out io.Writer, client clientset.Interface, cfgPath string, ...) error
- func RunDeleteTokens(out io.Writer, client clientset.Interface, tokenIDsOrTokens []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 Version
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddClusterConfigFlags ¶ added in v1.15.0
func AddClusterConfigFlags(flagSet *flag.FlagSet, cfg *kubeadmapiv1.ClusterConfiguration, featureGatesString *string)
AddClusterConfigFlags adds cluster flags bound to the config to the specified flagset
func AddImagesCommonConfigFlags ¶ added in v1.11.0
func AddImagesCommonConfigFlags(flagSet *flag.FlagSet, cfg *kubeadmapiv1old.ClusterConfiguration, cfgPath *string, featureGatesString *string)
AddImagesCommonConfigFlags adds the flags that configure kubeadm (and affect the images kubeadm will use)
func AddInitConfigFlags ¶ added in v1.8.0
func AddInitConfigFlags(flagSet *flag.FlagSet, cfg *kubeadmapiv1.InitConfiguration)
AddInitConfigFlags adds init flags bound to the config to the specified flagset
func AddInitOtherFlags ¶ added in v1.8.0
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 AddResetFlags ¶ added in v1.15.0
AddResetFlags adds reset flags
func GetSupportedShells ¶ added in v1.11.0
func GetSupportedShells() []string
GetSupportedShells returns a list of supported shells
func NewKubeadmCommand ¶
NewKubeadmCommand returns cobra.Command to run kubeadm command
func PullControlPlaneImages ¶ added in v1.15.0
func PullControlPlaneImages(runtime utilruntime.ContainerRuntime, cfg *kubeadmapi.ClusterConfiguration) error
PullControlPlaneImages pulls all images that the ImagesPull knows about
func RunCompletion ¶ added in v1.6.0
RunCompletion checks given arguments and executes command
func RunCreateToken ¶ added in v1.6.0
func RunCreateToken(out io.Writer, client clientset.Interface, cfgPath string, initCfg *kubeadmapiv1.InitConfiguration, printJoinCommand bool, certificateKey string, kubeConfigFile string) error
RunCreateToken generates a new bootstrap token and stores it as a secret on the server.
func RunDeleteTokens ¶ added in v1.15.0
RunDeleteTokens removes a bootstrap tokens from the server.
func RunGenerateToken ¶
RunGenerateToken just generates a random token for the user
Types ¶
type ImagesList ¶ added in v1.11.0
type ImagesList struct {
// contains filtered or unexported fields
}
ImagesList defines the struct used for "kubeadm config images list"
func NewImagesList ¶ added in v1.11.0
func NewImagesList(cfgPath string, cfg *kubeadmapiv1old.ClusterConfiguration) (*ImagesList, error)
NewImagesList returns the underlying struct for the "kubeadm config images list" command
type Version ¶ added in v1.7.0
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. |