Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Always ¶
type Always struct{}
Always is an Approver that automatically approves any pending CSR submitted by kubelets during their TLS bootstrapping process, without making any kind of validation besides checking that the requester's user/group are respectively kubeletBootstrapUsername / kubeletBootstrapGroup.
func (*Always) Approve ¶
func (*Always) Approve(client v1alpha1.CertificateSigningRequestInterface, request *certificates.CertificateSigningRequest) error
Approve approves CSRs in a loop.
Click to show internal directories.
Click to hide internal directories.