Skip to content

Commit

Permalink
Merge pull request #134 from hjensas/drop-tripleo
Browse files Browse the repository at this point in the history
Remove "tripleo" from Network/Subnet description
  • Loading branch information
openshift-ci[bot] authored Oct 16, 2023
2 parents 5f52f15 + 66be7c6 commit 120460f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions apis/bases/network.openstack.org_netconfigs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions apis/network/v1beta1/netconfig_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"`
}

Expand Down Expand Up @@ -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"`
}

Expand Down
4 changes: 2 additions & 2 deletions config/crd/bases/network.openstack.org_netconfigs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit 120460f

Please sign in to comment.