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