kubernetes v1.37
CompositePodGroup.spec.workloadRef
WorkloadReference references the Workload object together with the template that was used to create a particular PodGroup.
| Field / Type | Description |
|---|---|
templateName | 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 | 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. |