INPUT_OBJECT

KubernetesKindPodSecurityPolicySpecStandardInput

Standard allows choosing from pre-defined profiles following the Kubernetes pod security standards.

link GraphQL Schema definition

  • input KubernetesKindPodSecurityPolicySpecStandardInput {
  • # Profile can be set to 'restricted' for a heavily restricted policy or 'baseline'
  • # for minimally restrictive policy that prevents privilege escalation.
  • profile: KubernetesKindPodSecurityPolicySpecStandardProfileEnum
  • }