Skip to content

Commit 0089b6e

Browse files
authored
Merge pull request #2362 from youngnick/fix-verify-crds
Fixes for Verify CRDs script and invalid YAMLs
2 parents 53382c8 + b8136bc commit 0089b6e

File tree

58 files changed

+90
-261
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+90
-261
lines changed

hack/invalid-examples/v1alpha2/grpcroute/invalid-method.yaml renamed to hack/invalid-examples/experimental/grpcroute/invalid-method.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ spec:
1010
rules:
1111
- matches:
1212
- method:
13-
- method: ../
13+
method: ../
1414
backendRefs:
1515
- name: bar-svc
1616
port: 50051

hack/invalid-examples/v1alpha2/grpcroute/invalid-service.yaml renamed to hack/invalid-examples/experimental/grpcroute/invalid-service.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ spec:
1010
rules:
1111
- matches:
1212
- method:
13-
- service: ../
13+
service: ../
1414
backendRefs:
1515
- name: bar-svc
1616
port: 50051

0 commit comments

Comments
 (0)