Documentation ¶
Index ¶
Constants ¶
View Source
const NebulaClusterResourceType = "nebulacluster"
Variables ¶
View Source
var ( NewMatchVersionFlags = kcmdutil.NewMatchVersionFlags CheckErr = kcmdutil.CheckErr UsageErrorf = kcmdutil.UsageErrorf )
Functions ¶
func IsErNotSpecified ¶
Types ¶
type Factory ¶
type Factory interface { kcmdutil.Factory AddFlags(cmd *cobra.Command) ToRuntimeClient() (client.Client, error) GetNebulaClusterNameAndNamespace(withUseConfig bool, args []string) (string, string, error) GetNebulaClusterNamesAndNamespace(withUseConfig bool, args []string) ([]string, string, error) GetNebulaClusterConfigFile() (string, error) }
func NewFactory ¶
func NewFactory(clientGetter genericclioptions.RESTClientGetter) Factory
Click to show internal directories.
Click to hide internal directories.