Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for dependencyWaitCh (0.14 sec)

  1. operator/pkg/helmreconciler/reconciler.go

    	opts       *Options
    	// copy of the last generated manifests.
    	manifests name.ManifestMap
    	// dependencyWaitCh is a map of signaling channels. A parent with children ch1...chN will signal
    	// dependencyWaitCh[ch1]...dependencyWaitCh[chN] when it's completely installed.
    	dependencyWaitCh map[name.ComponentName]chan struct{}
    
    	// The fields below are for metrics and reporting
    	countLock     *sync.Mutex
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Feb 22 08:32:23 UTC 2024
    - 22K bytes
    - Viewed (0)
Back to top