Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestV1StatefulSetUpdateStrategyConversion (0.37 sec)

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

    		}
    		if !apiequality.Semantic.DeepEqual(internal2, tc.stsStatus1) {
    			t.Errorf("%q - %q: expected\n\t%#v, got \n\t%#v", k, "from appsv1 to apps", tc.stsStatus1, internal2)
    		}
    	}
    }
    
    func TestV1StatefulSetUpdateStrategyConversion(t *testing.T) {
    	partition := utilpointer.Int32(2)
    	appsv1rollingUpdate := new(appsv1.RollingUpdateStatefulSetStrategy)
    	appsv1rollingUpdate.Partition = partition
    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