mirror of
https://github.com/yldio/copilot.git
synced 2024-11-14 23:30:05 +02:00
feat(cp-gql-schema): add READY and STOPPING InstanceStatus'es
This commit is contained in:
parent
4e241191bf
commit
c438f07e56
@ -119,11 +119,13 @@ enum InstanceStatus {
|
|||||||
CREATED
|
CREATED
|
||||||
RESTARTING
|
RESTARTING
|
||||||
PROVISIONING
|
PROVISIONING
|
||||||
|
READY
|
||||||
RUNNING
|
RUNNING
|
||||||
PAUSED
|
PAUSED
|
||||||
EXITED
|
EXITED
|
||||||
DELETED
|
DELETED
|
||||||
STOPPED
|
STOPPED
|
||||||
|
STOPPING
|
||||||
FAILED
|
FAILED
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user