Skip to content

Commit

Permalink
Update manifests
Browse files Browse the repository at this point in the history
Signed-off-by: Andrea Mazzotti <andrea.mazzotti@suse.com>
  • Loading branch information
anmazzotti committed Aug 13, 2024
1 parent 0d8ae91 commit 8dda728
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .obs/chartfile/crds/templates/crds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -147,10 +147,21 @@ spec:
description: NetworkConfig is the final NetworkConfig.
properties:
config:
description: Config contains the network config template (nmc,
nmstate, or nmconnections formats)
x-kubernetes-preserve-unknown-fields: true
configurator:
default: nmc
description: Configurator
enum:
- nmc
- nmstate
- nmconnections
type: string
ipAddresses:
additionalProperties:
type: string
description: IPAddresses contains a map of claimed IPAddresses
type: object
type: object
tpmHash:
Expand Down Expand Up @@ -936,7 +947,17 @@ spec:
and a schemaless network config template.
properties:
config:
description: Config contains the network config template (nmc,
nmstate, or nmconnections formats)
x-kubernetes-preserve-unknown-fields: true
configurator:
default: nmc
description: Configurator
enum:
- nmc
- nmstate
- nmconnections
type: string
ipAddresses:
additionalProperties:
description: |-
Expand All @@ -960,6 +981,7 @@ spec:
- name
type: object
x-kubernetes-map-type: atomic
description: IPAddresses contains a map of IPPools references
type: object
type: object
type: object
Expand Down
11 changes: 11 additions & 0 deletions config/crd/bases/elemental.cattle.io_machineinventories.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -140,10 +140,21 @@ spec:
description: NetworkConfig is the final NetworkConfig.
properties:
config:
description: Config contains the network config template (nmc,
nmstate, or nmconnections formats)
x-kubernetes-preserve-unknown-fields: true
configurator:
default: nmc
description: Configurator
enum:
- nmc
- nmstate
- nmconnections
type: string
ipAddresses:
additionalProperties:
type: string
description: IPAddresses contains a map of claimed IPAddresses
type: object
type: object
tpmHash:
Expand Down
11 changes: 11 additions & 0 deletions config/crd/bases/elemental.cattle.io_machineregistrations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,17 @@ spec:
and a schemaless network config template.
properties:
config:
description: Config contains the network config template (nmc,
nmstate, or nmconnections formats)
x-kubernetes-preserve-unknown-fields: true
configurator:
default: nmc
description: Configurator
enum:
- nmc
- nmstate
- nmconnections
type: string
ipAddresses:
additionalProperties:
description: |-
Expand All @@ -201,6 +211,7 @@ spec:
- name
type: object
x-kubernetes-map-type: atomic
description: IPAddresses contains a map of IPPools references
type: object
type: object
type: object
Expand Down

0 comments on commit 8dda728

Please sign in to comment.