Skip to content

Commit 82eeb18

Browse files
committed
Typo.
1 parent 4687892 commit 82eeb18

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

api/v1alpha1/metalstackcluster_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ type MetalStackClusterSpec struct {
5353
// ProjectID is the project id of the project in metal-stack in which the associated metal-stack resources are created.
5454
ProjectID string `json:"projectID"`
5555

56-
// NodeNetworkID is the network ID in metal-stack in which the worker nodes and the firewall of the cluster is placed.
56+
// NodeNetworkID is the network ID in metal-stack in which the worker nodes and the firewall of the cluster are placed.
5757
// If not provided this will automatically be acquired during reconcile. Note that this field is not patched after auto-acquisition.
5858
// The ID of the auto-acquired network can be looked up in the status resource instead.
5959
// +optional

config/crd/bases/infrastructure.cluster.x-k8s.io_metalstackclusters.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ spec:
131131
type: object
132132
nodeNetworkID:
133133
description: |-
134-
NodeNetworkID is the network ID in metal-stack in which the worker nodes and the firewall of the cluster is placed.
134+
NodeNetworkID is the network ID in metal-stack in which the worker nodes and the firewall of the cluster are placed.
135135
If not provided this will automatically be acquired during reconcile. Note that this field is not patched after auto-acquisition.
136136
The ID of the auto-acquired network can be looked up in the status resource instead.
137137
type: string

0 commit comments

Comments
 (0)