package
1.33.0-alpha.2
Repository: https://github.com/kubernetes/kubernetes.git
Documentation: pkg.go.dev
# Packages
Package approver implements an automated approver for kubelet certificates.
Package cleaner implements an automated cleaner that does garbage collection on CSRs that meet specific criteria.
Package signer implements a CA signer that uses keys stored on local disk.
# Functions
HasTrueCondition returns true if the csr contains a condition of the specified type with a status that is set to True or is empty.
IgnorableError returns an error that we shouldn't handle (i.e.
IsCertificateRequestApproved returns true if a certificate request has the "Approved" condition and no "Denied" conditions; false otherwise.