Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 50 for currentValue (0.33 sec)

  1. pkg/apis/autoscaling/v2beta1/zz_generated.conversion.go

    	// WARNING: in.MetricName requires manual conversion: does not exist in peer-type
    	// WARNING: in.MetricSelector requires manual conversion: does not exist in peer-type
    	// WARNING: in.CurrentValue requires manual conversion: does not exist in peer-type
    	// WARNING: in.CurrentAverageValue requires manual conversion: does not exist in peer-type
    	return nil
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Aug 24 19:47:49 UTC 2021
    - 42.5K bytes
    - Viewed (0)
  2. pkg/apis/autoscaling/v1/zz_generated.conversion.go

    	// WARNING: in.MetricName requires manual conversion: does not exist in peer-type
    	// WARNING: in.MetricSelector requires manual conversion: does not exist in peer-type
    	// WARNING: in.CurrentValue requires manual conversion: does not exist in peer-type
    	// WARNING: in.CurrentAverageValue requires manual conversion: does not exist in peer-type
    	return nil
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Aug 24 19:47:49 UTC 2021
    - 43.7K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiextensions-apiserver/pkg/generated/openapi/zz_generated.openapi.go

    							Ref:         ref("k8s.io/apimachinery/pkg/apis/meta/v1.LabelSelector"),
    						},
    					},
    					"currentValue": {
    						SchemaProps: spec.SchemaProps{
    							Description: "currentValue is the current value of the metric (as a quantity)",
    							Ref:         ref("k8s.io/apimachinery/pkg/api/resource.Quantity"),
    						},
    					},
    					"currentAverageValue": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:07:17 UTC 2024
    - 329.7K bytes
    - Viewed (0)
  4. platforms/core-configuration/configuration-cache/src/main/kotlin/org/gradle/internal/cc/impl/models/ProjectStateStore.kt

                read(decoder)
            }
            store.createValueStore(stateType, writer, reader)
        }
    
        private
        val previousValues = ConcurrentHashMap<K, BlockAddress>()
    
        private
        val currentValues = ConcurrentHashMap<K, CalculatedValueContainer<BlockAddress, *>>()
    
        protected
        abstract fun projectPathForKey(key: K): Path?
    
        protected
        abstract fun write(encoder: Encoder, value: V)
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 6.3K bytes
    - Viewed (0)
  5. src/main/webapp/js/jquery-3.6.3.min.map

    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 17 12:13:41 UTC 2023
    - 135.2K bytes
    - Viewed (0)
  6. src/main/webapp/js/admin/jquery-3.6.3.min.map

    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 17 12:13:41 UTC 2023
    - 135.2K bytes
    - Viewed (0)
  7. pkg/generated/openapi/zz_generated.openapi.go

    							Ref:         ref("k8s.io/apimachinery/pkg/apis/meta/v1.LabelSelector"),
    						},
    					},
    					"currentValue": {
    						SchemaProps: spec.SchemaProps{
    							Description: "currentValue is the current value of the metric (as a quantity)",
    							Ref:         ref("k8s.io/apimachinery/pkg/api/resource.Quantity"),
    						},
    					},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/quantization/common/lift_as_function_call.cc

      // doesn't depends on any ops below it.
      std::stack<Operation*> op_stack;
      while (!value_queue.empty()) {
        Value current_value = value_queue.front();
        value_queue.pop();
    
        Operation* defining_node = current_value.getDefiningOp();
        if (defining_node == nullptr) continue;
        op_stack.push(defining_node);
        for (Value arg : defining_node->getOperands()) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 17 17:58:54 UTC 2024
    - 21.8K bytes
    - Viewed (0)
  9. src/internal/trace/traceviewer/static/trace_viewer_full.html

    count++;return count;},calculateSplices:function(current,previous){return this.calcSplices(current,0,current.length,previous,0,previous.length);},equals:function(currentValue,previousValue){return currentValue===previousValue;}};return new ArraySplice();}();Polymer.domInnerHTML=function(){var escapeAttrRegExp=/[&\u00A0"]/g;var escapeDataRegExp=/[&\u00A0<>]/g;function escapeReplace(c){switch(c){case'&':return'&amp;';case'<':return'&l...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 20:45:06 UTC 2023
    - 2.5M bytes
    - Viewed (0)
  10. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger.json

              "description": "currentAverageValue is the current value of metric averaged over autoscaled pods."
            },
            "currentValue": {
              "$ref": "#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity",
              "description": "currentValue is the current value of the metric (as a quantity)"
            },
            "metricName": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 4.5M bytes
    - Viewed (0)
Back to top