INPUT_OBJECT
KubernetesKindPodSecurityPolicySpecMatchInput
Match can be used to include or exclude namespaces from the policy.
link GraphQL Schema definition
- input KubernetesKindPodSecurityPolicySpecMatchInput {
- # A label selector is a label query over a set of resources. The result of
- # matchLabels and matchExpressions are ANDed. An empty label selector matches all
- # objects. A null label selector matches no objects.
- KubernetesKindPodSecurityPolicySpecMatchNamespaceSelectorInput :
- }