-
Notifications
You must be signed in to change notification settings - Fork 59
feat: Update sandbox status with phase #121
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
base: main
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for agent-sandbox canceled.
|
c175169 to
f1024c1
Compare
f1024c1 to
7f541c2
Compare
Adds a 'Phase' field to the 'SandboxStatus' to provide a more explicit status representation of the sandbox. The phase can be one of 'Pending', 'Running', 'Paused', 'Terminating', or 'Failed'. This addresses issue kubernetes-sigs#119.
7f541c2 to
84ed9ec
Compare
84ed9ec to
cb934d6
Compare
cb934d6 to
5429888
Compare
5429888 to
75760ac
Compare
75760ac to
7b3914d
Compare
50a76b7 to
b3dd8d6
Compare
b3dd8d6 to
ddd4ea8
Compare
ddd4ea8 to
84ed9ec
Compare
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: barney-s, hzxuzhonghu The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
@justinsb can you approve, we want to use this explicit status |
|
PR needs rebase. 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-sigs/prow repository. |
Adds a 'Phase' field to the 'SandboxStatus' to provide a more explicit status representation of the sandbox.
The phase can be one of 'Pending', 'Running', 'Paused', 'Terminating', or 'Failed'.
This addresses issue #119.