-
Notifications
You must be signed in to change notification settings - Fork 989
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
Remove scheduling.v1alpha1 and scheduling.v1alpha2 API #693
Remove scheduling.v1alpha1 and scheduling.v1alpha2 API #693
Conversation
Hey @thandayuthapani, TravisCI finished with status TravisBuddy Request Identifier: 2fb51970-49d9-11ea-83a0-77379528e44b |
4d2d305
to
343cb1f
Compare
Travis tests have failedHey @thandayuthapani, TravisBuddy Request Identifier: 3ac5ef50-49da-11ea-83a0-77379528e44b |
343cb1f
to
4ff6305
Compare
/approve |
LGTM overall, just one tiny comment :) |
Thanks very much to you! We need to get it merged until next week to make sure everyone aware this API change. |
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 :)
@@ -262,6 +262,9 @@ type QueueSpec struct { | |||
Weight int32 `json:"weight,omitempty" protobuf:"bytes,1,opt,name=weight"` | |||
Capability v1.ResourceList `json:"capability,omitempty" protobuf:"bytes,2,opt,name=capability"` | |||
|
|||
// State controller the status of queue | |||
State QueueState `json:"state,omitempty" protobuf:"bytes,3,opt,name=state"` |
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.
let's move this State
into QueueStatus
:) (I think I already did that, that's why we introduce v1beta1)
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.
Will make those changes and raise new PR
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: k82cn, thandayuthapani 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 |
Fixes #692
Remove scheduling.v1alpha1 and scheduling.v1alpha2 API