-
Notifications
You must be signed in to change notification settings - Fork 17
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
Service Manager client #674
Merged
szwedm
merged 15 commits into
kyma-project:sm-integration
from
szwedm:service-manager-client
May 15, 2024
Merged
Service Manager client #674
szwedm
merged 15 commits into
kyma-project:sm-integration
from
szwedm:service-manager-client
May 15, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
kyma-bot
added
cla: yes
Indicates the PR's author has signed the CLA.
size/M
Denotes a PR that changes 30-99 lines, ignoring generated files.
labels
Apr 23, 2024
/hold |
kyma-bot
added
the
do-not-merge/hold
Indicates that a PR should not merge because someone has issued a /hold command.
label
Apr 23, 2024
szwedm
force-pushed
the
service-manager-client
branch
2 times, most recently
from
April 23, 2024 07:55
053083f
to
1ce7f42
Compare
kyma-bot
added
the
do-not-merge/work-in-progress
Indicates that a PR should not merge because it is a work in progress.
label
Apr 23, 2024
szwedm
force-pushed
the
sm-integration
branch
2 times, most recently
from
April 26, 2024 09:39
1c0def7
to
e078a3e
Compare
kyma-gopher-bot
force-pushed
the
sm-integration
branch
2 times, most recently
from
May 9, 2024 08:54
b8b6e5b
to
38e9d90
Compare
szwedm
force-pushed
the
service-manager-client
branch
from
May 9, 2024 10:10
1ce7f42
to
c86c4e9
Compare
kyma-bot
added
size/XL
Denotes a PR that changes 500-999 lines, ignoring generated files.
and removed
size/M
Denotes a PR that changes 30-99 lines, ignoring generated files.
labels
May 9, 2024
szwedm
force-pushed
the
service-manager-client
branch
2 times, most recently
from
May 9, 2024 11:23
718d203
to
88b58f5
Compare
kyma-bot
added
size/M
Denotes a PR that changes 30-99 lines, ignoring generated files.
and removed
size/XL
Denotes a PR that changes 500-999 lines, ignoring generated files.
labels
May 9, 2024
9 tasks
kyma-bot
added
size/L
Denotes a PR that changes 100-499 lines, ignoring generated files.
and removed
size/M
Denotes a PR that changes 30-99 lines, ignoring generated files.
labels
May 10, 2024
szwedm
force-pushed
the
service-manager-client
branch
from
May 14, 2024 14:44
eb7c46a
to
27e12e9
Compare
kyma-gopher-bot
force-pushed
the
sm-integration
branch
from
May 15, 2024 11:34
38e9d90
to
cd5b5d6
Compare
szwedm
force-pushed
the
service-manager-client
branch
from
May 15, 2024 11:38
c39b929
to
22860d5
Compare
kyma-bot
removed
the
do-not-merge/work-in-progress
Indicates that a PR should not merge because it is a work in progress.
label
May 15, 2024
/unhold |
kyma-bot
removed
the
do-not-merge/hold
Indicates that a PR should not merge because someone has issued a /hold command.
label
May 15, 2024
ukff
approved these changes
May 15, 2024
/test pull-btp-manager-build |
szwedm
added a commit
that referenced
this pull request
May 28, 2024
* Add SM client * Get secret for SM http client * Build HTTP client for Service Manager * Add method to fetch service offerings * Add method to fetch service offerings * Add Common struct with fields common to all SM objects * Add ServiceOffering struct * Add method to extract ServiceOffering metadata fields values * Adjustments for running in main * nil checks and log improvements * Add method for setting client for given secret * Fix not found error return * Fix tests after adding ServiceInstance CRD existence check * go mod tidy and goimports * Handle k8s not found error when default secret does not exist
szwedm
added a commit
that referenced
this pull request
Aug 21, 2024
* Add SM client * Get secret for SM http client * Build HTTP client for Service Manager * Add method to fetch service offerings * Add method to fetch service offerings * Add Common struct with fields common to all SM objects * Add ServiceOffering struct * Add method to extract ServiceOffering metadata fields values * Adjustments for running in main * nil checks and log improvements * Add method for setting client for given secret * Fix not found error return * Fix tests after adding ServiceInstance CRD existence check * go mod tidy and goimports * Handle k8s not found error when default secret does not exist
kyma-gopher-bot
pushed a commit
that referenced
this pull request
Aug 22, 2024
* Add SM client * Get secret for SM http client * Build HTTP client for Service Manager * Add method to fetch service offerings * Add method to fetch service offerings * Add Common struct with fields common to all SM objects * Add ServiceOffering struct * Add method to extract ServiceOffering metadata fields values * Adjustments for running in main * nil checks and log improvements * Add method for setting client for given secret * Fix not found error return * Fix tests after adding ServiceInstance CRD existence check * go mod tidy and goimports * Handle k8s not found error when default secret does not exist
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Add Service Manager client built from available credentials stored in SAP BTP service operator secrets. Client is required for operations on Service Offerings, Service Instances and Service Bindings.
Related issue(s)
See #442