Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 118 for current$ (0.15 sec)

  1. pkg/printers/internalversion/printers_test.go

    									Name: "some-pods-metric",
    								},
    								Current: autoscaling.MetricValueStatus{
    									AverageValue: resource.NewMilliQuantity(50, resource.DecimalSI),
    								},
    							},
    						},
    						{
    							Type: autoscaling.ResourceMetricSourceType,
    							Resource: &autoscaling.ResourceMetricStatus{
    								Name: api.ResourceCPU,
    								Current: autoscaling.MetricValueStatus{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 14:04:15 UTC 2024
    - 218.6K bytes
    - Viewed (0)
  2. pkg/controller/nodelifecycle/node_lifecycle_controller_test.go

    	if err != nil {
    		t.Errorf("Can't get current node0...")
    		return
    	}
    	if !taintutils.TaintExists(node0.Spec.Taints, UnreachableTaintTemplate) {
    		t.Errorf("Can't find taint %v in %v", originalTaint, node0.Spec.Taints)
    	}
    	node2, err := fakeNodeHandler.Get(ctx, "node2", metav1.GetOptions{})
    	if err != nil {
    		t.Errorf("Can't get current node2...")
    		return
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Feb 26 03:26:45 UTC 2024
    - 119K bytes
    - Viewed (0)
  3. manifests/addons/dashboards/istio-service-dashboard.json

            "query": "prometheus",
            "queryValue": "",
            "refresh": 1,
            "regex": "",
            "skipUrlSync": false,
            "type": "datasource"
          },
          {
            "current": {
              "selected": false,
              "text": "details.default.svc.cluster.local",
              "value": "details.default.svc.cluster.local"
            },
            "datasource": {
              "type": "prometheus",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Mar 27 03:47:04 UTC 2024
    - 111.8K bytes
    - Viewed (0)
  4. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    "refresh": "1m", "schemaVersion": 26, "style": "dark", "tags": [], "templating": { "list": [ { "current": { "selected": true, "text": "default", "value": "default" }, "hide": 0, "includeAll": false, "label": null, "multi": false, "name": "datasource", "options": [], "query": "prometheus", "queryValue": "", "refresh": 1, "regex": "", "skipUrlSync": false, "type": "datasource" }, { "allValue": null, "current": {}, "datasource": "Prometheus", "definition": "", "hide": 0, "includeAll": false, "label": "Service",...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 198.1K bytes
    - Viewed (0)
  5. cmd/site-replication.go

    	return sm, nil
    }
    
    // mergeWithCurrentLCConfig - merges the given ilm expiry configuration with existing for the current site and returns
    func mergeWithCurrentLCConfig(ctx context.Context, bucket string, expLCCfg *string, updatedAt time.Time) ([]byte, error) {
    	// Get bucket config from current site
    	meta, e := globalBucketMetadataSys.GetConfigFromDisk(ctx, bucket)
    	if e != nil && !errors.Is(e, errConfigNotFound) {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 184.3K bytes
    - Viewed (0)
  6. manifests/addons/dashboards/istio-workload-dashboard.json

            "query": "prometheus",
            "queryValue": "",
            "refresh": 1,
            "regex": "",
            "skipUrlSync": false,
            "type": "datasource"
          },
          {
            "current": {
              "selected": true,
              "text": "default",
              "value": "default"
            },
            "datasource": {
              "type": "prometheus",
              "uid": "${datasource}"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Mar 27 03:47:04 UTC 2024
    - 102.7K bytes
    - Viewed (0)
  7. api/openapi-spec/v3/apis__autoscaling__v1_openapi.json

            "type": "object"
          },
          "io.k8s.api.autoscaling.v1.HorizontalPodAutoscalerStatus": {
            "description": "current status of a horizontal pod autoscaler",
            "properties": {
              "currentCPUUtilizationPercentage": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 152.9K bytes
    - Viewed (0)
  8. cmd/metrics-v2.go

    				Name:      "total",
    				Help:      "Number of current locks on this peer",
    				Type:      gaugeMetric,
    			},
    			Value: float64(st.Total),
    		})
    		metrics = append(metrics, MetricV2{
    			Description: MetricDescription{
    				Namespace: minioNamespace,
    				Subsystem: "locks",
    				Name:      "write_total",
    				Help:      "Number of current WRITE locks on this peer",
    				Type:      gaugeMetric,
    			},
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 22:26:54 UTC 2024
    - 131.9K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tensorflow/transforms/tf_passes.td

          7:55: note: see current operation: %control_0 = tf_executor.island(%control) wraps "tf.NoOp"() : () -> ()
          8:55: warning: unexpected control dependency path: path 0, node 2 (intermediate)
          %island3 = tf_executor.island(%island2) wraps "tf.NoOp"() : () -> ()
                                                        ^
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:18:05 UTC 2024
    - 99.6K bytes
    - Viewed (0)
  10. pkg/controller/statefulset/stateful_set_control_test.go

    		}
    		if !test.err && !history.EqualRevision(current, test.expectedCurrent) {
    			t.Errorf("%s: for current want %v got %v", test.name, test.expectedCurrent, current)
    		}
    		if !test.err && !history.EqualRevision(update, test.expectedUpdate) {
    			t.Errorf("%s: for update want %v got %v", test.name, test.expectedUpdate, update)
    		}
    		if !test.err && test.expectedCurrent != nil && current != nil && test.expectedCurrent.Revision != current.Revision {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 07 19:01:47 UTC 2024
    - 108.7K bytes
    - Viewed (0)
Back to top