ingress: Use networking.k8s.io/v1beta1 in Ingress examples (#14239)
This patch swaps all uses with extensions/v1beta1 with the new networking.k8s.io/v1beta1 apiVersion for the Ingress resource. Signed-off-by: Christopher M. Luciano <cmluciano@us.ibm.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
de62ee2d2b
commit
f43a96d548
@@ -1,4 +1,4 @@
|
||||
apiVersion: extensions/v1beta1
|
||||
apiVersion: networking.k8s.io/v1beta1
|
||||
kind: Ingress
|
||||
metadata:
|
||||
name: test-ingress
|
||||
|
||||
Reference in New Issue
Block a user