Update API Reference multi-pages for v1.24

This commit is contained in:
Philippe Martin
2022-04-09 09:47:23 +02:00
parent 5860eebf19
commit 363eea4e22
29 changed files with 1213 additions and 662 deletions
@@ -109,8 +109,6 @@ CertificateSigningRequestSpec contains the certificate request.
3. Signer whose configured minimum is longer than the requested duration
The minimum valid value for expirationSeconds is 600, i.e. 10 minutes.
As of v1.22, this field is beta and is controlled via the CSRDuration feature gate.
- **extra** (map[string][]string)
@@ -212,11 +210,6 @@ CertificateSigningRequestStatus contains conditions used to indicate approved/de
Approved and Denied conditions are mutually exclusive. Approved, Denied, and Failed conditions cannot be removed once added.
Only one condition of a given type is allowed.
Possible enum values:
- `"Approved"` Approved indicates the request was approved and should be issued by the signer.
- `"Denied"` Denied indicates the request was denied and should not be issued by the signer.
- `"Failed"` Failed indicates the signer failed to issue the certificate.
- **conditions.lastTransitionTime** (Time)
@@ -54,7 +54,7 @@ ServiceAccount binds together: * a name, understood by users, and perhaps by per
*Patch strategy: merge on key `name`*
Secrets is the list of secrets allowed to be used by pods running using this ServiceAccount. More info: https://kubernetes.io/docs/concepts/configuration/secret
Secrets is a list of the secrets in the same namespace that pods running using this ServiceAccount are allowed to use. Pods are only limited to this list if this service account has a "kubernetes.io/enforce-mountable-secrets" annotation set to "true". This field should not be used to find auto-generated service account token secrets for use outside of pods. Instead, tokens can be requested directly using the TokenRequest API, or service account token secrets can be manually created. More info: https://kubernetes.io/docs/concepts/configuration/secret