Skip to content

Commit

Permalink
Fixup spurious comment punctuation
Browse files Browse the repository at this point in the history
Signed-off-by: Brett Tofel <[email protected]>
  • Loading branch information
bentito committed Jul 10, 2024
1 parent 630d8c2 commit 0469c53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/v1alpha1/clusterextension_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ type BundleMetadata struct {
Version string `json:"version"`
}

// ClusterExtensionStatus defines the observed state of ClusterExtension.
// ClusterExtensionStatus defines the observed state of ClusterExtension
type ClusterExtensionStatus struct {
// InstalledBundle should only be modified when a new bundle is successfully installed. This ensures that if there
// is a previously successfully installed a bundle, and an upgrade fails, it is still communicated that there is
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ spec:
- serviceAccount
type: object
status:
description: ClusterExtensionStatus defines the observed state of ClusterExtension.
description: ClusterExtensionStatus defines the observed state of ClusterExtension
properties:
conditions:
items:
Expand Down

0 comments on commit 0469c53

Please sign in to comment.