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 9, 2024
1 parent 398fdf5 commit 0b257bf
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 1 deletion.
14 changes: 14 additions & 0 deletions config/crd/bases/config.nri_balloonspolicies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,18 @@ 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
preferFarFromDevices:
description: 'PreferFarFromDevices: prefer creating new balloons
of this type far from 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 @@ -147,6 +159,8 @@ spec:
type: string
required:
- name
- preferCloseToDevices
- preferFarFromDevices
type: object
type: array
control:
Expand Down
11 changes: 10 additions & 1 deletion deployment/helm/balloons/crds/config.nri_balloonspolicies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,14 @@ 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
preferFarFromDevices:
description: 'PreferFarFromDevices: prefer creating new balloons
of this type far from listed devices.'
items:
type: string
type: array
Expand Down Expand Up @@ -152,6 +159,8 @@ spec:
type: string
required:
- name
- preferCloseToDevices
- preferFarFromDevices
type: object
type: array
control:
Expand Down

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

0 comments on commit 0b257bf

Please sign in to comment.