k8s.io/kubernetes@v1.29.3/test/e2e/testing-manifests/ingress/gce/static-ip-2/ing.yaml (about)

     1  apiVersion: networking.k8s.io/v1
     2  kind: Ingress
     3  metadata:
     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"
     8  spec:
     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