Documentation
¶
Index ¶
Constants ¶
View Source
const (
YurtHubCSRApproverThreadiness = 2
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type YurtHubCSRApprover ¶
type YurtHubCSRApprover struct {
// contains filtered or unexported fields
}
YurtHubCSRApprover is the controller that auto approve all yurthub related CSR
func NewCSRApprover ¶
func NewCSRApprover( clientset kubernetes.Interface, csrInformer certinformer.CertificateSigningRequestInformer) *YurtHubCSRApprover
NewCSRApprover creates a new YurtHubCSRApprover
func (*YurtHubCSRApprover) Run ¶
func (yca *YurtHubCSRApprover) Run(threadiness int, stopCh <-chan struct{})
Run starts the YurtHubCSRApprover
Click to show internal directories.
Click to hide internal directories.