Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for NewVersionFromString (0.48 sec)

  1. operator/cmd/mesh/install.go

    func GetTagVersion(tagInfo string) (string, error) {
    	if pkgversion.IsVersionString(tagInfo) {
    		tagInfo = pkgversion.TagToVersionStringGrace(tagInfo)
    	}
    	tag, err := pkgversion.NewVersionFromString(tagInfo)
    	if err != nil {
    		return "", err
    	}
    	return tag.String(), nil
    }
    
    // getProfileNSAndEnabledComponents get the profile and all the enabled components
    Go
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Thu May 02 14:30:43 GMT 2024
    - 15.5K bytes
    - Viewed (1)
Back to top