Skip to content

Commit 8ea4257

Browse files
committed
chore: fix two small typos
1 parent 3002c1a commit 8ea4257

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

api/v1beta2/cloudstackfailuredomain_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ type Network struct {
4848
ID string `json:"id,omitempty"`
4949

5050
// Cloudstack Network Type the cluster is built in.
51-
// + optional
51+
// +optional
5252
Type string `json:"type,omitempty"`
5353

5454
// Cloudstack Network Name the cluster is built in.

api/v1beta3/cloudstackfailuredomain_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ type Network struct {
4848
ID string `json:"id,omitempty"`
4949

5050
// Cloudstack Network Type the cluster is built in.
51-
// + optional
51+
// +optional
5252
Type string `json:"type,omitempty"`
5353

5454
// Cloudstack Network Name the cluster is built in.

0 commit comments

Comments
 (0)