Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 3,330 for layers (0.41 sec)

  1. pkg/bootstrap/testdata/tracing_tls_golden.json

      },
      "layered_runtime": {
          "layers": [
              {
                "name": "global config",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 01 14:41:40 UTC 2024
    - 13.5K bytes
    - Viewed (0)
  2. pkg/wasm/httpfetcher.go

    	ret, err := io.ReadAll(zr)
    	if err != nil {
    		return nil
    	}
    	return ret
    }
    
    // Just do the best effort.
    // If an error is encountered, just return the original bytes.
    // Errors will be handled upper layers.
    func unboxIfPossible(origin []byte) []byte {
    	b := origin
    	for {
    		if isValidWasmBinary(b) {
    			return b
    		} else if isGZ(b) {
    			if b = getFileFromGZ(b); b == nil {
    				return origin
    			}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Nov 14 20:23:34 UTC 2022
    - 5.5K bytes
    - Viewed (0)
  3. pkg/kubelet/kuberuntime/kuberuntime_image.go

    		return err
    	}
    
    	return nil
    }
    
    // ImageStats returns the statistics of the image.
    // Notice that current logic doesn't really work for images which share layers (e.g. docker image),
    // this is a known issue, and we'll address this by getting imagefs stats directly from CRI.
    // TODO: Get imagefs stats directly from CRI.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 08 00:30:31 UTC 2024
    - 5.9K bytes
    - Viewed (0)
  4. src/syscall/syscall_windows_test.go

    	// Regression test for https://github.com/golang/go/issues/60051.
    
    	// The length of a filename is also limited, so we can't reproduce the
    	// crash by creating a single directory with a very long name; we need two
    	// layers.
    	a200 := strings.Repeat("a", 200)
    	dirname := filepath.Join(t.TempDir(), a200, a200)
    
    	err := os.MkdirAll(dirname, 0o700)
    	if err != nil {
    		t.Skipf("MkdirAll failed: %v", err)
    	}
    	err = os.Chdir(dirname)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Aug 17 16:33:09 UTC 2023
    - 5.7K bytes
    - Viewed (0)
  5. platforms/core-runtime/launcher/src/integTest/groovy/org/gradle/launcher/continuous/SimpleJavaContinuousIntegrationTest.groovy

            noBuildTriggered()
    
            when:
            sourceFile.text = "class Thing {}"
    
            then:
            buildTriggeredAndSucceeded()
        }
    
        // Just exercises the dependency management layers to shake out any weirdness
        @Requires(UnitTestPreconditions.Online)
        def "can resolve dependencies from remote repository"() {
            when:
            def sourceFile = file("src/main/java/Thing.java") << "class Thing {}"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:29:13 UTC 2023
    - 8.3K bytes
    - Viewed (0)
  6. pkg/bootstrap/testdata/tracing_tls_custom_sni_golden.json

      },
      "layered_runtime": {
          "layers": [
              {
                "name": "global config",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 01 14:41:40 UTC 2024
    - 13.6K bytes
    - Viewed (0)
  7. pkg/bootstrap/testdata/stats_inclusion_golden.json

      },
      "layered_runtime": {
          "layers": [
              {
                "name": "global config",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 01 14:41:40 UTC 2024
    - 15.8K bytes
    - Viewed (0)
  8. README.md

             alt="Istio logo" title="Istio" height="100" width="100" />
    </a>
    
    ---
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jan 26 15:28:59 UTC 2024
    - 6.6K bytes
    - Viewed (0)
  9. pkg/bootstrap/testdata/all_golden.json

      },
      "layered_runtime": {
          "layers": [
              {
                "name": "global config",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 01 14:41:40 UTC 2024
    - 16.6K bytes
    - Viewed (0)
  10. pkg/bootstrap/testdata/deferred_cluster_creation_golden.json

      },
      "layered_runtime": {
          "layers": [
              {
                "name": "global config",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 14 17:02:38 UTC 2024
    - 16.7K bytes
    - Viewed (0)
Back to top