Skip to main content
Schemaobject

io.k8s.api.scheduling.v1beta1.WorkloadReference

WorkloadReference references the Workload object together with the template that was used to create a particular PodGroup.

Source
specs/apis__scheduling.k8s.io__v1beta1_openapi.json
Revision
9a79c3bd90f7
Active snapshot
2a9112600697
templateName string
required

templateName is the name of a template within the Workload object that was used to create a pod group. It must be a DNS label. This field is required.

workloadName string
required

workloadName is the name of the Workload object that contains a template that was used when creating a pod group. It must be a DNS name. This field is required.