INPUT_OBJECT
KubernetesKindPodSecurityPolicySpecInput
PodSecurityPolicySpec defines the desired state of PodSecurityPolicy.
link GraphQL Schema definition
- input KubernetesKindPodSecurityPolicySpecInput {
- # EnforcementAction defines what action to take when the policy is violated. It
- # can be set to 'deny' to block admission (default), 'dryrun' to allow admission
- # but report violations or 'warn' to allow admission with a warning and report
- # violations.
- KubernetesKindPodSecurityPolicySpecEnforcementActionEnum :
- # Match can be used to include or exclude namespaces from the policy.
- KubernetesKindPodSecurityPolicySpecMatchInput :
- # Standard allows choosing from pre-defined profiles following the Kubernetes pod
- # security standards.
- KubernetesKindPodSecurityPolicySpecStandardInput :
- }