Skip to content

Commit 0a0da00

Browse files
authored
Merge pull request #47713 from tengqm/update-api-reference-131
Update API reference generated for v1.31
2 parents cd1f280 + 8ba98c7 commit 0a0da00

File tree

74 files changed

+9034
-8102
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

74 files changed

+9034
-8102
lines changed

api-ref-assets/config/fields.yaml

Lines changed: 20 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -63,14 +63,16 @@
6363
- definition: io.k8s.api.core.v1.PodSecurityContext
6464
field_categories:
6565
- fields:
66+
- appArmorProfile
67+
- fsGroup
68+
- fsGroupChangePolicy
6669
- runAsUser
6770
- runAsNonRoot
6871
- runAsGroup
69-
- supplementalGroups
70-
- fsGroup
71-
- fsGroupChangePolicy
7272
- seccompProfile
7373
- seLinuxOptions
74+
- supplementalGroups
75+
- supplementalGroupsPolicy
7476
- sysctls
7577
- windowsOptions
7678

@@ -166,30 +168,36 @@
166168
- definition: io.k8s.api.core.v1.SecurityContext
167169
field_categories:
168170
- fields:
171+
- allowPrivilegeEscalation
172+
- appArmorProfile
173+
- capabilities
174+
- procMount
175+
- privileged
176+
- readOnlyRootFilesystem
169177
- runAsUser
170178
- runAsNonRoot
171179
- runAsGroup
172-
- readOnlyRootFilesystem
173-
- procMount
174-
- privileged
175-
- allowPrivilegeEscalation
176-
- capabilities
177-
- seccompProfile
178180
- seLinuxOptions
181+
- seccompProfile
179182
- windowsOptions
180183

181184
- definition: io.k8s.api.core.v1.ContainerStatus
182185
field_categories:
183186
- fields:
184-
- name
187+
- allocatedResources
188+
- allocatedResourcesStatus
189+
- containerID
185190
- image
186191
- imageID
187-
- containerID
188-
- state
189192
- lastState
193+
- name
190194
- ready
195+
- resources
191196
- restartCount
192197
- started
198+
- state
199+
- user
200+
- volumeMounts
193201

194202
- definition: io.k8s.api.core.v1.ContainerStateTerminated
195203
field_categories:

0 commit comments

Comments
 (0)