Documentation ¶
Index ¶
- func NewCommandStartSphericAPIServer(ctx context.Context, defaults *SphericAPIServerOptions) *cobra.Command
- func NewResourceConfig() *serverstorage.ResourceConfig
- func SphericVersionToKubeVersion(ver *version.Version) *version.Version
- type SphericAPIServerOptions
- func (o *SphericAPIServerOptions) AddFlags(fs *pflag.FlagSet)
- func (o *SphericAPIServerOptions) Complete() error
- func (o *SphericAPIServerOptions) Config() (*apiserver.Config, error)
- func (o *SphericAPIServerOptions) Run(ctx context.Context) error
- func (o *SphericAPIServerOptions) Validate(args []string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCommandStartSphericAPIServer ¶
func NewCommandStartSphericAPIServer(ctx context.Context, defaults *SphericAPIServerOptions) *cobra.Command
func NewResourceConfig ¶
func NewResourceConfig() *serverstorage.ResourceConfig
Types ¶
type SphericAPIServerOptions ¶
type SphericAPIServerOptions struct { RecommendedOptions *genericoptions.RecommendedOptions SphereletConfig client.SphereletClientConfig }
func NewSphericAPIServerOptions ¶
func NewSphericAPIServerOptions() *SphericAPIServerOptions
func (*SphericAPIServerOptions) AddFlags ¶
func (o *SphericAPIServerOptions) AddFlags(fs *pflag.FlagSet)
func (*SphericAPIServerOptions) Complete ¶
func (o *SphericAPIServerOptions) Complete() error
func (*SphericAPIServerOptions) Config ¶
func (o *SphericAPIServerOptions) Config() (*apiserver.Config, error)
func (*SphericAPIServerOptions) Run ¶
func (o *SphericAPIServerOptions) Run(ctx context.Context) error
func (*SphericAPIServerOptions) Validate ¶
func (o *SphericAPIServerOptions) Validate(args []string) error
Click to show internal directories.
Click to hide internal directories.