Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 104 for current$ (1.29 sec)

  1. pkg/printers/internalversion/printers.go

    					current = statuses[i].External.Current.Value.String()
    				}
    				list = append(list, fmt.Sprintf("%s/%s", current, spec.External.Target.Value.String()))
    			}
    		case autoscaling.PodsMetricSourceType:
    			current := "<unknown>"
    			if len(statuses) > i && statuses[i].Pods != nil {
    				current = statuses[i].Pods.Current.AverageValue.String()
    			}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 14:04:15 UTC 2024
    - 128.3K bytes
    - Viewed (0)
  2. api/openapi-spec/v3/apis__autoscaling__v2_openapi.json

                "type": "string"
              },
              "current": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/io.k8s.api.autoscaling.v2.MetricValueStatus"
                  }
                ],
                "default": {},
                "description": "current contains the current value for the given metric"
              },
              "name": {
                "default": "",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 186.6K bytes
    - Viewed (0)
  3. src/cmd/go/alldocs.go

    // When the latest version of a given module is newer than
    // the current one, list -u sets the Module's Update field
    // to information about the newer module. list -u will also set
    // the module's Retracted field if the current version is retracted.
    // The Module's String method indicates an available upgrade by
    // formatting the newer version in brackets after the current version.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 16:54:28 UTC 2024
    - 142.4K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/autoscaling/v2/generated.pb.go

    	if this == nil {
    		return "nil"
    	}
    	s := strings.Join([]string{`&ContainerResourceMetricStatus{`,
    		`Name:` + fmt.Sprintf("%v", this.Name) + `,`,
    		`Current:` + strings.Replace(strings.Replace(this.Current.String(), "MetricValueStatus", "MetricValueStatus", 1), `&`, ``, 1) + `,`,
    		`Container:` + fmt.Sprintf("%v", this.Container) + `,`,
    		`}`,
    	}, "")
    	return s
    }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 162.9K bytes
    - Viewed (0)
  5. src/runtime/proc.go

    	}
    
    	gp := getg()
    	if gp.m.p != 0 && gp.m.p.ptr().id < nprocs {
    		// continue to use the current P
    		gp.m.p.ptr().status = _Prunning
    		gp.m.p.ptr().mcache.prepareForSweep()
    	} else {
    		// release the current P and acquire allp[0].
    		//
    		// We must do this before destroying our current P
    		// because p.destroy itself has write barriers, so we
    		// need to do that from a valid P.
    		if gp.m.p != 0 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 207.5K bytes
    - Viewed (0)
  6. pkg/api/pod/util_test.go

    			},
    			wantPodSpec: &api.PodSpec{
    				TopologySpreadConstraints: []api.TopologySpreadConstraint{},
    			},
    		},
    		{
    			name:    "feature disabled, only current pod use NodeAffinityPolicy field",
    			enabled: false,
    			oldPodSpec: &api.PodSpec{
    				TopologySpreadConstraints: []api.TopologySpreadConstraint{},
    			},
    			podSpec: &api.PodSpec{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 108.8K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/autoscaling/v2beta2/generated.pb.go

    	if this == nil {
    		return "nil"
    	}
    	s := strings.Join([]string{`&ContainerResourceMetricStatus{`,
    		`Name:` + fmt.Sprintf("%v", this.Name) + `,`,
    		`Current:` + strings.Replace(strings.Replace(this.Current.String(), "MetricValueStatus", "MetricValueStatus", 1), `&`, ``, 1) + `,`,
    		`Container:` + fmt.Sprintf("%v", this.Container) + `,`,
    		`}`,
    	}, "")
    	return s
    }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 163K bytes
    - Viewed (0)
  8. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/internal/gtest-param-util-generated.h

            : base_(base),
              begin1_(g1.begin()), end1_(g1.end()), current1_(current1),
              begin2_(g2.begin()), end2_(g2.end()), current2_(current2),
              begin3_(g3.begin()), end3_(g3.end()), current3_(current3),
              begin4_(g4.begin()), end4_(g4.end()), current4_(current4),
              begin5_(g5.begin()), end5_(g5.end()), current5_(current5)    {
          ComputeCurrentValue();
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 187.7K bytes
    - Viewed (0)
  9. 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)
  10. 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)
Back to top