TerminationMessagePathstring`json:"terminationMessagePath,omitempty" description:"path at which the file to which the container's termination message will be written is mounted into the container's filesystem; message written is intended to be brief final status, such as an assertion failure message; defaults to /dev/termination-log; cannot be updated"`
TerminationMessagePathstring`json:"terminationMessagePath,omitempty" description:"path at which the file to which the container's termination message will be written is mounted into the container's filesystem; message written is intended to be brief final status, such as an assertion failure message; defaults to /dev/termination-log; cannot be updated"`
// Optional: Policy for pulling images for this container
// Optional: Policy for pulling images for this container
ImagePullPolicyPullPolicy`json:"imagePullPolicy,omitempty" description:"image pull policy; one of PullAlways, PullNever, PullIfNotPresent; defaults to PullAlways if :latest tag is specified, or PullIfNotPresent otherwise; cannot be updated"`
ImagePullPolicyPullPolicy`json:"imagePullPolicy,omitempty" description:"image pull policy; one of Always, Never, IfNotPresent; defaults to Always if :latest tag is specified, or IfNotPresent otherwise; cannot be updated"`
// Optional: SecurityContext defines the security options the pod should be run with
// Optional: SecurityContext defines the security options the pod should be run with
SecurityContext*SecurityContext`json:"securityContext,omitempty" description:"security options the pod should run with"`
SecurityContext*SecurityContext`json:"securityContext,omitempty" description:"security options the pod should run with"`
// Deprecated - see SecurityContext. Optional: Default to false.
// Deprecated - see SecurityContext. Optional: Default to false.
Privilegedbool`json:"privileged,omitempty" description:"whether or not the container is granted privileged status; defaults to false; cannot be updated; deprecated; See SecurityContext."`
Privilegedbool`json:"privileged,omitempty" description:"whether or not the container is granted privileged status; defaults to false; cannot be updated; deprecated; See SecurityContext."`
// Optional: Policy for pulling images for this container
// Optional: Policy for pulling images for this container
ImagePullPolicyPullPolicy`json:"imagePullPolicy,omitempty" description:"image pull policy; one of PullAlways, PullNever, PullIfNotPresent; defaults to PullAlways if :latest tag is specified, or PullIfNotPresent otherwise; cannot be updated"`
ImagePullPolicyPullPolicy`json:"imagePullPolicy,omitempty" description:"image pull policy; one of Always, Never, IfNotPresent; defaults to Always if :latest tag is specified, or IfNotPresent otherwise; cannot be updated"`
// Deprecated - see SecurityContext. Optional: Capabilities for container.
// Deprecated - see SecurityContext. Optional: Capabilities for container.
CapabilitiesCapabilities`json:"capabilities,omitempty" description:"capabilities for container; cannot be updated; deprecated; See SecurityContext."`
CapabilitiesCapabilities`json:"capabilities,omitempty" description:"capabilities for container; cannot be updated; deprecated; See SecurityContext."`
// Optional: SecurityContext defines the security options the pod should be run with
// Optional: SecurityContext defines the security options the pod should be run with