Skip to content

Commit a491dc6

Browse files
committed
fix - exported type Dependencies should have comment or be unexported
Signed-off-by: rcmadhankumar <[email protected]>
1 parent 6a84407 commit a491dc6

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

config/config/crds.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1532,7 +1532,6 @@ spec:
15321532
description: Dependencies can be controlled through this section
15331533
properties:
15341534
install:
1535-
description: Indicates whether to install depencies along with or not
15361535
type: boolean
15371536
type: object
15381537
noopDelete:

pkg/apis/packaging/v1alpha1/package_install.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,8 @@ type PackageInstallStatus struct {
115115
LastAttemptedVersion string `json:"lastAttemptedVersion,omitempty"`
116116
}
117117

118+
// Dependencies controls whether to install depency packages along with the current package or not
118119
type Dependencies struct {
119-
// Indicates whether to install depencies along with or not
120120
// +optional
121121
Install bool `json:"install,omitempty"`
122122
}

0 commit comments

Comments
 (0)