Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 55 for HorizontalPodAutoscalerSpec (0.92 sec)

  1. staging/src/k8s.io/api/autoscaling/v2beta2/generated.proto

      // items is the list of horizontal pod autoscaler objects.
      repeated HorizontalPodAutoscaler items = 2;
    }
    
    // HorizontalPodAutoscalerSpec describes the desired functionality of the HorizontalPodAutoscaler.
    message HorizontalPodAutoscalerSpec {
      // scaleTargetRef points to the target resource to scale, and is used to the pods for which metrics
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 21.1K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/autoscaling/v2beta1/generated.proto

      // items is the list of horizontal pod autoscaler objects.
      repeated HorizontalPodAutoscaler items = 2;
    }
    
    // HorizontalPodAutoscalerSpec describes the desired functionality of the HorizontalPodAutoscaler.
    message HorizontalPodAutoscalerSpec {
      // scaleTargetRef points to the target resource to scale, and is used to the pods for which metrics
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 21.3K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/autoscaling/v2beta1/types.go

    	// API version of the referent
    	// +optional
    	APIVersion string `json:"apiVersion,omitempty" protobuf:"bytes,3,opt,name=apiVersion"`
    }
    
    // HorizontalPodAutoscalerSpec describes the desired functionality of the HorizontalPodAutoscaler.
    type HorizontalPodAutoscalerSpec struct {
    	// scaleTargetRef points to the target resource to scale, and is used to the pods for which metrics
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:06:27 UTC 2023
    - 26.9K bytes
    - Viewed (0)
  4. pkg/apis/autoscaling/types.go

    	Name string
    
    	// apiVersion is the API version of the referent
    	// +optional
    	APIVersion string
    }
    
    // HorizontalPodAutoscalerSpec describes the desired functionality of the HorizontalPodAutoscaler.
    type HorizontalPodAutoscalerSpec struct {
    	// scaleTargetRef points to the target resource to scale, and is used to the pods for which metrics
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Feb 27 23:13:24 UTC 2023
    - 23.8K bytes
    - Viewed (0)
  5. pkg/printers/internalversion/printers_test.go

    		expected []metav1.TableRow
    	}{
    		// minReplicas unset
    		{
    			hpa: autoscaling.HorizontalPodAutoscaler{
    				ObjectMeta: metav1.ObjectMeta{Name: "some-hpa"},
    				Spec: autoscaling.HorizontalPodAutoscalerSpec{
    					ScaleTargetRef: autoscaling.CrossVersionObjectReference{
    						Name: "some-rc",
    						Kind: "ReplicationController",
    					},
    					MaxReplicas: 10,
    				},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 14:04:15 UTC 2024
    - 218.6K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/autoscaling/v2beta2/types.go

    	// +optional
    	Spec HorizontalPodAutoscalerSpec `json:"spec,omitempty" protobuf:"bytes,2,opt,name=spec"`
    
    	// status is the current information about the autoscaler.
    	// +optional
    	Status HorizontalPodAutoscalerStatus `json:"status,omitempty" protobuf:"bytes,3,opt,name=status"`
    }
    
    // HorizontalPodAutoscalerSpec describes the desired functionality of the HorizontalPodAutoscaler.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:06:27 UTC 2023
    - 28.4K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/autoscaling/v2beta2/types_swagger_doc_generated.go

    }
    
    func (HorizontalPodAutoscalerList) SwaggerDoc() map[string]string {
    	return map_HorizontalPodAutoscalerList
    }
    
    var map_HorizontalPodAutoscalerSpec = map[string]string{
    	"":               "HorizontalPodAutoscalerSpec describes the desired functionality of the HorizontalPodAutoscaler.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Feb 27 23:13:24 UTC 2023
    - 21K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/autoscaling/v2/types_swagger_doc_generated.go

    }
    
    func (HorizontalPodAutoscalerList) SwaggerDoc() map[string]string {
    	return map_HorizontalPodAutoscalerList
    }
    
    var map_HorizontalPodAutoscalerSpec = map[string]string{
    	"":               "HorizontalPodAutoscalerSpec describes the desired functionality of the HorizontalPodAutoscaler.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Feb 27 23:13:24 UTC 2023
    - 21.3K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/autoscaling/v2beta1/types_swagger_doc_generated.go

    }
    
    func (HorizontalPodAutoscalerList) SwaggerDoc() map[string]string {
    	return map_HorizontalPodAutoscalerList
    }
    
    var map_HorizontalPodAutoscalerSpec = map[string]string{
    	"":               "HorizontalPodAutoscalerSpec describes the desired functionality of the HorizontalPodAutoscaler.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Feb 27 23:13:24 UTC 2023
    - 20.4K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/autoscaling/v2/types.go

    	// +optional
    	Spec HorizontalPodAutoscalerSpec `json:"spec,omitempty" protobuf:"bytes,2,opt,name=spec"`
    
    	// status is the current information about the autoscaler.
    	// +optional
    	Status HorizontalPodAutoscalerStatus `json:"status,omitempty" protobuf:"bytes,3,opt,name=status"`
    }
    
    // HorizontalPodAutoscalerSpec describes the desired functionality of the HorizontalPodAutoscaler.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 28.5K bytes
    - Viewed (0)
Back to top