Bump sigs.k8s.io/gateway-api to v1.2.0-rc2
This commit is contained in:
parent
fbf6757ce9
commit
7bb181dfa0
5 changed files with 17 additions and 2390 deletions
|
@ -1,7 +1,7 @@
|
|||
apiVersion: gateway.networking.k8s.io/v1
|
||||
date: '-'
|
||||
gatewayAPIChannel: experimental
|
||||
gatewayAPIVersion: v1.2.0-rc1
|
||||
gatewayAPIVersion: v1.2.0-rc2
|
||||
implementation:
|
||||
contact:
|
||||
- '@traefik/maintainers'
|
File diff suppressed because it is too large
Load diff
|
@ -90,7 +90,7 @@ func (s *K8sConformanceSuite) SetupSuite() {
|
|||
|
||||
s.k3sContainer, err = k3s.Run(ctx,
|
||||
k3sImage,
|
||||
k3s.WithManifest("./fixtures/k8s-conformance/00-experimental-v1.2.0-rc1.yml"),
|
||||
k3s.WithManifest("./fixtures/k8s-conformance/00-experimental-v1.2.0-rc2.yml"),
|
||||
k3s.WithManifest("./fixtures/k8s-conformance/01-rbac.yml"),
|
||||
k3s.WithManifest("./fixtures/k8s-conformance/02-traefik.yml"),
|
||||
network.WithNetwork(nil, s.network),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue