Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for wellKnownVersions (0.14 sec)

  1. pilot/pkg/model/envoyfilter.go

    	Name             string
    	Namespace        string
    	FullName         string
    }
    
    // wellKnownVersions defines a mapping of well known regex matches to prefix matches
    // This is done only as an optimization; behavior should remain the same
    // All versions specified by the default installation (Telemetry V2) should be added here.
    var wellKnownVersions = map[string]string{
    	`^1\.16.*`: "1.16",
    	`^1\.17.*`: "1.17",
    	`^1\.18.*`: "1.18",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 13:57:28 UTC 2024
    - 7.1K bytes
    - Viewed (0)
Back to top