Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for RequireKubernetesMinorVersion (0.21 sec)

  1. 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