...

Text file src/k8s.io/kubernetes/test/e2e/testing-manifests/ingress/gce/static-ip-2/ing.yaml

Documentation: k8s.io/kubernetes/test/e2e/testing-manifests/ingress/gce/static-ip-2

     1apiVersion: networking.k8s.io/v1
     2kind: Ingress
     3metadata:
     4  name: static-ip
     5  # This annotation is added by the test upon allocating a staticip.
     6  # annotations:
     7  #  kubernetes.io/ingress.global-static-ip-name: "staticip"
     8spec:
     9  rules:
    10  - host: ingress.test.com
    11    http:
    12      paths:
    13      - path: /foo
    14        pathType: "ImplementationSpecific"
    15        backend:
    16          service:
    17            name: echoheaders-https
    18            port:
    19              number: 80

View as plain text