File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments