Documentation
¶
Index ¶
- func CompleteValidation(o *k8spkg.ClusterResourceFactoryOptions, io genericclioptions.IOStreams) error
- func GetTags(instance *ec2.Instance) []*ec2.Tag
- func NewCmdCluster(streams genericclioptions.IOStreams, flags *genericclioptions.ConfigFlags, ...) *cobra.Command
- type ClusterHealthCondensedObject
- type CreatorPatch
- type RegisterCluster
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CompleteValidation ¶ added in v0.9.6
func CompleteValidation(o *k8spkg.ClusterResourceFactoryOptions, io genericclioptions.IOStreams) error
func NewCmdCluster ¶
func NewCmdCluster(streams genericclioptions.IOStreams, flags *genericclioptions.ConfigFlags, client client.Client, globalOpts *globalflags.GlobalOptions) *cobra.Command
NewCmdCluster implements the cluster utility
Types ¶
type ClusterHealthCondensedObject ¶
type ClusterHealthCondensedObject struct {
ID string `yaml:"ID"`
Name string `yaml:"Name"`
Provider string `yaml:"Provider"`
AZs []string `yaml:"AZs"`
Expected struct {
Master int `yaml:"Master"`
Infra int `yaml:"Infra"`
Worker interface{} `yaml:"Worker"`
} `yaml:"Expected nodes"`
Actual struct {
Total int `yaml:"Total"`
Stopped int `yaml:"Stopped"`
RunningMasters int `yaml:"Running Masters"`
RunningInfra int `yaml:"Running Infra"`
RunningWorker int `yaml:"Running Worker"`
} `yaml:"Actual nodes"`
}
type CreatorPatch ¶ added in v0.12.0
type CreatorPatch struct {
Creator_ID string `json:"creator_id"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.