istio v1.31.0

WorkloadGroup.spec.template

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

7 fields
WorkloadGroup.spec.template fields and descriptions
Field / TypeDescription
address
string

Address associated with the network endpoint without the port.

  • maxLength: 256
  • x-kubernetes-validations: [{"message":"UDS must be an absolute path or abstract socket","rule":"self.startsWith(\"unix://\") ? (self.substring(7, 8) == \"/\" || self.substring(7, 8) == \"@\") : true"},{"message":"UDS may not be a dir","rule":"self.startsWith(\"unix://\") ? !self.endsWith(\"/\") : true"}]
map[string]string

One or more labels associated with the endpoint.

  • maxProperties: 256
locality
string

The locality associated with the endpoint.

  • maxLength: 2048
network
string

Network enables Istio to group endpoints resident in the same L3 domain/network.

  • maxLength: 2048
map[string]integer

Set of ports associated with the endpoint.

  • maxProperties: 128
  • x-kubernetes-validations: [{"message":"port name must be valid","rule":"self.all(key, size(key) \u003c 63 \u0026\u0026 key.matches(\"^[a-zA-Z0-9](?:[-a-zA-Z0-9]*[a-zA-Z0-9])?$\"))"}]
serviceAccount
string

The service account associated with the workload if a sidecar is present in the workload.

  • maxLength: 253
weight
integer

The load balancing weight associated with the endpoint.

  • minimum: 0
  • maximum: 4294967295