Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestCreatePatchSet (0.19 sec)

  1. cmd/kubeadm/app/util/patches/patches_test.go

    			}
    			if patchType != tc.expectedPatchType {
    				t.Errorf("expected patch type: %v, got: %v", tc.expectedPatchType, patchType)
    			}
    		})
    	}
    }
    
    func TestCreatePatchSet(t *testing.T) {
    	tests := []struct {
    		name             string
    		targetName       string
    		patchType        types.PatchType
    		expectedPatchSet *patchSet
    		data             string
    	}{
    		{
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 09 14:24:11 UTC 2023
    - 11.9K bytes
    - Viewed (0)
Back to top