Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 87 for containerResource (0.19 sec)

  1. staging/src/k8s.io/api/testdata/v1.30.0/autoscaling.v2beta2.HorizontalPodAutoscaler.json

              "target": {
                "type": "typeValue",
                "value": "0",
                "averageValue": "0",
                "averageUtilization": 4
              }
            },
            "containerResource": {
              "name": "nameValue",
              "target": {
                "type": "typeValue",
                "value": "0",
                "averageValue": "0",
                "averageUtilization": 4
              },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 7.3K bytes
    - Viewed (0)
  2. pkg/apis/autoscaling/v2/zz_generated.conversion.go

    	if in.ContainerResource != nil {
    		in, out := &in.ContainerResource, &out.ContainerResource
    		*out = new(autoscaling.ContainerResourceMetricSource)
    		if err := Convert_v2_ContainerResourceMetricSource_To_autoscaling_ContainerResourceMetricSource(*in, *out, s); err != nil {
    			return err
    		}
    	} else {
    		out.ContainerResource = nil
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Nov 09 02:34:54 UTC 2021
    - 58.5K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/autoscaling/v2/types.go

    	// available to normal per-pod metrics using the "pods" source.
    	// This is an alpha feature and can be enabled by the HPAContainerMetrics feature flag.
    	// +optional
    	ContainerResource *ContainerResourceMetricSource `json:"containerResource,omitempty" protobuf:"bytes,7,opt,name=containerResource"`
    
    	// external refers to a global metric that is not associated
    	// with any Kubernetes object. It allows autoscaling based on information
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 28.5K bytes
    - Viewed (0)
  4. common-protos/k8s.io/api/autoscaling/v2beta2/generated.proto

    // (only `type` and one other matching field should be set at once).
    message MetricSpec {
      // type is the type of metric source.  It should be one of "ContainerResource", "External",
      // "Object", "Pods" or "Resource", each mapping to a matching field in the object.
      // Note: "ContainerResource" type is available on when the feature-gate
      // HPAContainerMetrics is enabled
      optional string type = 1;
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 21K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/autoscaling/v2/generated.proto

    // (only `type` and one other matching field should be set at once).
    message MetricSpec {
      // type is the type of metric source.  It should be one of "ContainerResource", "External",
      // "Object", "Pods" or "Resource", each mapping to a matching field in the object.
      // Note: "ContainerResource" type is available on when the feature-gate
      // HPAContainerMetrics is enabled
      optional string type = 1;
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 21.3K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/autoscaling/v2/types_swagger_doc_generated.go

    	"type":              "type is the type of metric source.  It should be one of \"ContainerResource\", \"External\", \"Object\", \"Pods\" or \"Resource\", each mapping to a matching field in the object. Note: \"ContainerResource\" type is available on when the feature-gate HPAContainerMetrics is enabled",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Feb 27 23:13:24 UTC 2023
    - 21.3K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/autoscaling/v2beta2/generated.proto

    // (only `type` and one other matching field should be set at once).
    message MetricSpec {
      // type is the type of metric source.  It should be one of "ContainerResource", "External",
      // "Object", "Pods" or "Resource", each mapping to a matching field in the object.
      // Note: "ContainerResource" type is available on when the feature-gate
      // HPAContainerMetrics is enabled
      optional string type = 1;
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 21.1K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/autoscaling/v2beta2/types.go

    	// available to normal per-pod metrics using the "pods" source.
    	// This is an alpha feature and can be enabled by the HPAContainerMetrics feature flag.
    	// +optional
    	ContainerResource *ContainerResourceMetricSource `json:"containerResource,omitempty" protobuf:"bytes,7,opt,name=containerResource"`
    
    	// external refers to a global metric that is not associated
    	// with any Kubernetes object. It allows autoscaling based on information
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:06:27 UTC 2023
    - 28.4K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/autoscaling/v2beta1/zz_generated.deepcopy.go

    		(*in).DeepCopyInto(*out)
    	}
    	if in.Resource != nil {
    		in, out := &in.Resource, &out.Resource
    		*out = new(ResourceMetricSource)
    		(*in).DeepCopyInto(*out)
    	}
    	if in.ContainerResource != nil {
    		in, out := &in.ContainerResource, &out.ContainerResource
    		*out = new(ContainerResourceMetricSource)
    		(*in).DeepCopyInto(*out)
    	}
    	if in.External != nil {
    		in, out := &in.External, &out.External
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Aug 24 19:47:49 UTC 2021
    - 15.4K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/autoscaling/v2beta2/zz_generated.deepcopy.go

    		(*in).DeepCopyInto(*out)
    	}
    	if in.Resource != nil {
    		in, out := &in.Resource, &out.Resource
    		*out = new(ResourceMetricSource)
    		(*in).DeepCopyInto(*out)
    	}
    	if in.ContainerResource != nil {
    		in, out := &in.ContainerResource, &out.ContainerResource
    		*out = new(ContainerResourceMetricSource)
    		(*in).DeepCopyInto(*out)
    	}
    	if in.External != nil {
    		in, out := &in.External, &out.External
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Aug 24 19:47:49 UTC 2021
    - 17.8K bytes
    - Viewed (0)
Back to top