Documentation ¶
Overview ¶
Package authservice implements the logic of the Authentication Service
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶ added in v0.3.0
type Controller struct {
// contains filtered or unexported fields
}
Controller is the controller for the Authentication Service.
func NewAuthServiceCtrl ¶
func NewAuthServiceCtrl(config *rest.Config, namespace string, awsConfig identitymanager.AwsConfig, resyncTime time.Duration, apiServerConfig apiserver.Config, authEnabled, useTLS bool, localCluster discoveryv1alpha1.ClusterIdentity) (*Controller, error)
NewAuthServiceCtrl creates a new Auth Controller.
Click to show internal directories.
Click to hide internal directories.