{
  "description": "WorkloadSpec defines the desired state of a Workload.",
  "properties": {
    "controllerRef": {
      "$ref": "_definitions.json#/definitions/io.k8s.api.scheduling.v1alpha1.TypedLocalObjectReference",
      "description": "ControllerRef is an optional reference to the controlling object, such as a Deployment or Job. This field is intended for use by tools like CLIs to provide a link back to the original workload definition. When set, it cannot be changed."
    },
    "podGroups": {
      "description": "PodGroups is the list of pod groups that make up the Workload. The maximum number of pod groups is 8. This field is immutable.",
      "items": {
        "$ref": "_definitions.json#/definitions/io.k8s.api.scheduling.v1alpha1.PodGroup"
      },
      "type": [
        "array",
        "null"
      ],
      "x-kubernetes-list-map-keys": [
        "name"
      ],
      "x-kubernetes-list-type": "map"
    }
  },
  "required": [
    "podGroups"
  ],
  "type": "object",
  "$schema": "http://json-schema.org/schema#"
}