kubernetes/pkg/controller/certificates
Ryan Richard e29ac0f8be Promote CertificateSigningRequest's Spec.ExpirationSeconds field to GA
Remove the comment "As of v1.22, this field is beta and is controlled
via the CSRDuration feature gate" from the expirationSeconds field's
godoc.

Mark the "CSRDuration" feature gate as GA in 1.24, lock its value to
"true", and remove the various logic which handled when the gate was
"false".

Update conformance test to check that the CertificateSigningRequest's
Spec.ExpirationSeconds field is stored, but do not check if the field
is honored since this functionality is optional.
2022-03-18 14:41:43 -07:00
..
approver Check in OWNERS modified by update-yamlfmt.sh 2021-12-09 21:31:26 -05:00
authority csr: correctly handle backdating of short lived certs 2021-06-23 15:36:11 -04:00
cleaner Make CSR cleaner tolerate objects with invalid status.certificate 2021-07-21 10:35:17 -04:00
rootcacertpublisher rootcacertpublisher: drop the namespace label from metrics to reduce its cardinality 2021-09-16 14:05:32 +02:00
signer Promote CertificateSigningRequest's Spec.ExpirationSeconds field to GA 2022-03-18 14:41:43 -07:00
certificate_controller_test.go Switch CSR approver/signer/cleaner controllers to v1 2020-06-05 18:45:34 -04:00
certificate_controller_utils_test.go Switch CSR approver/signer/cleaner controllers to v1 2020-06-05 18:45:34 -04:00
certificate_controller_utils.go Some comments' typos 2020-11-02 15:05:23 +08:00
certificate_controller.go [pkg/controller/certificates]: remove staled func comments 2020-07-11 17:08:28 +08:00
OWNERS Check in OWNERS modified by update-yamlfmt.sh 2021-12-09 21:31:26 -05:00