 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CompletedConfig ¶
type CompletedConfig struct {
	// contains filtered or unexported fields
}
    func (CompletedConfig) New ¶
func (c CompletedConfig) New(delegationTarget genericapiserver.DelegationTarget) (*OAuthAPIServer, error)
New returns a new instance of OAuthAPIServer from the given config.
type ExtraConfig ¶
type ExtraConfig struct {
	KubeAPIServerClientConfig *restclient.Config
	ServiceAccountMethod      string
	// TODO these should all become local eventually
	Scheme *runtime.Scheme
	Codecs serializer.CodecFactory
	// contains filtered or unexported fields
}
    type OAuthAPIServer ¶
type OAuthAPIServer struct {
	GenericAPIServer *genericapiserver.GenericAPIServer
}
    type OAuthAPIServerConfig ¶
type OAuthAPIServerConfig struct {
	GenericConfig *genericapiserver.RecommendedConfig
	ExtraConfig   ExtraConfig
}
    func (*OAuthAPIServerConfig) Complete ¶
func (c *OAuthAPIServerConfig) Complete() completedConfig
Complete fills in any fields not set that are required to have valid data. It's mutating the receiver.
 Click to show internal directories. 
   Click to hide internal directories.