Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for Cedric (0.48 sec)

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

    				Type:        []string{"object"},
    				Properties: map[string]spec.Schema{
    					"metric": {
    						SchemaProps: spec.SchemaProps{
    							Description: "metric identifies the target metric by name and selector",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
  2. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger.json

              "description": "current contains the current value for the given metric"
            },
            "metric": {
              "$ref": "#/definitions/io.k8s.api.autoscaling.v2.MetricIdentifier",
              "description": "metric identifies the target metric by name and selector"
            }
          },
          "required": [
            "metric",
            "current"
          ],
          "type": "object"
        },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 4.5M bytes
    - Viewed (0)
  3. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger-with-shared-parameters.json

              "description": "current contains the current value for the given metric"
            },
            "metric": {
              "$ref": "#/definitions/io.k8s.api.autoscaling.v2.MetricIdentifier",
              "description": "metric identifies the target metric by name and selector"
            }
          },
          "required": [
            "metric",
            "current"
          ],
          "type": "object"
        },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 2.3M bytes
    - Viewed (0)
  4. src/internal/trace/traceviewer/static/trace_viewer_full.html

    if(!metric.name.endsWith('Metric')&&!metric.name.endsWith('Metrics')){throw new Error('Metric names must end with "Metric" or "Metrics".');}
    if(metric.length<2){throw new Error('Metrics take a HistogramSet and a Model and '+'optionally an options dictionary.');}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 20:45:06 UTC 2023
    - 2.5M bytes
    - Viewed (1)
  5. api/openapi-spec/swagger.json

              "description": "current contains the current value for the given metric"
            },
            "metric": {
              "$ref": "#/definitions/io.k8s.api.autoscaling.v2.MetricIdentifier",
              "description": "metric identifies the target metric by name and selector"
            }
          },
          "required": [
            "metric",
            "current"
          ],
          "type": "object"
        },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3.1M bytes
    - Viewed (0)
  6. CREDITS

       limitations under the License.
    
    ================================================================
    
    go.opentelemetry.io/otel/metric
    https://go.opentelemetry.io/otel/metric
    ----------------------------------------------------------------
                                     Apache License
                               Version 2.0, January 2004
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 15:34:20 UTC 2024
    - 1.7M bytes
    - Viewed (0)
Back to top