Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestDefaultMigrateMutators (0.29 sec)

  1. cmd/kubeadm/app/util/config/common_test.go

    			}
    			if !tc.expectErr && err != nil {
    				t.Errorf("unexpected failure: %v", err)
    			}
    		})
    	}
    }
    
    // TODO: update the test cases for this test once v1beta3 is removed.
    func TestDefaultMigrateMutators(t *testing.T) {
    	tests := []struct {
    		name          string
    		mutators      migrateMutators
    		input         []any
    		expected      []any
    		expectedDiff  bool
    		expectedError bool
    	}{
    		{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 29 05:14:21 UTC 2024
    - 23.4K bytes
    - Viewed (0)
Back to top