Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 35 for containerResource (0.24 sec)

  1. pkg/apis/autoscaling/v2beta1/zz_generated.conversion.go

    		}
    	} else {
    		out.Resource = nil
    	}
    	if in.ContainerResource != nil {
    		in, out := &in.ContainerResource, &out.ContainerResource
    		*out = new(autoscaling.ContainerResourceMetricSource)
    		if err := Convert_v2beta1_ContainerResourceMetricSource_To_autoscaling_ContainerResourceMetricSource(*in, *out, s); err != nil {
    			return err
    		}
    	} else {
    		out.ContainerResource = nil
    	}
    	if in.External != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Aug 24 19:47:49 UTC 2021
    - 42.5K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/autoscaling/v2beta1/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
    - 26.9K bytes
    - Viewed (0)
  3. pkg/apis/autoscaling/v1/zz_generated.conversion.go

    		}
    	} else {
    		out.Resource = nil
    	}
    	if in.ContainerResource != nil {
    		in, out := &in.ContainerResource, &out.ContainerResource
    		*out = new(autoscaling.ContainerResourceMetricSource)
    		if err := Convert_v1_ContainerResourceMetricSource_To_autoscaling_ContainerResourceMetricSource(*in, *out, s); err != nil {
    			return err
    		}
    	} else {
    		out.ContainerResource = nil
    	}
    	if in.External != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Aug 24 19:47:49 UTC 2021
    - 43.7K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/autoscaling/v1/types.go

    	// 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
    - 27.8K bytes
    - Viewed (0)
  5. pkg/apis/autoscaling/validation/validation.go

    		}
    	}
    
    	if spec.ContainerResource != nil {
    		typesPresent.Insert("containerResource")
    		if typesPresent.Len() == 1 {
    			allErrs = append(allErrs, validateContainerResourceSource(spec.ContainerResource, fldPath.Child("containerResource"))...)
    		}
    	}
    
    	var expectedField string
    	switch spec.Type {
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Feb 25 00:58:00 UTC 2024
    - 19.4K bytes
    - Viewed (0)
  6. 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)
  7. 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)
  8. 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)
  9. 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)
  10. 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)
Back to top