You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| `metadata` _[ObjectMeta](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.32/#objectmeta-v1-meta)_ | Refer to Kubernetes API documentation for fields of `metadata`. | | |
| `name` _string_ | Name is the name of the group to which the gateway belongs | | |
90
+
| `priority` _integer_ | Priority is the priority of the gateway within the group | | |
91
+
92
+
93
+
#### GatewayGroupSpec
94
+
95
+
96
+
97
+
GatewayGroupSpec defines the desired state of GatewayGroup
98
+
99
+
100
+
101
+
_Appears in:_
102
+
- [GatewayGroup](#gatewaygroup)
103
+
104
+
105
+
106
+
#### GatewayGroupStatus
107
+
108
+
109
+
110
+
GatewayGroupStatus defines the observed state of GatewayGroup.
111
+
112
+
113
+
114
+
_Appears in:_
115
+
- [GatewayGroup](#gatewaygroup)
116
+
117
+
118
+
56
119
#### GatewayInterface
57
120
58
121
@@ -150,6 +213,7 @@ _Appears in:_
150
213
| `logs` _[GatewayLogs](#gatewaylogs)_ | Logs defines the configuration for logging levels | | |
151
214
| `profiling` _[GatewayProfiling](#gatewayprofiling)_ | Profiling defines the configuration for profiling | | |
152
215
| `workers` _integer_ | Workers defines the number of worker threads to use for dataplane | | |
216
+
| `groups` _[GatewayGroupMembership](#gatewaygroupmembership) array_ | Groups is a list of group memberships for the gateway | | |
153
217
154
218
155
219
#### GatewayStatus
@@ -284,6 +348,7 @@ _Appears in:_
284
348
285
349
| Field | Description | Default | Validation |
286
350
| --- | --- | --- | --- |
351
+
| `gatewayGroup` _string_ | GatewayGroup is the name of the gateway group that should process the peering | | |
287
352
| `peering` _object (keys:string, values:[PeeringEntry](#peeringentry))_ | Peerings is a map of peering entries for each VPC participating in the peering (keyed by VPC name) | | |
0 commit comments