Skip to content

Commit 0469c53

Browse files
committed
Fixup spurious comment punctuation
Signed-off-by: Brett Tofel <[email protected]>
1 parent 630d8c2 commit 0469c53

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

api/v1alpha1/clusterextension_types.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ type BundleMetadata struct {
176176
Version string `json:"version"`
177177
}
178178

179-
// ClusterExtensionStatus defines the observed state of ClusterExtension.
179+
// ClusterExtensionStatus defines the observed state of ClusterExtension
180180
type ClusterExtensionStatus struct {
181181
// InstalledBundle should only be modified when a new bundle is successfully installed. This ensures that if there
182182
// is a previously successfully installed a bundle, and an upgrade fails, it is still communicated that there is

config/base/crd/bases/olm.operatorframework.io_clusterextensions.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ spec:
113113
- serviceAccount
114114
type: object
115115
status:
116-
description: ClusterExtensionStatus defines the observed state of ClusterExtension.
116+
description: ClusterExtensionStatus defines the observed state of ClusterExtension
117117
properties:
118118
conditions:
119119
items:

0 commit comments

Comments
 (0)