Skip to content

Commit

Permalink
Merge pull request #2494 from arkodg/fix-group-ver-refgrant
Browse files Browse the repository at this point in the history
conformance: revert ver to v1beta1 for RefGrant
  • Loading branch information
k8s-ci-robot authored Oct 18, 2023
2 parents adbd996 + fcb0bc4 commit 37d8159
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions conformance/tests/gateway-secret-invalid-reference-grant.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
name: certificate
namespace: gateway-conformance-web-backend
---
apiVersion: gateway.networking.k8s.io/v1
apiVersion: gateway.networking.k8s.io/v1beta1
kind: ReferenceGrant
metadata:
name: reference-grant-wrong-namespace
Expand All @@ -34,7 +34,7 @@ spec:
kind: Secret
name: certificate
---
apiVersion: gateway.networking.k8s.io/v1
apiVersion: gateway.networking.k8s.io/v1beta1
kind: ReferenceGrant
metadata:
name: reference-grant-wrong-from-group
Expand All @@ -49,7 +49,7 @@ spec:
kind: Secret
name: certificate
---
apiVersion: gateway.networking.k8s.io/v1
apiVersion: gateway.networking.k8s.io/v1beta1
kind: ReferenceGrant
metadata:
name: reference-grant-wrong-from-kind
Expand All @@ -64,7 +64,7 @@ spec:
kind: Secret
name: certificate
---
apiVersion: gateway.networking.k8s.io/v1
apiVersion: gateway.networking.k8s.io/v1beta1
kind: ReferenceGrant
metadata:
name: reference-grant-wrong-from-namespace
Expand All @@ -79,7 +79,7 @@ spec:
kind: Secret
name: certificate
---
apiVersion: gateway.networking.k8s.io/v1
apiVersion: gateway.networking.k8s.io/v1beta1
kind: ReferenceGrant
metadata:
name: reference-grant-wrong-to-group
Expand All @@ -94,7 +94,7 @@ spec:
kind: Secret
name: not-the-certificate-youre-looking-for
---
apiVersion: gateway.networking.k8s.io/v1
apiVersion: gateway.networking.k8s.io/v1beta1
kind: ReferenceGrant
metadata:
name: reference-grant-wrong-to-kind
Expand All @@ -109,7 +109,7 @@ spec:
kind: Service
name: certificate
---
apiVersion: gateway.networking.k8s.io/v1
apiVersion: gateway.networking.k8s.io/v1beta1
kind: ReferenceGrant
metadata:
name: reference-grant-wrong-to-name
Expand Down

0 comments on commit 37d8159

Please sign in to comment.