Update assets for building API reference
parent
1c5221a299
commit
cb53630b7f
|
@ -63,14 +63,16 @@
|
||||||
- definition: io.k8s.api.core.v1.PodSecurityContext
|
- definition: io.k8s.api.core.v1.PodSecurityContext
|
||||||
field_categories:
|
field_categories:
|
||||||
- fields:
|
- fields:
|
||||||
|
- appArmorProfile
|
||||||
|
- fsGroup
|
||||||
|
- fsGroupChangePolicy
|
||||||
- runAsUser
|
- runAsUser
|
||||||
- runAsNonRoot
|
- runAsNonRoot
|
||||||
- runAsGroup
|
- runAsGroup
|
||||||
- supplementalGroups
|
|
||||||
- fsGroup
|
|
||||||
- fsGroupChangePolicy
|
|
||||||
- seccompProfile
|
- seccompProfile
|
||||||
- seLinuxOptions
|
- seLinuxOptions
|
||||||
|
- supplementalGroups
|
||||||
|
- supplementalGroupsPolicy
|
||||||
- sysctls
|
- sysctls
|
||||||
- windowsOptions
|
- windowsOptions
|
||||||
|
|
||||||
|
@ -166,30 +168,36 @@
|
||||||
- definition: io.k8s.api.core.v1.SecurityContext
|
- definition: io.k8s.api.core.v1.SecurityContext
|
||||||
field_categories:
|
field_categories:
|
||||||
- fields:
|
- fields:
|
||||||
|
- allowPrivilegeEscalation
|
||||||
|
- appArmorProfile
|
||||||
|
- capabilities
|
||||||
|
- procMount
|
||||||
|
- privileged
|
||||||
|
- readOnlyRootFilesystem
|
||||||
- runAsUser
|
- runAsUser
|
||||||
- runAsNonRoot
|
- runAsNonRoot
|
||||||
- runAsGroup
|
- runAsGroup
|
||||||
- readOnlyRootFilesystem
|
|
||||||
- procMount
|
|
||||||
- privileged
|
|
||||||
- allowPrivilegeEscalation
|
|
||||||
- capabilities
|
|
||||||
- seccompProfile
|
|
||||||
- seLinuxOptions
|
- seLinuxOptions
|
||||||
|
- seccompProfile
|
||||||
- windowsOptions
|
- windowsOptions
|
||||||
|
|
||||||
- definition: io.k8s.api.core.v1.ContainerStatus
|
- definition: io.k8s.api.core.v1.ContainerStatus
|
||||||
field_categories:
|
field_categories:
|
||||||
- fields:
|
- fields:
|
||||||
- name
|
- allocatedResources
|
||||||
|
- allocatedResourcesStatus
|
||||||
|
- containerID
|
||||||
- image
|
- image
|
||||||
- imageID
|
- imageID
|
||||||
- containerID
|
|
||||||
- state
|
|
||||||
- lastState
|
- lastState
|
||||||
|
- name
|
||||||
- ready
|
- ready
|
||||||
|
- resources
|
||||||
- restartCount
|
- restartCount
|
||||||
- started
|
- started
|
||||||
|
- state
|
||||||
|
- user
|
||||||
|
- volumeMounts
|
||||||
|
|
||||||
- definition: io.k8s.api.core.v1.ContainerStateTerminated
|
- definition: io.k8s.api.core.v1.ContainerStateTerminated
|
||||||
field_categories:
|
field_categories:
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 81947fbdd1b6c87bd2a0b04ce9d443ddf6338c86
|
Subproject commit 096a94d6e7d0d04e41356f21233498c3c4e31699
|
Loading…
Reference in New Issue