OS
Schema Hub

PodGroup

PodGroup represents a set of pods with a common scheduling policy.

Schema URL
https://raw.githubusercontent.com/nlamirault/schema-hub/main/schemas/scheduling.api.k8s.io/PodGroup_v1alpha1.json
Usage examples
VS Code / yaml-language-server
# yaml-language-server: $schema=https://raw.githubusercontent.com/nlamirault/schema-hub/main/schemas/scheduling.api.k8s.io/PodGroup_v1alpha1.json
kubeconform
kubeconform -schema-location 'https://raw.githubusercontent.com/nlamirault/schema-hub/main/schemas/{{ .Group }}/{{ .ResourceKind }}_{{ .ResourceAPIVersion }}.json' manifest.yaml

Resource Structure

namestringRequired
Name is a unique identifier for the PodGroup within the Workload. It must be a DNS label. This field is immutable.
policyobjectRequired
Policy defines the scheduling policy for this PodGroup.