Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for multis (0.07 sec)

  1. pilot/pkg/model/telemetry_logging_test.go

    			sidecar,
    			[]string{"envoy"},
    			[]string{},
    		},
    		{
    			"server - multi filters",
    			[]config.Config{newTelemetry("istio-system", multiFilters)},
    			networking.ListenerClassSidecarOutbound,
    			sidecar,
    			nil,
    			[]string{"envoy"},
    		},
    		{
    			"server - multi filters disabled",
    			[]config.Config{newTelemetry("istio-system", multiFiltersDisabled)},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 04:34:30 UTC 2024
    - 54K bytes
    - Viewed (0)
  2. cmd/bucket-handlers.go

    		deleteObjectsReq.Objects[i].ObjectName = trimLeadingSlash(deleteObjectsReq.Objects[i].ObjectName)
    		objects[i] = deleteObjectsReq.Objects[i].ObjectV
    	}
    
    	// Make sure to update context to print ObjectNames for multi objects.
    	ctx = updateReqContext(ctx, objects...)
    
    	// Call checkRequestAuthType to populate ReqInfo.AccessKey before GetBucketInfo()
    	// Ignore errors here to preserve the S3 error behavior of GetBucketInfo()
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri Jun 14 13:28:35 UTC 2024
    - 61.2K bytes
    - Viewed (0)
Back to top