Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for customJar (0.09 sec)

  1. pilot/pkg/networking/core/listener_test.go

    		})
    	}
    }
    
    func customTracingTags() []*tracing.CustomTag {
    	return append(slices.Clone(optionalPolicyTags),
    		&tracing.CustomTag{
    			Tag: "istio.canonical_revision",
    			Type: &tracing.CustomTag_Literal_{
    				Literal: &tracing.CustomTag_Literal{
    					Value: "latest",
    				},
    			},
    		},
    		&tracing.CustomTag{
    			Tag: "istio.canonical_service",
    			Type: &tracing.CustomTag_Literal_{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 93.6K bytes
    - Viewed (0)
  2. cmd/api-errors.go

    		Description:    "Requests specifying Server Side Encryption with Customer provided keys must provide an appropriate secret key.",
    		HTTPStatusCode: http.StatusBadRequest,
    	},
    	ErrMissingSSECustomerKeyMD5: {
    		Code:           "InvalidArgument",
    		Description:    "Requests specifying Server Side Encryption with Customer provided keys must provide the client calculated MD5 of the secret key.",
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 22:26:38 UTC 2024
    - 92.1K bytes
    - Viewed (0)
Back to top