Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for op_timeout (0.46 sec)

  1. pilot/pkg/networking/core/envoyfilter/listener_patch_test.go

    				Value: buildPatchStruct(`
    {"name": "envoy.filters.network.redis_proxy",
    "typed_config": {
            "@type": "type.googleapis.com/envoy.extensions.filters.network.redis_proxy.v3.RedisProxy",
            "settings": {"op_timeout": "0.2s"}
    }
    }`),
    			},
    		},
    		{
    			ApplyTo: networking.EnvoyFilter_HTTP_FILTER,
    			Match: &networking.EnvoyFilter_EnvoyConfigObjectMatch{
    				Context: networking.EnvoyFilter_GATEWAY,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Apr 21 17:42:54 UTC 2024
    - 70.1K bytes
    - Viewed (0)
  2. tests/integration/telemetry/api/dashboard_test.go

    			"pilot_total_xds_internal_errors",
    			"pilot_xds_push_context_errors",
    			`pilot_xds_pushes{type!~"lds|cds|rds|eds"}`,
    			// We do not push credentials in this test
    			`pilot_xds_pushes{type="sds"}`,
    			"_timeout",
    			"_rejects",
    			// We do not simulate injection errors
    			"sidecar_injection_failure_total",
    			// In default install, we have no proxy
    			"istio-proxy",
    			// We do not simulate validation failed
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 20:46:28 UTC 2024
    - 11.4K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/unix/bpxsvc_zos.go

    	BPX_S_IRGRP  = 0x20
    	BPX_S_IWGRP  = 0x10
    	BPX_S_IXGRP  = 0x08
    	BPX_S_IRWXOX = 0x07
    	BPX_S_IROTH  = 0x04
    	BPX_S_IWOTH  = 0x02
    	BPX_S_IXOTH  = 0x01
    
    	CW_INTRPT  = 1
    	CW_CONDVAR = 32
    	CW_TIMEOUT = 64
    
    	PGTHA_NEXT        = 2
    	PGTHA_CURRENT     = 1
    	PGTHA_FIRST       = 0
    	PGTHA_LAST        = 3
    	PGTHA_PROCESS     = 0x80
    	PGTHA_CONTTY      = 0x40
    	PGTHA_PATH        = 0x20
    	PGTHA_COMMAND     = 0x10
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 19.9K bytes
    - Viewed (0)
Back to top