Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for NewIstioVersion (0.11 sec)

  1. pkg/test/framework/resource/version.go

    type IstioVersion string
    
    // IstioVersions represents a collection of Istio versions running in a cluster.
    type IstioVersions []IstioVersion
    
    // NewIstioVersion creates an IstioVersion with validation.
    func NewIstioVersion(s string) (IstioVersion, error) {
    	// empty version string sentinel value for latest
    	if s == "" {
    		return "", nil
    	}
    	parts := strings.Split(s, ".")
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jul 25 19:30:47 UTC 2022
    - 5.7K bytes
    - Viewed (0)
Back to top