Versions in this module Expand all Collapse all v1 v1.16.3 Nov 9, 2022 Changes in this version + func GetCertApprovalCondition(status *certificates.CertificateSigningRequestStatus) (approved bool, denied bool) + func IgnorableError(s string, args ...interface{}) ignorableError + func IsCertificateRequestApproved(csr *certificates.CertificateSigningRequest) bool + type CertificateController struct + func NewCertificateController(kubeClient clientset.Interface, ...) *CertificateController + func (cc *CertificateController) Run(workers int, stopCh <-chan struct{})