Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for Largest (0.54 sec)

  1. src/internal/trace/traceviewer/static/trace_viewer_full.html

    return target||source;},mixin:function(target,source){for(var i in source){target[i]=source[i];}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 20:45:06 UTC 2023
    - 2.5M bytes
    - Viewed (0)
  2. 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)
  3. 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)
  4. 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)
  5. 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)
  6. 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)
  7. staging/src/k8s.io/api/core/v1/generated.pb.go

    	}
    	s := strings.Join([]string{`&Binding{`,
    		`ObjectMeta:` + strings.Replace(strings.Replace(fmt.Sprintf("%v", this.ObjectMeta), "ObjectMeta", "v1.ObjectMeta", 1), `&`, ``, 1) + `,`,
    		`Target:` + strings.Replace(strings.Replace(this.Target.String(), "ObjectReference", "ObjectReference", 1), `&`, ``, 1) + `,`,
    		`}`,
    	}, "")
    	return s
    }
    func (this *CSIPersistentVolumeSource) String() string {
    	if this == nil {
    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