Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 132 for measure (0.37 sec)

  1. maven-core/src/test/resources/apiv4-repo/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3-javadoc.jar

    <T> org.hamcrest.FeatureMatcher<T,U> Type Parameters: T - The type of the object to be matched U - The type of the feature to be matched All Implemented Interfaces: Matcher<T>, SelfDescribing public abstract class FeatureMatcher<T,U> extends TypeSafeDiagnosingMa<T> Supporting class for matching a feature of an object. Implement featureValueOf() in a subclass to pull out the feature to be matched against. Constructor Summary FeatureMatcher(Matcher<? super U> subMatcher, java.lang.String featureDescription,...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Oct 02 08:41:25 UTC 2022
    - 236.8K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apimachinery/pkg/util/managedfields/internal/testdata/swagger.json

            },
            "stdin": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 229.4K bytes
    - Viewed (0)
  3. src/database/sql/sql.go

    	// LastInsertId returns the integer generated by the database
    	// in response to a command. Typically this will be from an
    	// "auto increment" column when inserting a new row. Not all
    	// databases support this feature, and the syntax of such
    	// statements varies.
    	LastInsertId() (int64, error)
    
    	// RowsAffected returns the number of rows affected by an
    	// update, insert, or delete. Not every database or database
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:16:53 UTC 2024
    - 103.6K bytes
    - Viewed (0)
  4. pkg/kubelet/eviction/eviction_manager_test.go

    	"github.com/google/go-cmp/cmp/cmpopts"
    	gomock "go.uber.org/mock/gomock"
    	v1 "k8s.io/api/core/v1"
    	"k8s.io/apimachinery/pkg/api/resource"
    	"k8s.io/apimachinery/pkg/types"
    	utilfeature "k8s.io/apiserver/pkg/util/feature"
    	"k8s.io/client-go/tools/record"
    	featuregatetesting "k8s.io/component-base/featuregate/testing"
    	statsapi "k8s.io/kubelet/pkg/apis/stats/v1alpha1"
    	kubeapi "k8s.io/kubernetes/pkg/apis/core"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 15 23:14:12 UTC 2024
    - 119.9K bytes
    - Viewed (0)
  5. api/openapi-spec/v3/apis__autoscaling__v2_openapi.json

              },
              "external": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/io.k8s.api.autoscaling.v2.ExternalMetricSource"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 186.6K bytes
    - Viewed (0)
  6. pkg/kubelet/kubelet_node_status_test.go

    			defer testKubelet.Cleanup()
    			kubelet := testKubelet.kubelet
    			kubelet.nodeStatusMaxImages = tc.nodeStatusMaxImages
    			kubelet.kubeClient = nil // ensure only the heartbeat client is used
    			kubelet.containerManager = &localCM{
    				ContainerManager: cm.NewStubContainerManager(),
    				allocatableReservation: v1.ResourceList{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 08 19:23:19 UTC 2024
    - 115.8K bytes
    - Viewed (0)
  7. cluster/gce/gci/configure-helper.sh

        params+=("--configure-cloud-routes=false")
      fi
      if [[ -n "${FEATURE_GATES:-}" ]]; then
        # remove non-GCP feature gates, since the CCM will early exit
        # if given a feature gate it doesn't recognize
        echo "Setting feature gates for cloud provider controller-manager from ${CCM_FEATURE_GATES}"
        local CCM_FEATURE_GATES_FILTER
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 22:07:47 UTC 2024
    - 141.1K bytes
    - Viewed (0)
  8. pkg/volume/util/operationexecutor/operation_generator.go

    	_, resizeErr := expandableVolumePlugin.NodeExpand(rsOpts)
    	if resizeErr != nil {
    		// This is a workaround for now, until RecoverFromVolumeExpansionFailure feature goes GA.
    		// If RecoverFromVolumeExpansionFailure feature is enabled, we will not ever hit this state, because
    		// we will wait for VolumeExpansionPendingOnNode before trying to expand volume in kubelet.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 14 06:17:25 UTC 2024
    - 101.4K bytes
    - Viewed (0)
  9. pkg/registry/batch/job/strategy_test.go

    	"k8s.io/apimachinery/pkg/types"
    	"k8s.io/apimachinery/pkg/util/validation/field"
    	genericapirequest "k8s.io/apiserver/pkg/endpoints/request"
    	"k8s.io/apiserver/pkg/registry/rest"
    	utilfeature "k8s.io/apiserver/pkg/util/feature"
    	featuregatetesting "k8s.io/component-base/featuregate/testing"
    	apitesting "k8s.io/kubernetes/pkg/api/testing"
    	"k8s.io/kubernetes/pkg/apis/batch"
    	_ "k8s.io/kubernetes/pkg/apis/batch/install"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 101.5K bytes
    - Viewed (0)
  10. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/transform/ArtifactTransformCachingIntegrationTest.groovy

            def outputDir2 = immutableOutputDir("lib2-1.0.jar", "lib2-1.0.jar.txt").assertExists()
            journal.assertExists()
    
            when:
            run '--stop' // ensure daemon does not cache file access times in memory
            def beforeCleanup = MILLISECONDS.toSeconds(System.currentTimeMillis())
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 11:52:44 UTC 2024
    - 97.8K bytes
    - Viewed (0)
Back to top