Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for expectGetDeploymentAction (0.17 sec)

  1. pkg/controller/deployment/deployment_controller_test.go

    	// Actions expected to happen on the client. Objects from here are also
    	// preloaded into NewSimpleFake.
    	actions []core.Action
    	objects []runtime.Object
    }
    
    func (f *fixture) expectGetDeploymentAction(d *apps.Deployment) {
    	action := core.NewGetAction(schema.GroupVersionResource{Resource: "deployments"}, d.Namespace, d.Name)
    	f.actions = append(f.actions, action)
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 32.5K bytes
    - Viewed (0)
Back to top