From 66be7c6c1ab3d7d8150e23fcfba47a8d1d20654d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Harald=20Jens=C3=A5s?= Date: Mon, 16 Oct 2023 15:07:11 +0200 Subject: [PATCH] Remove "tripleo" from Network/Subnet description MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The description for networks and subnet uses the "triple network" and "tripleo subnet" wording. Drop "tripleo", it as it is not relevant. Signed-off-by: Harald Jensås --- apis/bases/network.openstack.org_netconfigs.yaml | 4 ++-- apis/network/v1beta1/netconfig_types.go | 4 ++-- config/crd/bases/network.openstack.org_netconfigs.yaml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/apis/bases/network.openstack.org_netconfigs.yaml b/apis/bases/network.openstack.org_netconfigs.yaml index f35e2310..097ea68c 100644 --- a/apis/bases/network.openstack.org_netconfigs.yaml +++ b/apis/bases/network.openstack.org_netconfigs.yaml @@ -39,7 +39,7 @@ spec: description: NetConfigSpec defines the desired state of NetConfig properties: networks: - description: Networks, list of all tripleo networks of the deployment + description: Networks, list of all networks of the deployment items: description: Network definition properties: @@ -56,7 +56,7 @@ spec: pattern: ^[a-zA-Z0-9][a-zA-Z0-9\-_]*[a-zA-Z0-9]$ type: string subnets: - description: Subnets of the tripleo network + description: Subnets of the network items: description: Subnet definition properties: diff --git a/apis/network/v1beta1/netconfig_types.go b/apis/network/v1beta1/netconfig_types.go index be570693..95870c76 100644 --- a/apis/network/v1beta1/netconfig_types.go +++ b/apis/network/v1beta1/netconfig_types.go @@ -43,7 +43,7 @@ type Network struct { MTU int `json:"mtu"` // +kubebuilder:validation:Required - // Subnets of the tripleo network + // Subnets of the network Subnets []Subnet `json:"subnets"` } @@ -110,7 +110,7 @@ type Route struct { // NetConfigSpec defines the desired state of NetConfig type NetConfigSpec struct { // +kubebuilder:validation:Required - // Networks, list of all tripleo networks of the deployment + // Networks, list of all networks of the deployment Networks []Network `json:"networks"` } diff --git a/config/crd/bases/network.openstack.org_netconfigs.yaml b/config/crd/bases/network.openstack.org_netconfigs.yaml index f35e2310..097ea68c 100644 --- a/config/crd/bases/network.openstack.org_netconfigs.yaml +++ b/config/crd/bases/network.openstack.org_netconfigs.yaml @@ -39,7 +39,7 @@ spec: description: NetConfigSpec defines the desired state of NetConfig properties: networks: - description: Networks, list of all tripleo networks of the deployment + description: Networks, list of all networks of the deployment items: description: Network definition properties: @@ -56,7 +56,7 @@ spec: pattern: ^[a-zA-Z0-9][a-zA-Z0-9\-_]*[a-zA-Z0-9]$ type: string subnets: - description: Subnets of the tripleo network + description: Subnets of the network items: description: Subnet definition properties: