Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for setState (0.18 sec)

  1. operator/cmd/mesh/install.go

    	// anymore, and it didn't provide much value, we can delete it if it exists.
    	reconciler.DeleteIOPInClusterIfExists(iop)
    
    	opts.ProgressLog.SetState(progress.StateComplete)
    
    	return nil
    }
    
    func savedIOPName(iop *v1alpha12.IstioOperator) string {
    	ret := "installed-state"
    	if iop.Name != "" {
    		ret += "-" + iop.Name
    	}
    Go
    - Registered: Wed Mar 20 22:53:08 GMT 2024
    - Last Modified: Fri Mar 15 01:18:49 GMT 2024
    - 15.2K bytes
    - Viewed (0)
Back to top