Skip to content

Commit

Permalink
regenerate
Browse files Browse the repository at this point in the history
  • Loading branch information
jbartosik committed Jan 30, 2025
1 parent 125fbed commit 580f389
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 69 deletions.
5 changes: 0 additions & 5 deletions api/datadoghq/v1alpha2/zz_generated.deepcopy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 0 additions & 24 deletions config/crd/bases/v1/datadoghq.com_datadogpodautoscalers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -329,9 +312,6 @@
"type": "integer"
}
},
"required": [
"type"
],
"type": "object"
}
},
Expand All @@ -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",
Expand All @@ -382,9 +345,6 @@
"type": "integer"
}
},
"required": [
"type"
],
"type": "object"
}
},
Expand Down

0 comments on commit 580f389

Please sign in to comment.