Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 27 of 27 for MetricSpec (0.15 sec)

  1. staging/src/k8s.io/api/autoscaling/v2/types.go

    	// +optional
    	APIVersion string `json:"apiVersion,omitempty" protobuf:"bytes,3,opt,name=apiVersion"`
    }
    
    // MetricSpec specifies how to scale based on a single metric
    // (only `type` and one other matching field should be set at once).
    type MetricSpec struct {
    	// type is the type of metric source.  It should be one of "ContainerResource", "External",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 28.5K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/autoscaling/v2/types_swagger_doc_generated.go

    }
    
    func (MetricIdentifier) SwaggerDoc() map[string]string {
    	return map_MetricIdentifier
    }
    
    var map_MetricSpec = map[string]string{
    	"":                  "MetricSpec specifies how to scale based on a single metric (only `type` and one other matching field should be set at once).",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Feb 27 23:13:24 UTC 2023
    - 21.3K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/autoscaling/v2beta1/types_swagger_doc_generated.go

    }
    
    func (HorizontalPodAutoscalerStatus) SwaggerDoc() map[string]string {
    	return map_HorizontalPodAutoscalerStatus
    }
    
    var map_MetricSpec = map[string]string{
    	"":                  "MetricSpec specifies how to scale based on a single metric (only `type` and one other matching field should be set at once).",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Feb 27 23:13:24 UTC 2023
    - 20.4K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/autoscaling/v1/types_swagger_doc_generated.go

    }
    
    func (HorizontalPodAutoscalerStatus) SwaggerDoc() map[string]string {
    	return map_HorizontalPodAutoscalerStatus
    }
    
    var map_MetricSpec = map[string]string{
    	"":                  "MetricSpec specifies how to scale based on a single metric (only `type` and one other matching field should be set at once).",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Feb 27 23:13:24 UTC 2023
    - 21.4K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/autoscaling/v1/generated.proto

      // +optional
      optional int32 currentCPUUtilizationPercentage = 5;
    }
    
    // MetricSpec specifies how to scale based on a single metric
    // (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",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 22K bytes
    - Viewed (0)
  6. common-protos/k8s.io/api/autoscaling/v1/generated.proto

      // +optional
      optional int32 currentCPUUtilizationPercentage = 5;
    }
    
    // MetricSpec specifies how to scale based on a single metric
    // (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",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 22K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/autoscaling/v1/types.go

    	// QPS from loadbalancer running outside of cluster).
    	ExternalMetricSourceType MetricSourceType = "External"
    )
    
    // MetricSpec specifies how to scale based on a single metric
    // (only `type` and one other matching field should be set at once).
    type MetricSpec struct {
    	// type is the type of metric source.  It should be one of "ContainerResource",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 27.8K bytes
    - Viewed (0)
Back to top