Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for overallStatus (0.12 sec)

  1. operator/pkg/helmreconciler/reconciler.go

    				h.dependencyWaitCh[ch] <- struct{}{}
    			}
    		}()
    	}
    	wg.Wait()
    
    	metrics.ReportOwnedResourceCounts()
    
    	out := &v1alpha1.InstallStatus{
    		Status:          overallStatus(componentStatus),
    		ComponentStatus: componentStatus,
    	}
    
    	return out
    }
    
    // Delete resources associated with the custom resource instance
    func (h *HelmReconciler) Delete() error {
    	defer func() {
    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