AllowContainerRestartPolicyRules bool
// Allow user namespaces with volume devices, even though they will not function properly (should only be tolerated in updates of objects which already have this invalid configuration).
AllowUserNamespacesWithVolumeDevices bool
+ // Allow taint toleration comparison operators (Lt, Gt)
+ AllowTaintTolerationComparisonOperators bool
// Allow hostNetwork pods to use user namespaces
AllowUserNamespacesHostNetworkSupport bool
+ // Allow containers to have restart policy rule with RestartAllContainers action, applicable for init, sidecar, and regular containers.
+ AllowRestartAllContainers bool
}
// validatePodMetadataAndSpec tests if required fields in the pod.metadata and pod.spec are set,