Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 71 for current1_ (0.27 sec)

  1. staging/src/k8s.io/apimachinery/pkg/util/managedfields/internal/testdata/swagger.json

              "type": "boolean"
            },
            "restartCount": {
              "description": "The number of times the container has been restarted, currently based on the number of dead containers that have not yet been removed. Note that this is calculated from dead containers. But those containers are subject to garbage collection. This value will get capped at 5 by GC.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 229.4K bytes
    - Viewed (0)
  2. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/transform/ArtifactTransformCachingIntegrationTest.groovy

            outputDir1.assertExists()
            outputDir2.assertExists()
            gcFile.lastModified() >= SECONDS.toMillis(beforeCleanup)
        }
    
        def "cache cleanup does not delete entries that are currently being created"() {
            given:
            requireOwnGradleUserHomeDir() // needs its own journal
            blockingHttpServer.start()
    
            and:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 11:52:44 UTC 2024
    - 97.8K bytes
    - Viewed (0)
  3. src/reflect/value.go

    func (v Value) CanInterface() bool {
    	if v.flag == 0 {
    		panic(&ValueError{"reflect.Value.CanInterface", Invalid})
    	}
    	return v.flag&flagRO == 0
    }
    
    // Interface returns v's current value as an interface{}.
    // It is equivalent to:
    //
    //	var i interface{} = (v's underlying value)
    //
    // It panics if the Value was obtained by accessing
    // unexported struct fields.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:17:41 UTC 2024
    - 119.9K bytes
    - Viewed (0)
  4. pkg/apis/batch/validation/validation_test.go

    			completions:   6,
    			wantTotal:     0,
    			wantError:     errors.New(`non-increasing order, previous: 3, current: 0`),
    		},
    		"invalid due to non-increasing order between intervals": {
    			indexesString: "0,0,5",
    			completions:   6,
    			wantTotal:     0,
    			wantError:     errors.New(`non-increasing order, previous: 0, current: 0`),
    		},
    		"invalid due to non-increasing order within interval": {
    			indexesString: "0,1-1,5",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 20:49:09 UTC 2024
    - 124.3K bytes
    - Viewed (0)
  5. cluster/gce/util.sh

        fi
    
        echo "Using image: ${kube_master_image} from project: ${MASTER_IMAGE_PROJECT} as master image" >&2
        export MASTER_IMAGE="${kube_master_image}"
    fi
    
    # Sets node image based on the specified os distro. Currently this function only
    # supports gci and debian.
    #
    # Requires:
    #   NODE_OS_DISTRIBUTION
    # Sets:
    #   DEFAULT_GCI_PROJECT
    #   NODE_IMAGE
    #   NODE_IMAGE_PROJECT
    function set-linux-node-image() {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 21:47:17 UTC 2024
    - 161.6K bytes
    - Viewed (0)
  6. api/openapi-spec/v3/apis__policy__v1_openapi.json

                "description": "observedGeneration represents the .metadata.generation that the condition was set based upon. For instance, if .metadata.generation is currently 12, but the .status.conditions[x].observedGeneration is 9, the condition is out of date with respect to the current state of the instance.",
                "format": "int64",
                "type": "integer"
              },
              "reason": {
                "default": "",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 159.9K bytes
    - Viewed (0)
  7. api/maven-api-model/src/main/mdo/maven.mdo

      |   in as many languages as possible. (see MNG-3626)
      |
      | o annotation mechanism so that changes to the model can be accurately tracked.
      |
      | o need to clean up all the descriptions, matching anything to the current project-descriptor.xml file and
      |   improving on that
      |
      | o use enums where appropriate (eg dependency scope)
      |
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Apr 23 13:29:46 UTC 2024
    - 115.1K bytes
    - Viewed (0)
  8. tests/integration/pilot/common/routing.go

    		children: calls("b-ext-port", check.MTLSForHTTP()),
    	})
    
    	t.RunTraffic(TrafficTestCase{
    		name: "service entry",
    		skip: skip{
    			skip:   true,
    			reason: "not currently working, as SE doesn't have a VIP",
    		},
    		globalConfig: true,
    		config: fmt.Sprintf(`apiVersion: v1
    kind: Service
    metadata:
      name: b-ext-se
    spec:
      type: ExternalName
      externalName: %s`,
    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. src/net/http/serve_test.go

    		// schemeless
    		{"//foobar.com/baz", "//foobar.com/baz"},
    		// relative to the root
    		{"/foobar.com/baz", "/foobar.com/baz"},
    		// relative to the current path
    		{"foobar.com/baz", "/qux/foobar.com/baz"},
    		// relative to the current path (+ going upwards)
    		{"../quux/foobar.com/baz", "/quux/foobar.com/baz"},
    		// incorrect number of slashes
    		{"///foobar.com/baz", "/foobar.com/baz"},
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 202K bytes
    - Viewed (0)
  10. android/guava-tests/test/com/google/common/util/concurrent/FuturesTest.java

              } catch (TimeoutException e) {
                inputs.assertHasDelayed(iFuture, jFuture, e);
              }
    
              // Finish the two futures in the currently specified order:
              inputs.allFutures.get(iBeforeJ ? i : j).finisher.run();
              inputs.allFutures.get(iBeforeJ ? j : i).finisher.run();
    
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed May 29 16:29:37 UTC 2024
    - 144.1K bytes
    - Viewed (0)
Back to top