Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 88 for HorizontalPodAutoscaler (0.42 sec)

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

    // +k8s:prerelease-lifecycle-gen:replacement=autoscaling,v2,HorizontalPodAutoscaler
    
    // 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: Mon Nov 27 20:06:27 UTC 2023
    - 28.4K bytes
    - Viewed (0)
  2. 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)
  3. operator/cmd/mesh/testdata/manifest-generate/output/pilot_k8s_settings.golden.yaml

          - configMap:
              defaultMode: 420
              name: istio-ca-root-cert
              optional: true
            name: istio-csr-ca-configmap
    
    ---
    
    
    apiVersion: autoscaling/v2
    kind: HorizontalPodAutoscaler
    metadata:
      labels:
        app: istiod
        install.operator.istio.io/owning-resource: unknown
        istio.io/rev: default
        operator.istio.io/component: Pilot
        release: istio
      name: istiod
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Dec 06 02:56:54 UTC 2023
    - 5K bytes
    - Viewed (0)
  4. operator/cmd/mesh/testdata/manifest-generate/output/pilot_override_values.golden.yaml

          - configMap:
              defaultMode: 420
              name: istio-ca-root-cert
              optional: true
            name: istio-csr-ca-configmap
    
    ---
    
    
    apiVersion: autoscaling/v2
    kind: HorizontalPodAutoscaler
    metadata:
      labels:
        app: istiod
        install.operator.istio.io/owning-resource: unknown
        istio.io/rev: default
        operator.istio.io/component: Pilot
        release: istio
      name: istiod
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Dec 01 22:07:45 UTC 2023
    - 4.8K bytes
    - Viewed (0)
  5. 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)
  6. 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)
  7. 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)
  8. 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)
  9. 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)
  10. staging/src/k8s.io/api/autoscaling/v2beta2/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_1076ab1fac987148, []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
    - 163K bytes
    - Viewed (0)
Back to top