Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for existingLabels (0.18 sec)

  1. cmd/kubeadm/app/phases/markcontrolplane/markcontrolplane_test.go

    	// will need to change if strategicpatch's behavior changes in the
    	// future.
    	tests := []struct {
    		name           string
    		existingLabels []string
    		existingTaints []v1.Taint
    		newTaints      []v1.Taint
    		expectedPatch  string
    	}{
    		{
    			name:           "apply default labels",
    			existingLabels: []string{""},
    			existingTaints: nil,
    			newTaints:      nil,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Aug 25 14:22:20 UTC 2022
    - 5K bytes
    - Viewed (0)
Back to top