-
Notifications
You must be signed in to change notification settings - Fork 527
Enable cloudProfile reference as complement to cloudProfileName #10093
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable cloudProfile reference as complement to cloudProfileName #10093
Conversation
Skipping CI for Draft Pull Request. |
/assign |
a06d184
to
c8f9eb7
Compare
c8f9eb7
to
d629874
Compare
d629874
to
60a8886
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR 👍 Please find some first feedback in-line. I haven't checked all changes in detail yet and will continue this afternoon.
ec073bc
to
b46903c
Compare
c0d4f67
to
5d25209
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the adjustments 🙂
test/integration/controllermanager/shoot/maintenance/maintenance_test.go
Outdated
Show resolved
Hide resolved
1c31170
to
189b064
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Only minor points left 🙂
Thanks @timuthy once again for your thorough review. I addressed your findings. Please find the newest commit added to this PR. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you 🙂
/lgtm
/approve
LGTM label has been added. Git tree hash: c7340e5c418e2386ffbbca3cb776c49adef476b1
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: timuthy The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
- add `class` field (gardener/gardener#10254) - use `CloudProfile` (gardener/gardener#10093) - copy `.ci/third_party/component_descriptor` (gardener/gardener#10218) - replace local IPs (gardener/gardener#10019) - fix `imagevector.WithEnvOverrid` (gardener/gardener#10218) - fix `ForceDeleteShootAndWaitForDeletion` (gardener/gardener#10220)
* Bump github.com/gardener/gardener from 1.100.1 to 1.102.0 Bumps [github.com/gardener/gardener](https://github.com/gardener/gardener) from 1.100.1 to 1.102.0. - [Release notes](https://github.com/gardener/gardener/releases) - [Commits](gardener/gardener@v1.100.1...v1.102.0) --- updated-dependencies: - dependency-name: github.com/gardener/gardener dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Adapt code to changes in new gardener version: - add `class` field (gardener/gardener#10254) - use `CloudProfile` (gardener/gardener#10093) - copy `.ci/third_party/component_descriptor` (gardener/gardener#10218) - replace local IPs (gardener/gardener#10019) - fix `imagevector.WithEnvOverrid` (gardener/gardener#10218) - fix `ForceDeleteShootAndWaitForDeletion` (gardener/gardener#10220) * Address PR review feedback --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dimitar Kostadinov <dimitar.kostadinov@sap.com>
…ucture-cleanup-wait-period-seconds` annotation (#270) * Clean up usages of the already removed `shoot.gardener.cloud/infrastructure-cleanup-wait-period-seconds` annotation The annotation was removed in Gardener v1.94.0 with gardener/gardener#9632. * Replace the `.spec.cloudProfileName` field with `.spec.cloudProfile.name` Ref gardener/gardener#10093
…cture-cleanup-wait-period-seconds` annotation (#187) * Clean up usage of the already removed `shoot.gardener.cloud/infrastructure-cleanup-wait-period-seconds` annotation * Replace the `.spec.cloudProfileName` field with `.spec.cloudProfile.name` Ref gardener/gardener#10093
How to categorize this PR?
/area usability
/kind enhancement
What this PR does / why we need it:
cloudProfileName
optional and complement withcloudProfile
referenceWhich issue(s) this PR fixes:
Relates to #9504
Special notes for your reviewer:
Release note: