Skip to content

Commit

Permalink
pkg/apis, helm: update balloons config/CRD.
Browse files Browse the repository at this point in the history
It looks like the latest balloons configuration additions have
been committed then merged without updating the configuration,
CRDs and clientsets. Let's fix it.

Signed-off-by: Krisztian Litkey <[email protected]>
  • Loading branch information
klihub committed Jan 12, 2024
1 parent 1e1dad9 commit 14450cd
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
7 changes: 6 additions & 1 deletion config/crd/bases/config.nri_balloonspolicies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,12 @@ spec:
items:
type: string
type: array
preferCloseToDevices:
description: 'PreferCloseToDevices: prefer creating new balloons
of this type close to listed devices.'
items:
type: string
type: array
preferNewBalloons:
description: 'PreferNewBalloons: prefer creating new balloons
over adding containers to existing balloons. The default is
Expand Down Expand Up @@ -297,7 +303,6 @@ spec:
description: Reserved (CPU) resources for kube-system namespace.
type: object
required:
- idleCPUClass
- reservedResources
type: object
status:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,8 @@ spec:
type: string
type: array
preferCloseToDevices:
description: prefer creating new balloons of this type close to listed devices.
description: 'PreferCloseToDevices: prefer creating new balloons
of this type close to listed devices.'
items:
type: string
type: array
Expand Down Expand Up @@ -302,7 +303,6 @@ spec:
description: Reserved (CPU) resources for kube-system namespace.
type: object
required:
- idleCPUClass
- reservedResources
type: object
status:
Expand Down

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

0 comments on commit 14450cd

Please sign in to comment.