Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for RequireKubernetesMinorVersion (0.53 sec)

  1. pkg/test/framework/test.go

    	// required version for the annotated test to pass
    	RequireIstioVersion(version string) Test
    	// RequireKubernetesMinorVersion ensures that all Kubernetes clusters used in this test
    	// are at least the required version for the annotated test to pass
    	RequireKubernetesMinorVersion(minorVersion uint) Test
    	// RequiresMinClusters ensures that the current environment contains at least the expected number of clusters.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 22:12:34 UTC 2024
    - 10.3K bytes
    - Viewed (0)
  2. tests/integration/helm/install_test.go

    func TestReleaseChannels(t *testing.T) {
    	overrideValuesStr := `
    global:
      hub: %s
      tag: %s
      variant: %q
    profile: stable
    `
    
    	framework.
    		NewTest(t).
    		RequireKubernetesMinorVersion(30).
    		Run(setupInstallationWithCustomCheck(overrideValuesStr, false, DefaultNamespaceConfig, func(t framework.TestContext) {
    			// Try to apply an EnvoyFilter (it should be rejected)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 19:04:51 UTC 2024
    - 7.7K bytes
    - Viewed (0)
Back to top