Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 64 for 2s (0.04 sec)

  1. operator/pkg/apis/istio/v1alpha1/values_types.proto

      // and doesn't spam the readiness endpoint too much
      //
      // If the probe is disabled, it is recommended to have delay=1s,period=2s,failureThreshold=30.
      // This ensures the startup is reasonable fast (polling every 2s). 1s delay is used since the startup is not often ready instantly.
      google.protobuf.BoolValue enabled = 1;
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 57.2K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiserver/pkg/cel/library/cost_test.go

    	bytesListLiteral     = "[bytes('012345678901'), bytes('012345678901'), bytes('012345678901'), bytes('012345678901'), bytes('012345678901')]"
    	durationListLiteral  = "[duration('1s'), duration('2s'), duration('3s'), duration('4s'), duration('5s')]"
    	timestampListLiteral = "[timestamp('2011-01-01T00:00:00.000+01:00'), timestamp('2011-01-02T00:00:00.000+01:00'), " +
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 23 17:22:44 UTC 2024
    - 40.8K bytes
    - Viewed (0)
  3. pilot/pkg/networking/core/envoyfilter/listener_patch_test.go

    {"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)
  4. platforms/documentation/docs/src/docs/css/javadoc.css

    .page-search-info {
        background-color: var(--subnav-background-color);
        border-radius: 3px;
        border: 0 solid var(--border-color);
        padding: 0 8px;
        overflow: hidden;
        height: 0;
        transition: all 0.2s ease;
    }
    div.table-tabs > button.table-tab {
        background: var(--navbar-background-color);
        color: var(--navbar-text-color);
    }
    .page-search-header {
        padding: 5px 12px 7px 12px;
        font-weight: bold;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 09 14:25:49 UTC 2024
    - 50.5K bytes
    - Viewed (0)
  5. cmd/testdata/xl-meta-merge.zip

    ÕîüóööÁÑÝ ÃÒÐ Rm^ܪÀÐ%·¹ jSbé}°Vñ„{oZÕ}He^ÔÂ?ip 7<Ö rQÖig@ÕŠ@\ñqEeÖäG{KI_q ~qÓYK_^}ªÜuŠZneˆCéò@[qATgì¾Q{\\Gp8ÐsJT ¼_¬A”ªà»†“2–¬Œš™’£ Žl;ˆL{ jsò;ñT`_EUró¸twoXÕwvs RipB2¦ gn ˆß IG¼Røm¼Jñ3úèeiu€s~² (ªãDrHwÍÕ† V åyLûG|ªû(²@*1 wAUs}Ü C~oò¦xEavpsj{¼VøG¾Hwðû0eoÜÖW< ^}¼1 N² 2 iDV¼–÷_OZ¾ÚöéˆiCMõ sizzõºtW²Bâi¸w~gGèF¦øñZ¾xøu¾reìiJc{xasZ²Bm GmÖW”Ì ñ~°fïPnwK÷ilFO¢zg`inf K¾jiÿììxGôaREwD²¢xDoT˼ª]\¸eRcrIÍÕ†\Uô×°qPOpÛ>Âb}¼‹il… ¾~WËF² "¾ýt~JEe˨{zªHovV„]˺`mN¾ÊWBfWo †ÃEGºDæÓ H ›> †l %gQ G~Y*›: !¼ 4~„GxRûNsnyEpRª|ÿ‚¯åà...
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri Mar 08 17:50:48 UTC 2024
    - 30.2K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/docs/css/manual.css

    	margin: 12px 12px 12px 0px;
    	outline: none;
    	overflow: hidden;
    	padding: 0 25px;
    	position: relative;
    	text-align: center;
    	text-transform: none;
    	transform: translateZ(0);
    	transition: all .2s, box-shadow .08s ease-in;
    	user-select: none;
    	-webkit-user-select: none;
    	touch-action: manipulation;
    	width: 25%;
    }
    
    .button-9:disabled {
    	cursor: default;
    }
    
    .button-9:focus {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat May 25 05:15:02 UTC 2024
    - 72.6K bytes
    - Viewed (0)
  7. pkg/kubelet/pod_workers.go

    				// guaranteed to be terminating and we skip updates to the pod
    			default:
    				// wait until we see the next refresh from the PLEG via the cache (max 2s)
    				// TODO: this adds ~1s of latency on all transitions from sync to terminating
    				//  to terminated, and on all termination retries (including evictions). We should
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 02 13:22:37 UTC 2024
    - 74.8K bytes
    - Viewed (0)
  8. tests/integration/pilot/common/routing.go

    metadata:
      name: default
    spec:
      hosts:
      - {{ .dstSvc }}
      http:
      - route:
        - destination:
            host: {{ .dstSvc }}
        retries:
          attempts: 3
          perTryTimeout: 2s
          retryOn: gateway-error,connect-failure,refused-stream
          retryRemoteLocalities: true`,
    		opts: echo.CallOptions{
    			Port: echo.Port{
    				Name: "http",
    			},
    			Count: 1,
    			Check: check.OK(),
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 21:52:51 UTC 2024
    - 135.9K bytes
    - Viewed (0)
  9. operator/pkg/apis/istio/v1alpha1/values_types.pb.go

    	// and doesn't spam the readiness endpoint too much
    	//
    	// If the probe is disabled, it is recommended to have delay=1s,period=2s,failureThreshold=30.
    	// This ensures the startup is reasonable fast (polling every 2s). 1s delay is used since the startup is not often ready instantly.
    	Enabled *wrapperspb.BoolValue `protobuf:"bytes,1,opt,name=enabled,proto3" json:"enabled,omitempty"`
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 329.6K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.28.md

    - Updated static pods are restarted 2s faster by correcting a safe but non-optimal ordering bug. ([#116690](https://github.com/kubernetes/kubernetes/pull/116690), [@smarterclayton](https://github.com/smarterclayton)) [SIG Node]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 23:47:59 UTC 2024
    - 408.3K bytes
    - Viewed (0)
Back to top