Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type YurtCSRApprover ¶ added in v0.6.0
type YurtCSRApprover struct {
// contains filtered or unexported fields
}
YurtCSRApprover is the controller that auto approve all openyurt related CSR
func NewCSRApprover ¶
func NewCSRApprover(client kubernetes.Interface, sharedInformers informers.SharedInformerFactory) (*YurtCSRApprover, error)
NewCSRApprover creates a new YurtCSRApprover
func (*YurtCSRApprover) Run ¶ added in v0.6.0
func (yca *YurtCSRApprover) Run(threadiness int, stopCh <-chan struct{})
Run starts the YurtCSRApprover
Click to show internal directories.
Click to hide internal directories.