Skip to content

Commit

Permalink
ListenerSet in now in the x-k8s.io API group
Browse files Browse the repository at this point in the history
  • Loading branch information
dprotaso committed Jan 31, 2025
1 parent 59e46e2 commit 0e635d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions geps/gep-1713/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ spec:
protocol: HTTP
port: 80
---
apiVersion: gateway.networking.k8s.io/v1alpha1
apiVersion: gateway.networking.x-k8s.io/v1alpha1
kind: ListenerSet
metadata:
name: first-workload-listeners
Expand All @@ -360,7 +360,7 @@ spec:
group: ""
name: first-workload-cert # Provisioned via HTTP01 challenge
---
apiVersion: gateway.networking.k8s.io/v1alpha1
apiVersion: gateway.networking.x-k8s.io/v1alpha1
kind: ListenerSet
metadata:
name: second-workload-listeners
Expand Down

0 comments on commit 0e635d9

Please sign in to comment.