kubernetes v1.37

PodGroupSpec.workloadRef

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

2 fields
PodGroupSpec.workloadRef fields and descriptions
Field / TypeDescription
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.