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
|
||||
RESTARTING
|
||||
PROVISIONING
|
||||
READY
|
||||
RUNNING
|
||||
PAUSED
|
||||
EXITED
|
||||
DELETED
|
||||
STOPPED
|
||||
STOPPING
|
||||
FAILED
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user