Skip to content

Commit 9624cef

Browse files
committed
fix crd
1 parent d73c98e commit 9624cef

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

config/crd-nocel/apisix.apache.org_gatewayproxies.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,6 @@ spec:
141141
required:
142142
- auth
143143
type: object
144-
x-kubernetes-validations:
145-
- rule: has(self.endpoints) != has(self.service)
146144
type:
147145
description: Type specifies the type of provider. Can only be
148146
`ControlPlane`.
@@ -152,10 +150,6 @@ spec:
152150
required:
153151
- type
154152
type: object
155-
x-kubernetes-validations:
156-
- message: controlPlane must be specified when type is ControlPlane
157-
rule: 'self.type == ''ControlPlane'' ? has(self.controlPlane) :
158-
true'
159153
publishService:
160154
description: |-
161155
PublishService specifies the LoadBalancer-type Service whose external address the controller uses to

0 commit comments

Comments
 (0)