Update apiVersion on example-ingress to extensions/v1beta1 (#14449)

Update apiVersion on ingress to extensions/v1beta1
This commit is contained in:
codyc
2019-05-22 08:16:11 -05:00
committed by Kubernetes Prow Robot
parent 4ca230dc3f
commit 4aa0fda798
@@ -135,7 +135,7 @@ The following file is an Ingress resource that sends traffic to your Service via
1. Create `example-ingress.yaml` from the following file:
apiVersion: networking.k8s.io/v1beta1
apiVersion: extensions/v1beta1
kind: Ingress
metadata:
name: example-ingress