Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCommandStartIdentityServer ¶
func NewCommandStartIdentityServer(defaults *IdentityServerOptions, stopCh <-chan struct{}) *cobra.Command
NewCommandStartIdentityServer provides a CLI handler for 'start master' command with a default IdentityServerOptions.
Types ¶
type IdentityServerOptions ¶
type IdentityServerOptions struct {
RecommendedOptions *genericoptions.RecommendedOptions
StdOut io.Writer
StdErr io.Writer
}
IdentityServerOptions contains state for master/api server
func NewIdentityServerOptions ¶
func NewIdentityServerOptions(out, errOut io.Writer) *IdentityServerOptions
NewIdentityServerOptions returns a new IdentityServerOptions
func (*IdentityServerOptions) Complete ¶
func (o *IdentityServerOptions) Complete() error
Complete fills in fields required to have valid data
func (*IdentityServerOptions) Config ¶
func (o *IdentityServerOptions) Config() (*apiserver.Config, error)
Config returns config for the api server given IdentityServerOptions
func (IdentityServerOptions) RunIdentityServer ¶
func (o IdentityServerOptions) RunIdentityServer(stopCh <-chan struct{}) error
RunIdentityServer starts a new IdentityServer given IdentityServerOptions
func (IdentityServerOptions) Validate ¶
func (o IdentityServerOptions) Validate(args []string) error
Validate validates IdentityServerOptions
Click to show internal directories.
Click to hide internal directories.