-
Notifications
You must be signed in to change notification settings - Fork 557
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
Add State status constants to spec-go #1046
Conversation
3dbe02e
to
3e7de59
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.
some comments
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
ping @RenaudWasTaken could you have a look at #1046 (comment) ? edit: argh wrong name |
Sorry looking at it now! |
Signed-off-by: Renaud Gaubert <[email protected]>
Co-authored-by: Sebastiaan van Stijn <[email protected]> Signed-off-by: Renaud Gaubert <[email protected]>
e3f5e08
to
66ad83f
Compare
@thaJeztah applied! |
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 (not a maintainer)
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.
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
Hello!
The State definition defines 4 constants for the status field that are not present in the specs-go
This PR adds them to the state.go file to make it available to runc.
/cc @cyphar @mrunalp @mikebrow
Signed-off-by: Renaud Gaubert [email protected]