Skip to content

Commit aed902f

Browse files
committed
adds missing at the end of comments
1 parent 9269eeb commit aed902f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apis/v1beta1/vspherefailuredomain_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ type Topology struct {
8787
Datastore string `json:"datastore,omitempty"`
8888

8989
// StoragePolicy is the name of the policy that is used to target a datastore
90-
// in which the virtual machine is created/located
90+
// in which the virtual machine is created/located.
9191
// +optional
9292
StoragePolicy string `json:"storagePolicy,omitempty"`
9393
}

config/default/crd/bases/infrastructure.cluster.x-k8s.io_vspherefailuredomains.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ spec:
371371
storagePolicy:
372372
description: |-
373373
StoragePolicy is the name of the policy that is used to target a datastore
374-
in which the virtual machine is created/located
374+
in which the virtual machine is created/located.
375375
type: string
376376
required:
377377
- datacenter

0 commit comments

Comments
 (0)