[WIP] update mcm setup with the existing stackit setup#69
[WIP] update mcm setup with the existing stackit setup#69aniruddha2000 wants to merge 17 commits intomainfrom
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
9c21e56 to
04c5cf0
Compare
pkg/provider/sdk_client.go
Outdated
| // Configure SDK with custom base URL if provided (for testing with mock server) | ||
| baseURL := os.Getenv("STACKIT_API_ENDPOINT") | ||
| // baseURL := os.Getenv("STACKIT_API_ENDPOINT") | ||
| // TODO: this should be configureable via ske-tages or ske-base |
There was a problem hiding this comment.
FYI: Configured here
Just needs to passed down from the provider-stackit or somehow else
There was a problem hiding this comment.
4f51a0d to
b4e0778
Compare
# Conflicts: # go.mod # Conflicts: # go.mod # go.sum # Conflicts: # pkg/provider/apis/validation/validation.go # pkg/provider/core.go
b4e0778 to
193c7d7
Compare
|
@aniruddha2000: The following test failed, say
Full PR test history. Your PR dashboard. Command help for this repository. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
|
PR needs rebase. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
closed. Got implemented in multiple minor PRs |
How to categorize this PR?
What this PR does / why we need it:
/kind enhancement
Special notes for your reviewer:
Breaking changes:
fixes 5239