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/v1alpha1/gatewayproxy_types.go
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,7 @@ const (
55
55
// GatewayProxyProvider defines the provider configuration for GatewayProxy.
56
56
// +kubebuilder:validation:XValidation:rule="self.type == 'ControlPlane' ? has(self.controlPlane) : true",message="controlPlane must be specified when type is ControlPlane"
57
57
typeGatewayProxyProviderstruct {
58
-
// Type specifies the type of provider.
58
+
// Type specifies the type of provider. Can only be `ControlPlane`.
59
59
// +kubebuilder:validation:Required
60
60
TypeProviderType`json:"type"`
61
61
@@ -105,6 +105,7 @@ type AdminKeyValueFrom struct {
105
105
// ControlPlaneAuth defines the authentication configuration for control plane.
0 commit comments