Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for target01 (0.58 sec)

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

    						SchemaProps: spec.SchemaProps{
    							Description: "metric identifies the target metric by name and selector",
    							Default:     map[string]interface{}{},
    							Ref:         ref("k8s.io/api/autoscaling/v2.MetricIdentifier"),
    						},
    					},
    					"target": {
    						SchemaProps: spec.SchemaProps{
    							Description: "target specifies the target value for the given metric",
    							Default:     map[string]interface{}{},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
  2. src/internal/trace/traceviewer/static/trace_viewer_full.html

    his);this.addEventListener('mousedown',this.onMouseDown_);this.target_=undefined;this.horizontal=true;this.observer_=new MutationObserver(this.didTargetMutate_.bind(this));this.targetSizesByModeKey_={};this.currentDraggingSize_=undefined;},get modeKey_(){return this.target_.className===''?'.':this.target_.className;},get target(){return this.target_;},set target(target){this.observer_.disconnect();this.target_=target;if(!this.target_)return;this.observer_.observe(this.target_,{attributes:true,at...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 20:45:06 UTC 2023
    - 2.5M bytes
    - Viewed (0)
  3. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger-with-shared-parameters.json

              "description": "metric identifies the target metric by name and selector"
            },
            "target": {
              "$ref": "#/definitions/io.k8s.api.autoscaling.v2.MetricTarget",
              "description": "target specifies the target value for the given metric"
            }
          },
          "required": [
            "metric",
            "target"
          ],
          "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. api/openapi-spec/swagger.json

              "description": "metric identifies the target metric by name and selector"
            },
            "target": {
              "$ref": "#/definitions/io.k8s.api.autoscaling.v2.MetricTarget",
              "description": "target specifies the target value for the given metric"
            }
          },
          "required": [
            "metric",
            "target"
          ],
          "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)
  5. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger.json

              "description": "metric identifies the target metric by name and selector"
            },
            "target": {
              "$ref": "#/definitions/io.k8s.api.autoscaling.v2.MetricTarget",
              "description": "target specifies the target value for the given metric"
            }
          },
          "required": [
            "metric",
            "target"
          ],
          "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)
  6. api/openapi-spec/v3/api__v1_openapi.json

              },
              "target": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/io.k8s.api.core.v1.ObjectReference"
                  }
                ],
                "default": {},
                "description": "The target object that you want to bind to the standard object."
              }
            },
            "required": [
              "target"
            ],
            "type": "object",
    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