Update ToC and field description for v1.28
parent
8a3d91e120
commit
f301c27b5e
File diff suppressed because it is too large
Load Diff
|
@ -88,6 +88,7 @@
|
||||||
- fields:
|
- fields:
|
||||||
- nominatedNodeName
|
- nominatedNodeName
|
||||||
- hostIP
|
- hostIP
|
||||||
|
- hostIPs
|
||||||
- startTime
|
- startTime
|
||||||
- phase
|
- phase
|
||||||
- message
|
- message
|
||||||
|
@ -99,6 +100,7 @@
|
||||||
- initContainerStatuses
|
- initContainerStatuses
|
||||||
- containerStatuses
|
- containerStatuses
|
||||||
- ephemeralContainerStatuses
|
- ephemeralContainerStatuses
|
||||||
|
- resourceClaimStatuses
|
||||||
- resize
|
- resize
|
||||||
|
|
||||||
- definition: io.k8s.api.core.v1.Container
|
- definition: io.k8s.api.core.v1.Container
|
||||||
|
@ -137,6 +139,7 @@
|
||||||
- livenessProbe
|
- livenessProbe
|
||||||
- readinessProbe
|
- readinessProbe
|
||||||
- startupProbe
|
- startupProbe
|
||||||
|
- restartPolicy
|
||||||
- name: Security Context
|
- name: Security Context
|
||||||
fields:
|
fields:
|
||||||
- securityContext
|
- securityContext
|
||||||
|
@ -228,6 +231,7 @@
|
||||||
fields:
|
fields:
|
||||||
- terminationMessagePath
|
- terminationMessagePath
|
||||||
- terminationMessagePolicy
|
- terminationMessagePolicy
|
||||||
|
- restartPolicy
|
||||||
- name: Debugging
|
- name: Debugging
|
||||||
fields:
|
fields:
|
||||||
- stdin
|
- stdin
|
||||||
|
@ -393,9 +397,14 @@
|
||||||
fields:
|
fields:
|
||||||
- selector
|
- selector
|
||||||
- manualSelector
|
- manualSelector
|
||||||
- name: Alpha level
|
- name: Beta level
|
||||||
fields:
|
fields:
|
||||||
- podFailurePolicy
|
- podFailurePolicy
|
||||||
|
- name: Alpha level
|
||||||
|
fields:
|
||||||
|
- backoffLimitPerIndex
|
||||||
|
- maxFailedIndexes
|
||||||
|
- podReplacementPolicy
|
||||||
|
|
||||||
- definition: io.k8s.api.batch.v1.JobStatus
|
- definition: io.k8s.api.batch.v1.JobStatus
|
||||||
field_categories:
|
field_categories:
|
||||||
|
@ -411,6 +420,10 @@
|
||||||
- name: Beta level
|
- name: Beta level
|
||||||
fields:
|
fields:
|
||||||
- ready
|
- ready
|
||||||
|
- name: Alpha level
|
||||||
|
fields:
|
||||||
|
- failedIndexes
|
||||||
|
- terminating
|
||||||
|
|
||||||
- definition: io.k8s.api.batch.v1.CronJobSpec
|
- definition: io.k8s.api.batch.v1.CronJobSpec
|
||||||
field_categories:
|
field_categories:
|
||||||
|
|
|
@ -153,7 +153,7 @@ parts:
|
||||||
version: v1alpha1
|
version: v1alpha1
|
||||||
- name: SelfSubjectReview
|
- name: SelfSubjectReview
|
||||||
group: authentication.k8s.io
|
group: authentication.k8s.io
|
||||||
version: v1beta1
|
version: v1
|
||||||
- name: Authorization Resources
|
- name: Authorization Resources
|
||||||
chapters:
|
chapters:
|
||||||
- name: LocalSubjectAccessReview
|
- name: LocalSubjectAccessReview
|
||||||
|
@ -168,9 +168,6 @@ parts:
|
||||||
- name: SubjectAccessReview
|
- name: SubjectAccessReview
|
||||||
group: authorization.k8s.io
|
group: authorization.k8s.io
|
||||||
version: v1
|
version: v1
|
||||||
- name: SelfSubjectReview
|
|
||||||
group: authentication.k8s.io
|
|
||||||
version: v1alpha1
|
|
||||||
- name: ClusterRole
|
- name: ClusterRole
|
||||||
group: rbac.authorization.k8s.io
|
group: rbac.authorization.k8s.io
|
||||||
version: v1
|
version: v1
|
||||||
|
@ -218,7 +215,7 @@ parts:
|
||||||
version: v1
|
version: v1
|
||||||
- name: ValidatingAdmissionPolicy
|
- name: ValidatingAdmissionPolicy
|
||||||
group: admissionregistration.k8s.io
|
group: admissionregistration.k8s.io
|
||||||
version: v1alpha1
|
version: v1beta1
|
||||||
otherDefinitions:
|
otherDefinitions:
|
||||||
- ValidatingAdmissionPolicyList
|
- ValidatingAdmissionPolicyList
|
||||||
- ValidatingAdmissionPolicyBinding
|
- ValidatingAdmissionPolicyBinding
|
||||||
|
|
Loading…
Reference in New Issue