Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Messages (0.09 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)
  2. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    it. enum: - UPSERT - REMOVE type: string value: description: Value is only considered if the operation is `UPSERT`. type: string type: object x-kubernetes-validations: - message: value must be set when operation is UPSERT rule: '((has(self.operation) ? self.operation : '''') == ''UPSERT'') ? self.value != '''' : true' - message: value must not be set when operation is REMOVE rule: '((has(self.operation) ? self.operation : '''') == ''REMOVE'') ? !has(self.value) : true' description: Optional. type:...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 198.1K bytes
    - Viewed (0)
Back to top