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
Copy file name to clipboardExpand all lines: api/konnect/v1alpha1/konnect_cloudgateway_dataplane_configuration_types.go
+4-1
Original file line number
Diff line number
Diff line change
@@ -92,8 +92,11 @@ type KonnectConfigurationDataPlaneGroup struct {
92
92
93
93
// NetworkRef is the reference to the network that this data-plane group will be deployed on.
94
94
//
95
+
// Cross namespace references are not supported for networkRef of type namespacedRef.
96
+
// This will be enforced in the future but currently (due to limitation in CEL validation
97
+
// in Kubernetes 1.31 and older) it is not.
98
+
//
95
99
// +kubebuilder:validation:Required
96
-
// +kubebuilder:validation:XValidation:rule="self.type == 'namespacedRef' && has(self.namespacedRef) ? !has(self.namespacedRef.namespace) : true", message="cross namespace references are not supported for networkRef of type namespacedRef"
Copy file name to clipboardExpand all lines: docs/all-api-reference.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -3847,7 +3847,7 @@ KonnectConfigurationDataPlaneGroup is the schema for the KonnectConfiguration ty
3847
3847
| --- | --- |
3848
3848
|`provider`_[ProviderName](#providername)_| Name of cloud provider. |
3849
3849
|`region`_string_| Region for cloud provider region. |
3850
-
|`networkRef`_[ObjectRef](#objectref)_| NetworkRef is the reference to the network that this data-plane group will be deployed on. |
3850
+
|`networkRef`_[ObjectRef](#objectref)_| NetworkRef is the reference to the network that this data-plane group will be deployed on.<br /><br /> Cross namespace references are not supported for networkRef of type namespacedRef. This will be enforced in the future but currently (due to limitation in CEL validation in Kubernetes 1.31 and older) it is not.|
3851
3851
|`autoscale`_[ConfigurationDataPlaneGroupAutoscale](#configurationdataplanegroupautoscale)_| Autoscale configuration for the data-plane group. |
3852
3852
|`environment`_[ConfigurationDataPlaneGroupEnvironmentField](#configurationdataplanegroupenvironmentfield) array_| Array of environment variables to set for a data-plane group. |
Copy file name to clipboardExpand all lines: docs/konnect-api-reference.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -489,7 +489,7 @@ KonnectConfigurationDataPlaneGroup is the schema for the KonnectConfiguration ty
489
489
| --- | --- |
490
490
|`provider`_[ProviderName](#providername)_| Name of cloud provider. |
491
491
|`region`_string_| Region for cloud provider region. |
492
-
|`networkRef`_[ObjectRef](#objectref)_| NetworkRef is the reference to the network that this data-plane group will be deployed on. |
492
+
|`networkRef`_[ObjectRef](#objectref)_| NetworkRef is the reference to the network that this data-plane group will be deployed on.<br /><br /> Cross namespace references are not supported for networkRef of type namespacedRef. This will be enforced in the future but currently (due to limitation in CEL validation in Kubernetes 1.31 and older) it is not.|
493
493
|`autoscale`_[ConfigurationDataPlaneGroupAutoscale](#configurationdataplanegroupautoscale)_| Autoscale configuration for the data-plane group. |
494
494
|`environment`_[ConfigurationDataPlaneGroupEnvironmentField](#configurationdataplanegroupenvironmentfield) array_| Array of environment variables to set for a data-plane group. |
0 commit comments