Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 36 for died (0.05 sec)

  1. pkg/api/pod/util_test.go

    			}
    			for _, c := range tc.spec.Containers {
    				if c.SecurityContext != nil {
    					t.Errorf("VisitContainers() did not drop SecurityContext for container %q", c.Name)
    				}
    			}
    			for _, c := range tc.spec.InitContainers {
    				if c.SecurityContext != nil {
    					t.Errorf("VisitContainers() did not drop SecurityContext for init container %q", c.Name)
    				}
    			}
    			for _, c := range tc.spec.EphemeralContainers {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 108.8K bytes
    - Viewed (0)
  2. okhttp/src/test/java/okhttp3/CallTest.kt

        assertThat(response.header("Content-Encoding")).isEqualTo("gzip")
        assertThat(response.body.source().readByteString()).isEqualTo(
          gzippedBody.snapshot(),
        )
    
        // The request did not offer gzip support.
        val recordedRequest = server.takeRequest()
        assertThat(recordedRequest.headers["Accept-Encoding"]).isNull()
      }
    
      @Test
      fun asyncResponseCanBeConsumedLater() {
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Apr 10 19:46:48 UTC 2024
    - 142.5K bytes
    - Viewed (0)
  3. tests/integration/pilot/common/routing.go

    									From:      result.From,
    									Opts:      result.Opts,
    									Responses: hostResponses,
    								}, nil); err != nil {
    									return fmt.Errorf("did not reach all clusters for %s: %v", serviceName, err)
    								}
    							}
    						}
    						return nil
    					})
    			},
    			setupOpts: func(src echo.Caller, opts *echo.CallOptions) {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 21:52:51 UTC 2024
    - 135.9K bytes
    - Viewed (0)
  4. src/cmd/go/internal/work/exec.go

    		// when building things in GOROOT.
    		//
    		// The C compiler does not, but for packages in GOROOT we rewrite the path
    		// as though -trimpath were set. This used to be so that we did not invalidate
    		// the build cache (and especially precompiled archive files) when changing
    		// GOROOT_FINAL, but we no longer ship precompiled archive files as of Go 1.20
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 14:46:37 UTC 2024
    - 105.6K bytes
    - Viewed (0)
  5. src/main/resources/fess_indices/_aws/fess.json

    "andern", "anderr", "anders", "auch", "auf", "aus", "bei", "bin", "bis", "bist", "da", "damit", "dann", "der", "den", "des", "dem", "die", "das", "daß", "derselbe", "derselben", "denselben", "desselben", "demselben", "dieselbe", "dieselben", "dasselbe", "dazu", "dein", "deine", "deinem", "deinen", "deiner", "deines", "denn", "derer", "dessen", "dich", "dir", "du", "dies", "diese", "diesem", "diesen", "dieser", "dieses", "doch", "dort", "durch", "ein", "eine", "einem", "einen", "einer", "eines", "einig",...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Tue Mar 23 12:38:28 UTC 2021
    - 117.3K bytes
    - Viewed (0)
  6. src/main/resources/fess_indices/_cloud/fess.json

    "andern", "anderr", "anders", "auch", "auf", "aus", "bei", "bin", "bis", "bist", "da", "damit", "dann", "der", "den", "des", "dem", "die", "das", "daß", "derselbe", "derselben", "denselben", "desselben", "demselben", "dieselbe", "dieselben", "dasselbe", "dazu", "dein", "deine", "deinem", "deinen", "deiner", "deines", "denn", "derer", "dessen", "dich", "dir", "du", "dies", "diese", "diesem", "diesen", "dieser", "dieses", "doch", "dort", "durch", "ein", "eine", "einem", "einen", "einer", "eines", "einig",...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Sat Feb 27 09:26:16 UTC 2021
    - 117.3K bytes
    - Viewed (0)
  7. pkg/controller/garbagecollector/garbagecollector_test.go

    					}
    				}
    				if !reflect.DeepEqual(actualEvents, s.events) {
    					ctx.t.Logf("expected:\n%s", strings.Join(s.events, "\n"))
    					ctx.t.Logf("actual:\n%s", strings.Join(actualEvents, "\n"))
    					ctx.t.Fatalf("did not get expected events")
    				}
    			}
    
    			{
    				var actualClientActions []string
    				for _, action := range ctx.metadataClient.Actions() {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 111.6K bytes
    - Viewed (0)
  8. pkg/kubelet/kubelet.go

    	// pleg observes the state of the container runtime and notifies the kubelet of changes to containers, which
    	// notifies the podWorkers to reconcile the state of the pod (for instance, if a container dies and needs to
    	// be restarted).
    	pleg pleg.PodLifecycleEventGenerator
    
    	// eventedPleg supplements the pleg to deliver edge-driven container changes with low-latency.
    	eventedPleg pleg.PodLifecycleEventGenerator
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 126.1K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tensorflow/transforms/shape_inference.cc

          return WalkResult::advance();
        });
        if (res.wasInterrupted()) return failure();
      }
    
      if (changed) {
        region->getParentOp()->emitWarning()
            << "shape inference did not reach stable state after " << max_iterations
            << " iterations";
      }
      return !changed;
    }
    
    static FailureOr<bool> InferShapeForFunction(ShapeInference& context,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Jun 08 07:28:49 UTC 2024
    - 134.1K bytes
    - Viewed (0)
  10. pkg/volume/util/operationexecutor/operation_generator.go

    		globalMapPath := deviceToDetach.DeviceMountPath
    		refs, err := og.blkUtil.GetDeviceBindMountRefs(deviceToDetach.DevicePath, globalMapPath)
    		if err != nil {
    			if os.IsNotExist(err) {
    				// Looks like SetupDevice did not complete. Fall through to TearDownDevice and mark the device as unmounted.
    				refs = nil
    			} else {
    				eventErr, detailedErr := deviceToDetach.GenerateError("UnmapDevice.GetDeviceBindMountRefs check failed", err)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 14 06:17:25 UTC 2024
    - 101.4K bytes
    - Viewed (0)
Back to top