diff --git a/api/v1alpha1/loadbalancer_types.go b/api/v1alpha1/loadbalancer_types.go index a148832e5e..6ee79f9c8b 100644 --- a/api/v1alpha1/loadbalancer_types.go +++ b/api/v1alpha1/loadbalancer_types.go @@ -165,7 +165,7 @@ type PreferLocalZone struct { // // +optional // +notImplementedHide - MinEndpointsThreshold *uint64 `json:"minEndpointsCount,omitempty"` + MinEndpointsThreshold *uint64 `json:"minEndpointsThreshold,omitempty"` } // ForceLocalZone defines override configuration for forcing all traffic to stay within the local zone instead of the default behavior diff --git a/charts/gateway-crds-helm/templates/generated/gateway.envoyproxy.io_backendtrafficpolicies.yaml b/charts/gateway-crds-helm/templates/generated/gateway.envoyproxy.io_backendtrafficpolicies.yaml index 3c652ac044..5059c61db5 100644 --- a/charts/gateway-crds-helm/templates/generated/gateway.envoyproxy.io_backendtrafficpolicies.yaml +++ b/charts/gateway-crds-helm/templates/generated/gateway.envoyproxy.io_backendtrafficpolicies.yaml @@ -711,7 +711,7 @@ spec: format: int32 type: integer type: object - minEndpointsCount: + minEndpointsThreshold: description: MinEndpointsThreshold is the minimum number of total upstream endpoints across all zones required to enable zone-aware routing. diff --git a/charts/gateway-crds-helm/templates/generated/gateway.envoyproxy.io_envoyextensionpolicies.yaml b/charts/gateway-crds-helm/templates/generated/gateway.envoyproxy.io_envoyextensionpolicies.yaml index c91a2fd0ca..6d95b9d116 100644 --- a/charts/gateway-crds-helm/templates/generated/gateway.envoyproxy.io_envoyextensionpolicies.yaml +++ b/charts/gateway-crds-helm/templates/generated/gateway.envoyproxy.io_envoyextensionpolicies.yaml @@ -790,7 +790,7 @@ spec: format: int32 type: integer type: object - minEndpointsCount: + minEndpointsThreshold: description: MinEndpointsThreshold is the minimum number of total upstream endpoints across all zones required to enable zone-aware routing. diff --git a/charts/gateway-crds-helm/templates/generated/gateway.envoyproxy.io_envoyproxies.yaml b/charts/gateway-crds-helm/templates/generated/gateway.envoyproxy.io_envoyproxies.yaml index 41b8e303ed..c5b6403b58 100644 --- a/charts/gateway-crds-helm/templates/generated/gateway.envoyproxy.io_envoyproxies.yaml +++ b/charts/gateway-crds-helm/templates/generated/gateway.envoyproxy.io_envoyproxies.yaml @@ -11384,7 +11384,7 @@ spec: format: int32 type: integer type: object - minEndpointsCount: + minEndpointsThreshold: description: MinEndpointsThreshold is the minimum number of total upstream endpoints @@ -12456,7 +12456,7 @@ spec: format: int32 type: integer type: object - minEndpointsCount: + minEndpointsThreshold: description: MinEndpointsThreshold is the minimum number of total upstream endpoints @@ -13612,7 +13612,7 @@ spec: format: int32 type: integer type: object - minEndpointsCount: + minEndpointsThreshold: description: MinEndpointsThreshold is the minimum number of total upstream endpoints across all @@ -14687,7 +14687,7 @@ spec: format: int32 type: integer type: object - minEndpointsCount: + minEndpointsThreshold: description: MinEndpointsThreshold is the minimum number of total upstream endpoints across all zones required diff --git a/charts/gateway-crds-helm/templates/generated/gateway.envoyproxy.io_securitypolicies.yaml b/charts/gateway-crds-helm/templates/generated/gateway.envoyproxy.io_securitypolicies.yaml index 681ac85e0e..a5ab7c0bed 100644 --- a/charts/gateway-crds-helm/templates/generated/gateway.envoyproxy.io_securitypolicies.yaml +++ b/charts/gateway-crds-helm/templates/generated/gateway.envoyproxy.io_securitypolicies.yaml @@ -1290,7 +1290,7 @@ spec: format: int32 type: integer type: object - minEndpointsCount: + minEndpointsThreshold: description: MinEndpointsThreshold is the minimum number of total upstream endpoints across all zones required to enable zone-aware @@ -2257,7 +2257,7 @@ spec: format: int32 type: integer type: object - minEndpointsCount: + minEndpointsThreshold: description: MinEndpointsThreshold is the minimum number of total upstream endpoints across all zones required to enable zone-aware @@ -3430,7 +3430,7 @@ spec: format: int32 type: integer type: object - minEndpointsCount: + minEndpointsThreshold: description: MinEndpointsThreshold is the minimum number of total upstream endpoints across all zones required @@ -4592,7 +4592,7 @@ spec: format: int32 type: integer type: object - minEndpointsCount: + minEndpointsThreshold: description: MinEndpointsThreshold is the minimum number of total upstream endpoints across all zones required to enable zone-aware diff --git a/charts/gateway-helm/crds/generated/gateway.envoyproxy.io_backendtrafficpolicies.yaml b/charts/gateway-helm/crds/generated/gateway.envoyproxy.io_backendtrafficpolicies.yaml index 73e551f531..a1d2400b8a 100644 --- a/charts/gateway-helm/crds/generated/gateway.envoyproxy.io_backendtrafficpolicies.yaml +++ b/charts/gateway-helm/crds/generated/gateway.envoyproxy.io_backendtrafficpolicies.yaml @@ -710,7 +710,7 @@ spec: format: int32 type: integer type: object - minEndpointsCount: + minEndpointsThreshold: description: MinEndpointsThreshold is the minimum number of total upstream endpoints across all zones required to enable zone-aware routing. diff --git a/charts/gateway-helm/crds/generated/gateway.envoyproxy.io_envoyextensionpolicies.yaml b/charts/gateway-helm/crds/generated/gateway.envoyproxy.io_envoyextensionpolicies.yaml index 511913c576..a1a0d63ef0 100644 --- a/charts/gateway-helm/crds/generated/gateway.envoyproxy.io_envoyextensionpolicies.yaml +++ b/charts/gateway-helm/crds/generated/gateway.envoyproxy.io_envoyextensionpolicies.yaml @@ -789,7 +789,7 @@ spec: format: int32 type: integer type: object - minEndpointsCount: + minEndpointsThreshold: description: MinEndpointsThreshold is the minimum number of total upstream endpoints across all zones required to enable zone-aware routing. diff --git a/charts/gateway-helm/crds/generated/gateway.envoyproxy.io_envoyproxies.yaml b/charts/gateway-helm/crds/generated/gateway.envoyproxy.io_envoyproxies.yaml index 7790869abd..b8f200c01e 100644 --- a/charts/gateway-helm/crds/generated/gateway.envoyproxy.io_envoyproxies.yaml +++ b/charts/gateway-helm/crds/generated/gateway.envoyproxy.io_envoyproxies.yaml @@ -11383,7 +11383,7 @@ spec: format: int32 type: integer type: object - minEndpointsCount: + minEndpointsThreshold: description: MinEndpointsThreshold is the minimum number of total upstream endpoints @@ -12455,7 +12455,7 @@ spec: format: int32 type: integer type: object - minEndpointsCount: + minEndpointsThreshold: description: MinEndpointsThreshold is the minimum number of total upstream endpoints @@ -13611,7 +13611,7 @@ spec: format: int32 type: integer type: object - minEndpointsCount: + minEndpointsThreshold: description: MinEndpointsThreshold is the minimum number of total upstream endpoints across all @@ -14686,7 +14686,7 @@ spec: format: int32 type: integer type: object - minEndpointsCount: + minEndpointsThreshold: description: MinEndpointsThreshold is the minimum number of total upstream endpoints across all zones required diff --git a/charts/gateway-helm/crds/generated/gateway.envoyproxy.io_securitypolicies.yaml b/charts/gateway-helm/crds/generated/gateway.envoyproxy.io_securitypolicies.yaml index 58fe239465..83ed51fd39 100644 --- a/charts/gateway-helm/crds/generated/gateway.envoyproxy.io_securitypolicies.yaml +++ b/charts/gateway-helm/crds/generated/gateway.envoyproxy.io_securitypolicies.yaml @@ -1289,7 +1289,7 @@ spec: format: int32 type: integer type: object - minEndpointsCount: + minEndpointsThreshold: description: MinEndpointsThreshold is the minimum number of total upstream endpoints across all zones required to enable zone-aware @@ -2256,7 +2256,7 @@ spec: format: int32 type: integer type: object - minEndpointsCount: + minEndpointsThreshold: description: MinEndpointsThreshold is the minimum number of total upstream endpoints across all zones required to enable zone-aware @@ -3429,7 +3429,7 @@ spec: format: int32 type: integer type: object - minEndpointsCount: + minEndpointsThreshold: description: MinEndpointsThreshold is the minimum number of total upstream endpoints across all zones required @@ -4591,7 +4591,7 @@ spec: format: int32 type: integer type: object - minEndpointsCount: + minEndpointsThreshold: description: MinEndpointsThreshold is the minimum number of total upstream endpoints across all zones required to enable zone-aware diff --git a/test/helm/gateway-crds-helm/all.out.yaml b/test/helm/gateway-crds-helm/all.out.yaml index 4fbcd8f1b3..27ef28d7fb 100644 --- a/test/helm/gateway-crds-helm/all.out.yaml +++ b/test/helm/gateway-crds-helm/all.out.yaml @@ -18350,7 +18350,7 @@ spec: format: int32 type: integer type: object - minEndpointsCount: + minEndpointsThreshold: description: MinEndpointsThreshold is the minimum number of total upstream endpoints across all zones required to enable zone-aware routing. @@ -22002,7 +22002,7 @@ spec: format: int32 type: integer type: object - minEndpointsCount: + minEndpointsThreshold: description: MinEndpointsThreshold is the minimum number of total upstream endpoints across all zones required to enable zone-aware routing. @@ -35030,7 +35030,7 @@ spec: format: int32 type: integer type: object - minEndpointsCount: + minEndpointsThreshold: description: MinEndpointsThreshold is the minimum number of total upstream endpoints @@ -36102,7 +36102,7 @@ spec: format: int32 type: integer type: object - minEndpointsCount: + minEndpointsThreshold: description: MinEndpointsThreshold is the minimum number of total upstream endpoints @@ -37258,7 +37258,7 @@ spec: format: int32 type: integer type: object - minEndpointsCount: + minEndpointsThreshold: description: MinEndpointsThreshold is the minimum number of total upstream endpoints across all @@ -38333,7 +38333,7 @@ spec: format: int32 type: integer type: object - minEndpointsCount: + minEndpointsThreshold: description: MinEndpointsThreshold is the minimum number of total upstream endpoints across all zones required @@ -40219,7 +40219,7 @@ spec: format: int32 type: integer type: object - minEndpointsCount: + minEndpointsThreshold: description: MinEndpointsThreshold is the minimum number of total upstream endpoints across all zones required to enable zone-aware @@ -41186,7 +41186,7 @@ spec: format: int32 type: integer type: object - minEndpointsCount: + minEndpointsThreshold: description: MinEndpointsThreshold is the minimum number of total upstream endpoints across all zones required to enable zone-aware @@ -42359,7 +42359,7 @@ spec: format: int32 type: integer type: object - minEndpointsCount: + minEndpointsThreshold: description: MinEndpointsThreshold is the minimum number of total upstream endpoints across all zones required @@ -43521,7 +43521,7 @@ spec: format: int32 type: integer type: object - minEndpointsCount: + minEndpointsThreshold: description: MinEndpointsThreshold is the minimum number of total upstream endpoints across all zones required to enable zone-aware diff --git a/test/helm/gateway-crds-helm/envoy-gateway-crds.out.yaml b/test/helm/gateway-crds-helm/envoy-gateway-crds.out.yaml index 56549ef0fa..1cf0994c6c 100644 --- a/test/helm/gateway-crds-helm/envoy-gateway-crds.out.yaml +++ b/test/helm/gateway-crds-helm/envoy-gateway-crds.out.yaml @@ -1038,7 +1038,7 @@ spec: format: int32 type: integer type: object - minEndpointsCount: + minEndpointsThreshold: description: MinEndpointsThreshold is the minimum number of total upstream endpoints across all zones required to enable zone-aware routing. @@ -4690,7 +4690,7 @@ spec: format: int32 type: integer type: object - minEndpointsCount: + minEndpointsThreshold: description: MinEndpointsThreshold is the minimum number of total upstream endpoints across all zones required to enable zone-aware routing. @@ -17718,7 +17718,7 @@ spec: format: int32 type: integer type: object - minEndpointsCount: + minEndpointsThreshold: description: MinEndpointsThreshold is the minimum number of total upstream endpoints @@ -18790,7 +18790,7 @@ spec: format: int32 type: integer type: object - minEndpointsCount: + minEndpointsThreshold: description: MinEndpointsThreshold is the minimum number of total upstream endpoints @@ -19946,7 +19946,7 @@ spec: format: int32 type: integer type: object - minEndpointsCount: + minEndpointsThreshold: description: MinEndpointsThreshold is the minimum number of total upstream endpoints across all @@ -21021,7 +21021,7 @@ spec: format: int32 type: integer type: object - minEndpointsCount: + minEndpointsThreshold: description: MinEndpointsThreshold is the minimum number of total upstream endpoints across all zones required @@ -22907,7 +22907,7 @@ spec: format: int32 type: integer type: object - minEndpointsCount: + minEndpointsThreshold: description: MinEndpointsThreshold is the minimum number of total upstream endpoints across all zones required to enable zone-aware @@ -23874,7 +23874,7 @@ spec: format: int32 type: integer type: object - minEndpointsCount: + minEndpointsThreshold: description: MinEndpointsThreshold is the minimum number of total upstream endpoints across all zones required to enable zone-aware @@ -25047,7 +25047,7 @@ spec: format: int32 type: integer type: object - minEndpointsCount: + minEndpointsThreshold: description: MinEndpointsThreshold is the minimum number of total upstream endpoints across all zones required @@ -26209,7 +26209,7 @@ spec: format: int32 type: integer type: object - minEndpointsCount: + minEndpointsThreshold: description: MinEndpointsThreshold is the minimum number of total upstream endpoints across all zones required to enable zone-aware