-
Notifications
You must be signed in to change notification settings - Fork 37
Initial skeleton for v1beta3 API + Extra ObjectMeta removal in CloudStackMachineTemplate #272
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
Initial skeleton for v1beta3 API + Extra ObjectMeta removal in CloudStackMachineTemplate #272
Conversation
Hi @vignesh-goutham. Thanks for your PR. I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions 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/test-infra repository. |
Status *string `json:"status,omitempty"` | ||
|
||
// Reason indicates the reason of status failure | ||
// +optional | ||
// +k8s:conversion-gen=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.
can these 3 still be converted between v2 and v3?
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.
I'm prepping another PR for conversions. That will handle all conversions properly, including this.
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.
should we remove the webhooks from v1beta2?
I think we only need one version of the webhooks, right?
I was thinking it's less code to maintains and to run tests.
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.
Yep, we are removing it, coming up in next few PRs.
/lgtm |
/ok-to-test |
Makefile
Outdated
run-e2e-smoke: | ||
JOB="\"CAPC E2E SMOKE TEST\"" $(MAKE) run-e2e |
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.
Is this a merge conflict gone wrong?
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.
ah yea
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: chrisdoherty4, g-gaston, vignesh-goutham 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 |
1 similar comment
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: chrisdoherty4, g-gaston, vignesh-goutham 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 |
/override capi-provider-cloudstack-presubmit-unit-test |
/test capi-provider-cloudstack-presubmit-unit-test |
/lgtm |
Description of changes:
This change has the initial skeleton for v1beta3 API version, along with removing the extra ObjectMeta field in CloudStackMachineTemplate.
Fixes #237
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.