allowHostDirVolumePlugin
|
boolean
|
AllowHostDirVolumePlugin determines if the policy allow containers to use the HostDir volume plugin |
allowHostIPC
|
boolean
|
AllowHostIPC determines if the policy allows host ipc in the containers. |
allowHostNetwork
|
boolean
|
AllowHostNetwork determines if the policy allows the use of HostNetwork in the pod spec. |
allowHostPID
|
boolean
|
AllowHostPID determines if the policy allows host pid in the containers. |
allowHostPorts
|
boolean
|
AllowHostPorts determines if the policy allows host ports in the containers. |
allowPrivilegeEscalation
|
`` |
AllowPrivilegeEscalation determines if a pod can request to allow privilege escalation. If unspecified, defaults to true. |
allowPrivilegedContainer
|
boolean
|
AllowPrivilegedContainer determines if a container can request to be run as privileged. |
allowedCapabilities
|
`` |
AllowedCapabilities is a list of capabilities that can be requested to add to the container. Capabilities in this field maybe added at the pod author’s discretion. You must not list a capability in both AllowedCapabilities and RequiredDropCapabilities. To allow all capabilities you may use '*'. |
allowedFlexVolumes
|
`` |
AllowedFlexVolumes is a whitelist of allowed Flexvolumes. Empty or nil indicates that all Flexvolumes may be used. This parameter is effective only when the usage of the Flexvolumes is allowed in the "Volumes" field. |
allowedUnsafeSysctls
|
`` |
AllowedUnsafeSysctls is a list of explicitly allowed unsafe sysctls, defaults to none. Each entry is either a plain sysctl name or ends in "" in which case it is considered as a prefix of allowed sysctls. Single * means all unsafe sysctls are allowed. Kubelet has to whitelist all allowed unsafe sysctls explicitly to avoid rejection.
Examples: e.g. "foo/" allows "foo/bar", "foo/baz", etc. e.g. "foo.*" allows "foo.bar", "foo.baz", etc. |
apiVersion
|
string
|
APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources |
defaultAddCapabilities
|
`` |
DefaultAddCapabilities is the default set of capabilities that will be added to the container unless the pod spec specifically drops the capability. You may not list a capabiility in both DefaultAddCapabilities and RequiredDropCapabilities. |
defaultAllowPrivilegeEscalation
|
`` |
DefaultAllowPrivilegeEscalation controls the default setting for whether a process can gain more privileges than its parent process. |
forbiddenSysctls
|
`` |
ForbiddenSysctls is a list of explicitly forbidden sysctls, defaults to none. Each entry is either a plain sysctl name or ends in "" in which case it is considered as a prefix of forbidden sysctls. Single * means all sysctls are forbidden.
Examples: e.g. "foo/" forbids "foo/bar", "foo/baz", etc. e.g. "foo.*" forbids "foo.bar", "foo.baz", etc. |
fsGroup
|
`` |
FSGroup is the strategy that will dictate what fs group is used by the SecurityContext. |
groups
|
`` |
The groups that have permission to use this security context constraints |
kind
|
string
|
Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds |
metadata
|
ObjectMeta
|
Standard object’s metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata |
priority
|
`` |
Priority influences the sort order of SCCs when evaluating which SCCs to try first for a given pod request based on access in the Users and Groups fields. The higher the int, the higher priority. An unset value is considered a 0 priority. If scores for multiple SCCs are equal they will be sorted from most restrictive to least restrictive. If both priorities and restrictions are equal the SCCs will be sorted by name. |
readOnlyRootFilesystem
|
boolean
|
ReadOnlyRootFilesystem when set to true will force containers to run with a read only root file system. If the container specifically requests to run with a non-read only root file system the SCC should deny the pod. If set to false the container may run with a read only root file system if it wishes but it will not be forced to. |
requiredDropCapabilities
|
`` |
RequiredDropCapabilities are the capabilities that will be dropped from the container. These are required to be dropped and cannot be added. |
runAsUser
|
`` |
RunAsUser is the strategy that will dictate what RunAsUser is used in the SecurityContext. |
seLinuxContext
|
`` |
SELinuxContext is the strategy that will dictate what labels will be set in the SecurityContext. |
seccompProfiles
|
`` |
SeccompProfiles lists the allowed profiles that may be set for the pod or container’s seccomp annotations. An unset (nil) or empty value means that no profiles may be specifid by the pod or container. The wildcard '*' may be used to allow all profiles. When used to generate a value for a pod the first non-wildcard profile will be used as the default. |
supplementalGroups
|
`` |
SupplementalGroups is the strategy that will dictate what supplemental groups are used by the SecurityContext. |
users
|
`` |
The users who have permissions to use this security context constraints |
volumes
|
`` |
Volumes is a white list of allowed volume plugins. FSType corresponds directly with the field names of a VolumeSource (azureFile, configMap, emptyDir). To allow all volumes you may use "*". To allow no volumes, set to ["none"]. |