Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CSRApprovingController ¶
type CSRApprovingController struct {
// contains filtered or unexported fields
}
CSRApprovingController is responsible for approving CertificateSigningRequests.
func NewCSRApprovingController ¶
func NewCSRApprovingController(client clientset.Interface, csrInformer cache.SharedIndexInformer, csrLister csrlisters.CertificateSigningRequestLister) *CSRApprovingController
NewCSRApprovingController returns a new *CSRApprovingController.
func (*CSRApprovingController) Run ¶
func (c *CSRApprovingController) Run(stopCh <-chan struct{})
Run begins watching and syncing of the CSRApprovingController.
type IPsecCSRSigningController ¶
type IPsecCSRSigningController struct {
// contains filtered or unexported fields
}
IPsecCSRSigningController is responsible for signing CertificateSigningRequests.
func NewIPsecCSRSigningController ¶
func NewIPsecCSRSigningController(client clientset.Interface, csrInformer cache.SharedIndexInformer, csrLister csrlisters.CertificateSigningRequestLister, selfSignedCA bool) *IPsecCSRSigningController
NewIPsecCSRSigningController returns a new *IPsecCSRSigningController.
func (*IPsecCSRSigningController) Run ¶
func (c *IPsecCSRSigningController) Run(stopCh <-chan struct{})
Run begins watching and syncing of the IPsecCSRSigningController.
Click to show internal directories.
Click to hide internal directories.