-
Notifications
You must be signed in to change notification settings - Fork 990
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 State from QueueSpec in v1beta1 #694
Remove State from QueueSpec in v1beta1 #694
Conversation
Hey @thandayuthapani, TravisCI finished with status TravisBuddy Request Identifier: d03738e0-4a3a-11ea-b852-1f4de8dfba0a |
/lgtm |
Hey @thandayuthapani, TravisCI finished with status TravisBuddy Request Identifier: f4477650-4a4e-11ea-b852-1f4de8dfba0a |
LGTM, @thandayuthapani , please help to fix CI issue :) |
@@ -262,9 +262,6 @@ 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.
Please also update crd yaml to make them align :)
2296dc3
to
335e66b
Compare
335e66b
to
6a67d82
Compare
Travis tests have failedHey @thandayuthapani, TravisBuddy Request Identifier: f59f14c0-4bc7-11ea-a602-3b1447b731d3 |
Hey @thandayuthapani, TravisCI finished with status TravisBuddy Request Identifier: 4623fb40-4bd2-11ea-a602-3b1447b731d3 |
@k82cn Have changed CRD yaml and fixed CI. Please have a look. |
/lgtm |
[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 |
thanks very much for your contribution :) |
xref #693 (comment)
Remove State from QueueSpec in v1beta1