Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getDaemonPods (0.2 sec)

  1. pkg/controller/daemon/daemon_controller.go

    			dsc.enqueueDaemonSet(ds)
    		}
    	}
    }
    
    // getDaemonPods returns daemon pods owned by the given ds.
    // This also reconciles ControllerRef by adopting/orphaning.
    // Note that returned Pods are pointers to objects in the cache.
    // If you want to modify one, you need to deep-copy it first.
    func (dsc *DaemonSetsController) getDaemonPods(ctx context.Context, ds *apps.DaemonSet) ([]*v1.Pod, error) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 51.3K bytes
    - Viewed (0)
Back to top