Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RunOAuthAPIServer ¶
func RunOAuthAPIServer(serverOptions *OAuthAPIServerOptions, stopCh <-chan struct{}) error
Types ¶
type OAuthAPIServerOptions ¶
type OAuthAPIServerOptions struct { GenericServerRunOptions *genericapiserveroptions.ServerRunOptions RecommendedOptions *genericapiserveroptions.RecommendedOptions TokenValidationOptions *tokenvalidationoptions.TokenValidationOptions Output io.Writer }
func NewOAuthAPIServerOptions ¶
func NewOAuthAPIServerOptions(out io.Writer) *OAuthAPIServerOptions
func (*OAuthAPIServerOptions) AddFlags ¶
func (o *OAuthAPIServerOptions) AddFlags(fs *pflag.FlagSet)
func (*OAuthAPIServerOptions) Complete ¶
func (o *OAuthAPIServerOptions) Complete() error
func (*OAuthAPIServerOptions) NewOAuthAPIServerConfig ¶
func (o *OAuthAPIServerOptions) NewOAuthAPIServerConfig() (*apiserver.Config, error)
func (OAuthAPIServerOptions) Validate ¶
func (o OAuthAPIServerOptions) Validate(args []string) error
Click to show internal directories.
Click to hide internal directories.