Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for current1_ (0.17 sec)

  1. pkg/generated/openapi/zz_generated.openapi.go

    						},
    					},
    					"current": {
    						SchemaProps: spec.SchemaProps{
    							Description: "current contains the current value for the given metric",
    							Default:     map[string]interface{}{},
    							Ref:         ref("k8s.io/api/autoscaling/v2.MetricValueStatus"),
    						},
    					},
    				},
    				Required: []string{"metric", "current"},
    			},
    		},
    		Dependencies: []string{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
  2. api/openapi-spec/swagger.json

          "description": "PodsMetricStatus indicates the current value of a metric describing each pod in the current scale target (for example, transactions-processed-per-second).",
          "properties": {
            "current": {
              "$ref": "#/definitions/io.k8s.api.autoscaling.v2.MetricValueStatus",
              "description": "current contains the current value for the given metric"
            },
            "metric": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3.1M bytes
    - Viewed (0)
  3. api/openapi-spec/v3/api__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: Wed May 29 22:40:29 UTC 2024
    - 1.8M bytes
    - Viewed (0)
Back to top