Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for createDocs (0.09 sec)

  1. pkg/controller/daemon/daemon_controller_test.go

    		FakePodControl: &controller.FakePodControl{},
    		podIDMap:       podIDMap,
    	}
    }
    
    func (f *fakePodControl) CreatePods(ctx context.Context, namespace string, template *v1.PodTemplateSpec, object runtime.Object, controllerRef *metav1.OwnerReference) error {
    	f.Lock()
    	defer f.Unlock()
    	if err := f.FakePodControl.CreatePods(ctx, namespace, template, object, controllerRef); err != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 111.4K bytes
    - Viewed (0)
Back to top