Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for pluginPVOmittingClient (0.13 sec)

  1. pkg/kubelet/volumemanager/populator/desired_state_of_world_populator_test.go

    	"k8s.io/kubernetes/pkg/volume/util/types"
    )
    
    const (
    	Removed     string = "removed"
    	Terminating string = "terminating"
    	Other       string = "other"
    )
    
    func pluginPVOmittingClient(dswp *desiredStateOfWorldPopulator) {
    	fakeClient := &fake.Clientset{}
    	fakeClient.AddReactor("get", "persistentvolumeclaims", func(action core.Action) (bool, runtime.Object, error) {
    		return false, nil, nil
    	})
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 51.4K bytes
    - Viewed (0)
Back to top