Documentation ¶
Overview ¶
Copyright Contributors to the Open Cluster Management project
Index ¶
Constants ¶
View Source
const ( AWS = "aws" AZURE = "azure" GCP = "gcp" VSPHERE = "vsphere" )
Variables ¶
This section is empty.
Functions ¶
func NewCmdCreateCluster ¶
func NewCmdCreateCluster(streams genericclioptions.IOStreams) *cobra.Command
NewCmdCreateCluster ...
Types ¶
type CreateClusterOptions ¶
type CreateClusterOptions struct {
// contains filtered or unexported fields
}
func (*CreateClusterOptions) Complete ¶
func (o *CreateClusterOptions) Complete(cmd *cobra.Command, args []string) (err error)
func (*CreateClusterOptions) Run ¶
func (o *CreateClusterOptions) Run() error
func (*CreateClusterOptions) Validate ¶
func (o *CreateClusterOptions) Validate() (err error)
Click to show internal directories.
Click to hide internal directories.