Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for skipIfK8sVersionUnsupported (0.43 sec)

  1. tests/integration/pilot/multi_version_revision_test.go

    		t.Fatal(err)
    	}
    }
    
    // skipIfK8sVersionUnsupported skips the test if we're running on a k8s version that is not expected to work
    // with any of the revision versions included in the test (i.e. istio 1.7 not supported on k8s 1.15)
    func skipIfK8sVersionUnsupported(t framework.TestContext) {
    	if !t.Clusters().Default().MinKubeVersion(16) {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 22:02:59 UTC 2024
    - 6.1K bytes
    - Viewed (0)
Back to top