-
Notifications
You must be signed in to change notification settings - Fork 370
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
Upgrade Tier API version to v1beta1 #5172
Conversation
837bc64
to
7defff1
Compare
1bfe6a5
to
874b1bf
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.
LGTM overall, @GraysonWu could you add some descriptions like Note: Given the limited nature of the changes between the 2 API versions, the default None conversion strategy can be used.
to highlight that we will use the None
conversion strategy.
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 - I confirmed with @GraysonWu that there is no actual change to the API, just a version bump
/test-all |
/test-multicluster-e2e |
Note: Given the limited nature of the changes between the 2 API versions, the default None conversion strategy can be used. Signed-off-by: graysonwu <[email protected]>
/test-multicluster-e2e |
1. Fix MC E2E test failures 2. Change api.md Signed-off-by: graysonwu <[email protected]>
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
/test-all |
Given the limited nature of the changes between the 2 API
versions, using the None conversion strategy.