Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Messages (0.08 sec)

  1. pkg/config/validation/validation.go

    	"istio.io/istio/pkg/util/sets"
    )
    
    // Constants for duration fields
    const (
    	// UnixAddressPrefix is the prefix used to indicate an address is for a Unix Domain socket. It is used in
    	// ServiceEntry.Endpoint.Address message.
    	UnixAddressPrefix = "unix://"
    
    	matchExact  = "exact:"
    	matchPrefix = "prefix:"
    )
    
    var validHeaderRegex = regexp.MustCompile("^[-_A-Za-z0-9]+$")
    
    const (
    	kb = 1024
    	mb = 1024 * kb
    )
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 04:03:33 UTC 2024
    - 107.2K bytes
    - Viewed (0)
Back to top