Documentation ¶
Index ¶
Constants ¶
const ( DefaultFederatedGroup = "types.kubefed.k8s.io" DefaultFederatedVersion = "v1beta1" )
Default value for shared Federation group across enable and disable subcommands of `kubefedctl`.
Variables ¶
This section is empty.
Functions ¶
func GetScopeFromKubeFedConfig ¶
func GetScopeFromKubeFedConfig(hostConfig *rest.Config, namespace string) (apiextv1b1.ResourceScope, error)
Types ¶
type CommonEnableOptions ¶
CommonEnableOptions holds the common configuration required by the enable and disable subcommands of `kubefedctl`.
func (*CommonEnableOptions) CommonSubcommandBind ¶
func (o *CommonEnableOptions) CommonSubcommandBind(flags *pflag.FlagSet, federatedGroupUsage, targetVersionUsage string)
CommonSubcommandBind adds the common subcommand flags to the flagset passed in.
func (*CommonEnableOptions) SetName ¶
func (o *CommonEnableOptions) SetName(args []string) error
SetName sets the name from the args passed in for the required positional argument.
type CommonJoinOptions ¶
CommonJoinOptions holds the common configuration required by the join and unjoin subcommands of `kubefedctl`.
func (*CommonJoinOptions) CommonSubcommandBind ¶
func (o *CommonJoinOptions) CommonSubcommandBind(flags *pflag.FlagSet)
CommonSubcommandBind adds the common subcommand flags to the flagset passed in.
func (*CommonJoinOptions) SetName ¶
func (o *CommonJoinOptions) SetName(args []string) error
SetName sets the name from the args passed in for the required positional argument.
type GlobalSubcommandOptions ¶
type GlobalSubcommandOptions struct { HostClusterContext string KubeFedNamespace string Kubeconfig string DryRun bool }
GlobalSubcommandOptions holds the configuration required by the subcommands of `kubefedctl`.
func (*GlobalSubcommandOptions) GlobalSubcommandBind ¶
func (o *GlobalSubcommandOptions) GlobalSubcommandBind(flags *pflag.FlagSet)
GlobalSubcommandBind adds the global subcommand flags to the flagset passed in.