Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 64 for HorizontalPodAutoscaler (0.26 sec)

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

      optional .k8s.io.apimachinery.pkg.api.resource.Quantity currentAverageValue = 4;
    }
    
    // HorizontalPodAutoscaler is the configuration for a horizontal pod
    // autoscaler, which automatically manages the replica count of any resource
    // implementing the scale subresource based on the metrics specified.
    message HorizontalPodAutoscaler {
      // metadata is the standard object metadata.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 21.3K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/autoscaling/v1/zz_generated.prerelease-lifecycle.go

    // It is controlled by "k8s:prerelease-lifecycle-gen:introduced" tags in types.go.
    func (in *HorizontalPodAutoscaler) APILifecycleIntroduced() (major, minor int) {
    	return 1, 2
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 1.7K bytes
    - Viewed (0)
  3. pkg/api/testing/defaulting_test.go

    		{Group: "autoscaling", Version: "v1", Kind: "HorizontalPodAutoscaler"}:                                     {},
    		{Group: "autoscaling", Version: "v1", Kind: "HorizontalPodAutoscalerList"}:                                 {},
    		{Group: "autoscaling", Version: "v2", Kind: "HorizontalPodAutoscaler"}:                                     {},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 06 00:00:21 UTC 2024
    - 20.3K bytes
    - Viewed (0)
  4. common-protos/k8s.io/api/autoscaling/v2/generated.proto

      // +listType=atomic
      // +optional
      repeated HPAScalingPolicy policies = 2;
    }
    
    // HorizontalPodAutoscaler is the configuration for a horizontal pod
    // autoscaler, which automatically manages the replica count of any resource
    // implementing the scale subresource based on the metrics specified.
    message HorizontalPodAutoscaler {
      // metadata is the standard object metadata.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 21.3K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/autoscaling/v2/types.go

    // +k8s:prerelease-lifecycle-gen:introduced=1.23
    
    // HorizontalPodAutoscaler is the configuration for a horizontal pod
    // autoscaler, which automatically manages the replica count of any resource
    // implementing the scale subresource based on the metrics specified.
    type HorizontalPodAutoscaler struct {
    	metav1.TypeMeta `json:",inline"`
    	// metadata is the standard object metadata.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 28.5K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/autoscaling/v2beta1/generated.pb.go

    }
    
    var xxx_messageInfo_ExternalMetricStatus proto.InternalMessageInfo
    
    func (m *HorizontalPodAutoscaler) Reset()      { *m = HorizontalPodAutoscaler{} }
    func (*HorizontalPodAutoscaler) ProtoMessage() {}
    func (*HorizontalPodAutoscaler) Descriptor() ([]byte, []int) {
    	return fileDescriptor_ea74040359c1ed83, []int{5}
    }
    func (m *HorizontalPodAutoscaler) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 142.9K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/autoscaling/v1/types.go

    	// +optional
    	ObservedGeneration *int64 `json:"observedGeneration,omitempty" protobuf:"varint,1,opt,name=observedGeneration"`
    
    	// lastScaleTime is the last time the HorizontalPodAutoscaler scaled the number of pods;
    	// used by the autoscaler to control how often the number of pods is changed.
    	// +optional
    	LastScaleTime *metav1.Time `json:"lastScaleTime,omitempty" protobuf:"bytes,2,opt,name=lastScaleTime"`
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 27.8K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/autoscaling/v1/generated.pb.go

    }
    
    var xxx_messageInfo_ExternalMetricStatus proto.InternalMessageInfo
    
    func (m *HorizontalPodAutoscaler) Reset()      { *m = HorizontalPodAutoscaler{} }
    func (*HorizontalPodAutoscaler) ProtoMessage() {}
    func (*HorizontalPodAutoscaler) Descriptor() ([]byte, []int) {
    	return fileDescriptor_1972394c0c7aac8b, []int{5}
    }
    func (m *HorizontalPodAutoscaler) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 153K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/autoscaling/v2/generated.pb.go

    }
    
    var xxx_messageInfo_HPAScalingRules proto.InternalMessageInfo
    
    func (m *HorizontalPodAutoscaler) Reset()      { *m = HorizontalPodAutoscaler{} }
    func (*HorizontalPodAutoscaler) ProtoMessage() {}
    func (*HorizontalPodAutoscaler) Descriptor() ([]byte, []int) {
    	return fileDescriptor_4d5f2c8767749221, []int{7}
    }
    func (m *HorizontalPodAutoscaler) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 162.9K bytes
    - Viewed (0)
  10. operator/cmd/mesh/manifest-generate_test.go

    		},
    		{
    			desc:       "autoscaling_ingress_v2",
    			diffSelect: "HorizontalPodAutoscaler:*:istiod,HorizontalPodAutoscaler:*:istio-ingressgateway",
    			fileSelect: []string{"templates/autoscale.yaml"},
    		},
    		{
    			desc:       "autoscaling_v2",
    			diffSelect: "HorizontalPodAutoscaler:*:istiod,HorizontalPodAutoscaler:*:istio-ingressgateway",
    			fileSelect: []string{"templates/autoscale.yaml"},
    		},
    	})
    }
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jun 04 18:05:06 UTC 2024
    - 43.5K bytes
    - Viewed (0)
Back to top