From 52953430734973e492ab3be06ebb8823fddab4f0 Mon Sep 17 00:00:00 2001 From: Andrea Mazzotti Date: Mon, 12 Aug 2024 13:04:29 +0200 Subject: [PATCH] Update manifests Signed-off-by: Andrea Mazzotti --- .obs/chartfile/crds/templates/crds.yaml | 22 +++++++++++++++++++ ...lemental.cattle.io_machineinventories.yaml | 11 ++++++++++ ...mental.cattle.io_machineregistrations.yaml | 11 ++++++++++ 3 files changed, 44 insertions(+) diff --git a/.obs/chartfile/crds/templates/crds.yaml b/.obs/chartfile/crds/templates/crds.yaml index bf525b8f..bc8358ff 100644 --- a/.obs/chartfile/crds/templates/crds.yaml +++ b/.obs/chartfile/crds/templates/crds.yaml @@ -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: @@ -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: |- @@ -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 diff --git a/config/crd/bases/elemental.cattle.io_machineinventories.yaml b/config/crd/bases/elemental.cattle.io_machineinventories.yaml index 01d58ca3..b91781d2 100644 --- a/config/crd/bases/elemental.cattle.io_machineinventories.yaml +++ b/config/crd/bases/elemental.cattle.io_machineinventories.yaml @@ -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: diff --git a/config/crd/bases/elemental.cattle.io_machineregistrations.yaml b/config/crd/bases/elemental.cattle.io_machineregistrations.yaml index 69fbe242..22d9763e 100644 --- a/config/crd/bases/elemental.cattle.io_machineregistrations.yaml +++ b/config/crd/bases/elemental.cattle.io_machineregistrations.yaml @@ -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: |- @@ -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