Skip to content

Commit e51639d

Browse files
authored
feat: copy latest feature from old repository
feat: copy latest feature from old repository
2 parents d5ddfe1 + 7f12786 commit e51639d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+814
-584
lines changed

apis/config/v1alpha1/zz_generated.conversion.go

Lines changed: 3 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apis/config/v1alpha1/zz_generated.deepcopy.go

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apis/config/zz_generated.deepcopy.go

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apis/core/v1alpha1/zz_generated.conversion.go

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apis/deployer/container/v1alpha1/zz_generated.conversion.go

Lines changed: 4 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apis/deployer/container/v1alpha1/zz_generated.deepcopy.go

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apis/deployer/container/v1alpha1/zz_generated.defaults.go

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apis/deployer/container/zz_generated.deepcopy.go

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apis/deployer/container/zz_generated.defaults.go

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apis/deployer/helm/types_provider.go

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,10 @@ import (
99

1010
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
1111

12-
"github.com/openmcp-project/landscaper/apis/deployer/utils/managedresource"
13-
12+
lscore "github.com/openmcp-project/landscaper/apis/core"
1413
lsv1alpha1 "github.com/openmcp-project/landscaper/apis/core/v1alpha1"
1514
cr "github.com/openmcp-project/landscaper/apis/deployer/utils/continuousreconcile"
16-
17-
lscore "github.com/openmcp-project/landscaper/apis/core"
15+
"github.com/openmcp-project/landscaper/apis/deployer/utils/managedresource"
1816
health "github.com/openmcp-project/landscaper/apis/deployer/utils/readinesschecks"
1917
)
2018

@@ -155,6 +153,8 @@ type HelmInstallConfiguration struct {
155153
Atomic bool `json:"atomic,omitempty"`
156154
Force bool `json:"force,omitempty"`
157155
SkipSchemaValidation bool `json:"skipSchemaValidation,omitempty"`
156+
TakeOwnership bool `json:"takeOwnership,omitempty"`
157+
Wait bool `json:"wait,omitempty"`
158158

159159
// Timeout is the timeout for the operation in minutes.
160160
// +optional
@@ -166,6 +166,8 @@ type HelmUpgradeConfiguration = HelmInstallConfiguration
166166

167167
// HelmUninstallConfiguration defines settings for a helm uninstall operation.
168168
type HelmUninstallConfiguration struct {
169+
Wait bool `json:"wait,omitempty"`
170+
169171
// Timeout is the timeout for the operation in minutes.
170172
// +optional
171173
Timeout *lsv1alpha1.Duration `json:"timeout,omitempty"`

0 commit comments

Comments
 (0)