@taskcluster/client 106.0.0 → 107.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/apis.js +0 -53
package/package.json
CHANGED
package/src/apis.js
CHANGED
|
@@ -3009,32 +3009,6 @@ export default {
|
|
|
3009
3009
|
"title": "Get an active provisioner",
|
|
3010
3010
|
"type": "function"
|
|
3011
3011
|
},
|
|
3012
|
-
{
|
|
3013
|
-
"args": [
|
|
3014
|
-
"provisionerId"
|
|
3015
|
-
],
|
|
3016
|
-
"category": "Worker Metadata",
|
|
3017
|
-
"description": "Declare a provisioner, supplying some details about it.\n\n`declareProvisioner` allows updating one or more properties of a provisioner as long as the required scopes are\npossessed. For example, a request to update the `my-provisioner`\nprovisioner with a body `{description: 'This provisioner is great'}` would require you to have the scope\n`queue:declare-provisioner:my-provisioner#description`.\n\nThe term \"provisioner\" is taken broadly to mean anything with a provisionerId.\nThis does not necessarily mean there is an associated service performing any\nprovisioning activity.",
|
|
3018
|
-
"input": "v1/update-provisioner-request.json#",
|
|
3019
|
-
"method": "put",
|
|
3020
|
-
"name": "declareProvisioner",
|
|
3021
|
-
"output": "v1/provisioner-response.json#",
|
|
3022
|
-
"query": [
|
|
3023
|
-
],
|
|
3024
|
-
"route": "/provisioners/<provisionerId>",
|
|
3025
|
-
"scopes": {
|
|
3026
|
-
"AllOf": [
|
|
3027
|
-
{
|
|
3028
|
-
"each": "queue:declare-provisioner:<provisionerId>#<property>",
|
|
3029
|
-
"for": "property",
|
|
3030
|
-
"in": "properties"
|
|
3031
|
-
}
|
|
3032
|
-
]
|
|
3033
|
-
},
|
|
3034
|
-
"stability": "deprecated",
|
|
3035
|
-
"title": "Update a provisioner",
|
|
3036
|
-
"type": "function"
|
|
3037
|
-
},
|
|
3038
3012
|
{
|
|
3039
3013
|
"args": [
|
|
3040
3014
|
"taskQueueId"
|
|
@@ -3149,33 +3123,6 @@ export default {
|
|
|
3149
3123
|
"title": "Get a worker-type",
|
|
3150
3124
|
"type": "function"
|
|
3151
3125
|
},
|
|
3152
|
-
{
|
|
3153
|
-
"args": [
|
|
3154
|
-
"provisionerId",
|
|
3155
|
-
"workerType"
|
|
3156
|
-
],
|
|
3157
|
-
"category": "Worker Metadata",
|
|
3158
|
-
"description": "Declare a workerType, supplying some details about it.\n\n`declareWorkerType` allows updating one or more properties of a worker-type as long as the required scopes are\npossessed. For example, a request to update the `highmem` worker-type within the `my-provisioner`\nprovisioner with a body `{description: 'This worker type is great'}` would require you to have the scope\n`queue:declare-worker-type:my-provisioner/highmem#description`.",
|
|
3159
|
-
"input": "v1/update-workertype-request.json#",
|
|
3160
|
-
"method": "put",
|
|
3161
|
-
"name": "declareWorkerType",
|
|
3162
|
-
"output": "v1/workertype-response.json#",
|
|
3163
|
-
"query": [
|
|
3164
|
-
],
|
|
3165
|
-
"route": "/provisioners/<provisionerId>/worker-types/<workerType>",
|
|
3166
|
-
"scopes": {
|
|
3167
|
-
"AllOf": [
|
|
3168
|
-
{
|
|
3169
|
-
"each": "queue:declare-worker-type:<provisionerId>/<workerType>#<property>",
|
|
3170
|
-
"for": "property",
|
|
3171
|
-
"in": "properties"
|
|
3172
|
-
}
|
|
3173
|
-
]
|
|
3174
|
-
},
|
|
3175
|
-
"stability": "deprecated",
|
|
3176
|
-
"title": "Update a worker-type",
|
|
3177
|
-
"type": "function"
|
|
3178
|
-
},
|
|
3179
3126
|
{
|
|
3180
3127
|
"args": [
|
|
3181
3128
|
],
|