File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
pkg/apis/packaging/v1alpha1 Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff line change @@ -115,8 +115,8 @@ type PackageInstallStatus struct {
115115 LastAttemptedVersion string `json:"lastAttemptedVersion,omitempty"`
116116}
117117
118+ // Controls whether to install dependencies along with the package or not
118119type Dependencies struct {
119- // Indicates whether to install depencies along with or not
120120 // +optional
121121 Install bool `json:"install,omitempty"`
122122}
You can’t perform that action at this time.
0 commit comments