istio v1.31.0

WorkloadGroup.spec

Describes a collection of workload instances. See more details at: https://istio.io/docs/reference/config/networking/workload-group.html

3 fields
WorkloadGroup.spec fields and descriptions
Field / TypeDescription
object

Metadata that will be used for all corresponding `WorkloadEntries`.

any

`ReadinessProbe` describes the configuration the user must provide for healthchecking on their workload.

object required

Template to be used for the generation of `WorkloadEntry` resources that belong to this `WorkloadGroup`.

  • x-kubernetes-validations: [{"message":"UDS may not include ports","rule":"(has(self.address) ? self.address : \"\").startsWith(\"unix://\") ? !has(self.ports) : true"}]