Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

API reference multi pages for v1.24 #32833

Merged
merged 3 commits into from
Apr 27, 2022
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4,258 changes: 2,116 additions & 2,142 deletions api-ref-assets/api/swagger.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions api-ref-assets/config/fields.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,7 @@
- fields:
- jobTemplate
- schedule
- timeZone
- concurrencyPolicy
- startingDeadlineSeconds
- suspend
Expand Down
5 changes: 4 additions & 1 deletion api-ref-assets/config/toc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ parts:
version: v1
- name: CSIStorageCapacity
group: storage.k8s.io
version: v1beta1
version: v1
- name: Authentication Resources
chapters:
- name: ServiceAccount
Expand Down Expand Up @@ -230,6 +230,9 @@ parts:
- name: ComponentStatus
group: ""
version: v1
- name: ClusterCIDRConfig
group: networking.k8s.io
version: v1alpha1
- name: Common Definitions
chapters:
- name: DeleteOptions
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down Expand Up @@ -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)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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



Expand Down