Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for newDaemonSetWithSelectorLabels (0.36 sec)

  1. pkg/registry/apps/daemonset/strategy_test.go

    			},
    			map[string]string{"a": "b"},
    			map[string]string{"c": "d"},
    			nil,
    		},
    	}
    
    	for _, test := range tests {
    		oldDaemonSet := newDaemonSetWithSelectorLabels(test.oldSelectorLabels, 1)
    		newDaemonSet := newDaemonSetWithSelectorLabels(test.newSelectorLabels, 2)
    		context := genericapirequest.NewContext()
    		context = genericapirequest.WithRequestInfo(context, &test.requestInfo)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Nov 08 01:52:02 UTC 2022
    - 4.7K bytes
    - Viewed (0)
Back to top