Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 11 for HorizontalPodAutoscaler (0.34 sec)

  1. api/openapi-spec/v3/apis__autoscaling__v1_openapi.json

            "x-kubernetes-group-version-kind": {
              "group": "autoscaling",
              "kind": "HorizontalPodAutoscaler",
              "version": "v1"
            }
          },
          "get": {
            "description": "list or watch objects of kind HorizontalPodAutoscaler",
            "operationId": "listAutoscalingV1NamespacedHorizontalPodAutoscaler",
            "parameters": [
              {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 152.9K bytes
    - Viewed (0)
  2. api/openapi-spec/v3/apis__autoscaling__v2_openapi.json

                "format": "int32",
                "type": "integer"
              }
            },
            "type": "object"
          },
          "io.k8s.api.autoscaling.v2.HorizontalPodAutoscaler": {
            "description": "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.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 186.6K bytes
    - Viewed (0)
  3. 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)
  4. 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)
  5. 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)
  6. 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)
  7. pkg/printers/internalversion/printers_test.go

    	if err != nil {
    		t.Errorf("unable to parse label selector: %v", err)
    	}
    	tests := []struct {
    		hpa      autoscaling.HorizontalPodAutoscaler
    		expected []metav1.TableRow
    	}{
    		// minReplicas unset
    		{
    			hpa: autoscaling.HorizontalPodAutoscaler{
    				ObjectMeta: metav1.ObjectMeta{Name: "some-hpa"},
    				Spec: autoscaling.HorizontalPodAutoscalerSpec{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 14:04:15 UTC 2024
    - 218.6K bytes
    - Viewed (0)
  8. pkg/controller/podautoscaler/horizontal_test.go

    		handled, obj, err := func() (handled bool, ret *autoscalingv2.HorizontalPodAutoscaler, err error) {
    			tc.Lock()
    			defer tc.Unlock()
    
    			obj := action.(core.UpdateAction).GetObject().(*autoscalingv2.HorizontalPodAutoscaler)
    			assert.Equal(t, namespace, obj.Namespace, "the HPA namespace should be as expected")
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 25 14:24:16 UTC 2024
    - 199.3K bytes
    - Viewed (0)
  9. operator/cmd/mesh/testdata/manifest-generate/output/pilot_default.golden.yaml

      apiGroup: rbac.authorization.k8s.io
      kind: Role
      name: istiod
    subjects:
    - kind: ServiceAccount
      name: istiod
      namespace: istio-system
    
    ---
    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 Jan 10 05:10:03 UTC 2024
    - 102.6K bytes
    - Viewed (0)
  10. pkg/printers/internalversion/printers.go

    	}
    
    	ret := strings.Join(list, ", ")
    	if more {
    		return fmt.Sprintf("%s + %d more...", ret, count-max)
    	}
    	return ret
    }
    
    func printHorizontalPodAutoscaler(obj *autoscaling.HorizontalPodAutoscaler, options printers.GenerateOptions) ([]metav1.TableRow, error) {
    	row := metav1.TableRow{
    		Object: runtime.RawExtension{Object: obj},
    	}
    
    	reference := fmt.Sprintf("%s/%s",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 14:04:15 UTC 2024
    - 128.3K bytes
    - Viewed (0)
Back to top