From d51a57a9906d08f1b0d2520ba63203a27eede5de Mon Sep 17 00:00:00 2001 From: Joachim Bartosik Date: Thu, 30 Jan 2025 13:59:52 +0000 Subject: [PATCH] regenerate --- .../v1alpha2/zz_generated.deepcopy.go | 5 --- .../datadoghq.com_datadogpodautoscalers.yaml | 24 ----------- ...hq.com_datadogpodautoscalers_v1alpha2.json | 40 ------------------- 3 files changed, 69 deletions(-) diff --git a/api/datadoghq/v1alpha2/zz_generated.deepcopy.go b/api/datadoghq/v1alpha2/zz_generated.deepcopy.go index 351fdf936..55d820653 100644 --- a/api/datadoghq/v1alpha2/zz_generated.deepcopy.go +++ b/api/datadoghq/v1alpha2/zz_generated.deepcopy.go @@ -473,11 +473,6 @@ func (in *DatadogPodAutoscalerStatus) DeepCopy() *DatadogPodAutoscalerStatus { // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *DatadogPodAutoscalerTargetValue) DeepCopyInto(out *DatadogPodAutoscalerTargetValue) { *out = *in - if in.Absolute != nil { - in, out := &in.Absolute, &out.Absolute - x := (*in).DeepCopy() - *out = &x - } if in.Utilization != nil { in, out := &in.Utilization, &out.Utilization *out = new(int32) diff --git a/config/crd/bases/v1/datadoghq.com_datadogpodautoscalers.yaml b/config/crd/bases/v1/datadoghq.com_datadogpodautoscalers.yaml index 91656b69d..edef9463b 100644 --- a/config/crd/bases/v1/datadoghq.com_datadogpodautoscalers.yaml +++ b/config/crd/bases/v1/datadoghq.com_datadogpodautoscalers.yaml @@ -892,24 +892,12 @@ spec: value: description: Value is the value of the target. properties: - absolute: - anyOf: - - type: integer - - type: string - description: Absolute defines the absolute value of the target (for instance 500 millicores). - pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ - x-kubernetes-int-or-string: true - type: - description: Type specifies how the value is expressed (Absolute or Utilization). - type: string utilization: description: Utilization defines a percentage of the target compared to requested resource format: int32 maximum: 100 minimum: 0 type: integer - required: - - type type: object required: - container @@ -927,24 +915,12 @@ spec: value: description: Value is the value of the target. properties: - absolute: - anyOf: - - type: integer - - type: string - description: Absolute defines the absolute value of the target (for instance 500 millicores). - pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ - x-kubernetes-int-or-string: true - type: - description: Type specifies how the value is expressed (Absolute or Utilization). - type: string utilization: description: Utilization defines a percentage of the target compared to requested resource format: int32 maximum: 100 minimum: 0 type: integer - required: - - type type: object required: - name diff --git a/config/crd/bases/v1/datadoghq.com_datadogpodautoscalers_v1alpha2.json b/config/crd/bases/v1/datadoghq.com_datadogpodautoscalers_v1alpha2.json index 72b8a197a..7346b64b8 100644 --- a/config/crd/bases/v1/datadoghq.com_datadogpodautoscalers_v1alpha2.json +++ b/config/crd/bases/v1/datadoghq.com_datadogpodautoscalers_v1alpha2.json @@ -304,23 +304,6 @@ "additionalProperties": false, "description": "Value is the value of the target.", "properties": { - "absolute": { - "anyOf": [ - { - "type": "integer" - }, - { - "type": "string" - } - ], - "description": "Absolute defines the absolute value of the target (for instance 500 millicores).", - "pattern": "^(\\+|-)?(([0-9]+(\\.[0-9]*)?)|(\\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\\+|-)?(([0-9]+(\\.[0-9]*)?)|(\\.[0-9]+))))?$", - "x-kubernetes-int-or-string": true - }, - "type": { - "description": "Type specifies how the value is expressed (Absolute or Utilization).", - "type": "string" - }, "utilization": { "description": "Utilization defines a percentage of the target compared to requested resource", "format": "int32", @@ -329,9 +312,6 @@ "type": "integer" } }, - "required": [ - "type" - ], "type": "object" } }, @@ -357,23 +337,6 @@ "additionalProperties": false, "description": "Value is the value of the target.", "properties": { - "absolute": { - "anyOf": [ - { - "type": "integer" - }, - { - "type": "string" - } - ], - "description": "Absolute defines the absolute value of the target (for instance 500 millicores).", - "pattern": "^(\\+|-)?(([0-9]+(\\.[0-9]*)?)|(\\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\\+|-)?(([0-9]+(\\.[0-9]*)?)|(\\.[0-9]+))))?$", - "x-kubernetes-int-or-string": true - }, - "type": { - "description": "Type specifies how the value is expressed (Absolute or Utilization).", - "type": "string" - }, "utilization": { "description": "Utilization defines a percentage of the target compared to requested resource", "format": "int32", @@ -382,9 +345,6 @@ "type": "integer" } }, - "required": [ - "type" - ], "type": "object" } },