-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
🌱 fix and improve samples as add further coverage #3616
🌱 fix and improve samples as add further coverage #3616
Conversation
Skipping CI for Draft Pull Request. |
5504e63
to
d1dcacc
Compare
/test pull-kubebuilder-e2e-k8s-1-27-3 |
/test pull-kubebuilder-e2e-k8s-1-28-0 |
|
||
# Call ALL optional plugins within multigroup layout to ensure that they can work within | ||
header_text 'Creating Memcached API with deploy-image plugin ...' | ||
$kb create api --group example.com --version v1alpha1 --kind Memcached --image=memcached:1.4.36-alpine --image-container-command="memcached,-m=64,-o,modern,-v" --image-container-port="11211" --run-as-user="1001" --plugins="deploy-image/v1-alpha" --make=false |
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.
@camilamacedo86 why remove this? Even if its v4, we still need to test if we scaffold out 2 APIs. Or am I missing the code for it somewhere out of the diff files?
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.
See that this code was duplicated and it was not called only for project-v4-withdeploy-image sample
Therefore, this code was scaffolding the APIs using deploy image for the project-v4 sample when should not.
We should only to do this scaffold for the samples which specific uses the deploy-image.
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.
/lgtm
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: camilamacedo86, varshaprasad96 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 |
d1dcacc
to
c0d25b9
Compare
New changes are detected. LGTM label has been removed. |
/test pull-kubebuilder-e2e-k8s-1-28-0 |
Description