Documentation ¶
Index ¶
- func NewCommandStartIronCoreAPIServer(ctx context.Context, defaults *IronCoreAPIServerOptions) *cobra.Command
- func NewResourceConfig() *serverstorage.ResourceConfig
- type IronCoreAPIServerOptions
- func (o *IronCoreAPIServerOptions) AddFlags(fs *pflag.FlagSet)
- func (o *IronCoreAPIServerOptions) Complete() error
- func (o *IronCoreAPIServerOptions) Config() (*apiserver.Config, error)
- func (o *IronCoreAPIServerOptions) Run(ctx context.Context) error
- func (o *IronCoreAPIServerOptions) Validate(args []string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCommandStartIronCoreAPIServer ¶
func NewCommandStartIronCoreAPIServer(ctx context.Context, defaults *IronCoreAPIServerOptions) *cobra.Command
func NewResourceConfig ¶
func NewResourceConfig() *serverstorage.ResourceConfig
Types ¶
type IronCoreAPIServerOptions ¶
type IronCoreAPIServerOptions struct { RecommendedOptions *genericoptions.RecommendedOptions MachinePoolletConfig client.MachinePoolletClientConfig }
func NewIronCoreAPIServerOptions ¶
func NewIronCoreAPIServerOptions() *IronCoreAPIServerOptions
func (*IronCoreAPIServerOptions) AddFlags ¶
func (o *IronCoreAPIServerOptions) AddFlags(fs *pflag.FlagSet)
func (*IronCoreAPIServerOptions) Complete ¶
func (o *IronCoreAPIServerOptions) Complete() error
func (*IronCoreAPIServerOptions) Config ¶
func (o *IronCoreAPIServerOptions) Config() (*apiserver.Config, error)
func (*IronCoreAPIServerOptions) Run ¶
func (o *IronCoreAPIServerOptions) Run(ctx context.Context) error
func (*IronCoreAPIServerOptions) Validate ¶
func (o *IronCoreAPIServerOptions) Validate(args []string) error
Click to show internal directories.
Click to hide internal directories.