We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a84407 commit a491dc6Copy full SHA for a491dc6
config/config/crds.yml
@@ -1532,7 +1532,6 @@ spec:
1532
description: Dependencies can be controlled through this section
1533
properties:
1534
install:
1535
- description: Indicates whether to install depencies along with or not
1536
type: boolean
1537
type: object
1538
noopDelete:
pkg/apis/packaging/v1alpha1/package_install.go
@@ -115,8 +115,8 @@ type PackageInstallStatus struct {
115
LastAttemptedVersion string `json:"lastAttemptedVersion,omitempty"`
116
}
117
118
+// Dependencies controls whether to install depency packages along with the current package or not
119
type Dependencies struct {
- // Indicates whether to install depencies along with or not
120
// +optional
121
Install bool `json:"install,omitempty"`
122
0 commit comments