Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
func NewUserController ¶
func NewUserController(k8sClient kubernetes.Interface, ksClient kubesphere.Interface, config *rest.Config, userInformer iamv1alpha2informers.UserInformer, fedUserCache cache.Store, fedUserController cache.Controller, loginRecordInformer iamv1alpha2informers.LoginRecordInformer, configMapInformer corev1informers.ConfigMapInformer, ldapClient ldapclient.Interface, devopsClient devops.Interface, authenticationOptions *authoptions.AuthenticationOptions, multiClusterEnabled bool) *Controller
func (*Controller) Run ¶
func (c *Controller) Run(threadiness int, stopCh <-chan struct{}) error
func (*Controller) Start ¶
func (c *Controller) Start(stopCh <-chan struct{}) error
type EmailValidator ¶
func (*EmailValidator) InjectDecoder ¶
func (a *EmailValidator) InjectDecoder(d *admission.Decoder) error
InjectDecoder injects the decoder.
type LoginRecordController ¶
type LoginRecordController struct {
// contains filtered or unexported fields
}
func NewLoginRecordController ¶
func NewLoginRecordController(k8sClient kubernetes.Interface, ksClient kubesphere.Interface, loginRecordInformer iamv1alpha2informers.LoginRecordInformer, loginHistoryRetentionPeriod time.Duration) *LoginRecordController
func (*LoginRecordController) Run ¶
func (c *LoginRecordController) Run(threadiness int, stopCh <-chan struct{}) error
func (*LoginRecordController) Start ¶
func (c *LoginRecordController) Start(stopCh <-chan struct{}) error
Click to show internal directories.
Click to hide internal directories.