Schema
objectio.k8s.api.scheduling.v1alpha3.WorkloadReference
WorkloadReference references the Workload object together with the template that was used to create a particular PodGroup.
- Source
specs/apis__scheduling.k8s.io__v1alpha3_openapi.json- Revision
9a79c3bd90f7- Active snapshot
2a9112600697
templateName string
requiredtemplateName 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
requiredworkloadName 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.