Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for skipIfIngressClassUnsupported (0.26 sec)

  1. tests/integration/pilot/ingress_test.go

    	kubetest "istio.io/istio/pkg/test/kube"
    	"istio.io/istio/pkg/test/util/retry"
    	helmtest "istio.io/istio/tests/integration/helm"
    	ingressutil "istio.io/istio/tests/integration/security/sds_ingress/util"
    )
    
    func skipIfIngressClassUnsupported(t framework.TestContext) {
    	if !t.Clusters().Default().MinKubeVersion(18) {
    		t.Skip("IngressClass not supported")
    	}
    }
    
    // TestIngress tests that we can route using standard Kubernetes Ingress objects.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 22:12:34 UTC 2024
    - 19.5K bytes
    - Viewed (0)
Back to top