Update schema w missing bits
This commit is contained in:
parent
4574e8b007
commit
aa8bdf5eb2
@ -195,13 +195,14 @@ type Mutation {
|
|||||||
provisionManifest(deploymentGroupUuid: ID!, type: ManifestType!, format: ManifestFormat!, raw: String!)
|
provisionManifest(deploymentGroupUuid: ID!, type: ManifestType!, format: ManifestFormat!, raw: String!)
|
||||||
scale(service: ID!, replicas: Int!)
|
scale(service: ID!, replicas: Int!)
|
||||||
|
|
||||||
stopService(uuid: String!)
|
stopServices(uuids: [ID]!)
|
||||||
startService(uuid: String!)
|
startServices(uuids: [ID]!)
|
||||||
restartService(uuid: String!)
|
restartServices(uuids: [ID]!)
|
||||||
|
deleteServices(uuids: [ID]!)
|
||||||
|
|
||||||
stopInstances(uuids: [String]!)
|
stopInstances(uuids: [ID]!)
|
||||||
startInstances(uuids: [String]!)
|
startInstances(uuids: [ID]!)
|
||||||
restartInstances(uuids: [String]!)
|
restartInstances(uuids: [ID]!)
|
||||||
|
|
||||||
# reprovision() ???
|
# reprovision() ???
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user