Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for detectIstioVersionDiff (0.23 sec)

  1. operator/cmd/mesh/install.go

    		ret += "-" + iop.Name
    	}
    	if iop.Spec.Revision != "" {
    		ret += "-" + iop.Spec.Revision
    	}
    	return ret
    }
    
    // detectIstioVersionDiff will show warning if istioctl version and control plane version are different
    // nolint: interfacer
    func detectIstioVersionDiff(p Printer, tag string, ns string, kubeClient kube.CLIClient, iop *v1alpha12.IstioOperator) error {
    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