Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
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.