Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestV1DeploymentStrategyConversion (0.52 sec)

  1. pkg/apis/apps/v1/conversion_test.go

    		}
    		if !apiequality.Semantic.DeepEqual(internal, tc.deploymentSpec1) {
    			t.Errorf("%q - %q: expected\n\t%+v, got \n\t%+v", "appsv1 -> apps", k, tc.deploymentSpec1, internal)
    		}
    	}
    
    }
    
    func TestV1DeploymentStrategyConversion(t *testing.T) {
    	maxUnavailable := intstr.FromInt32(2)
    	maxSurge := intstr.FromInt32(2)
    	appsRollingUpdate := apps.RollingUpdateDeployment{MaxUnavailable: maxUnavailable, MaxSurge: maxSurge}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 01 07:16:15 UTC 2023
    - 20.1K bytes
    - Viewed (0)
Back to top