@pulumi/nomad 2.3.0-alpha.1715925829 → 2.3.0-alpha.1716511123
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/getDeployments.d.ts +5 -0
- package/getDeployments.js.map +1 -1
- package/package.json +2 -2
package/getDeployments.d.ts
CHANGED
|
@@ -18,6 +18,11 @@ export declare function getDeployments(opts?: pulumi.InvokeOptions): Promise<Get
|
|
|
18
18
|
export interface GetDeploymentsResult {
|
|
19
19
|
/**
|
|
20
20
|
* `list of maps` a list of deployments in the cluster.
|
|
21
|
+
* * `ID`: `string` Deployment ID.
|
|
22
|
+
* * `JobID`: `string` Job ID associated with the deployment.
|
|
23
|
+
* * `JobVersion`: `string` Job version.
|
|
24
|
+
* * `Status`: `string` Deployment status.
|
|
25
|
+
* * `StatusDescription`: `string` Detailed description of the deployment's status.
|
|
21
26
|
*/
|
|
22
27
|
readonly deployments: {
|
|
23
28
|
[key: string]: any;
|
package/getDeployments.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getDeployments.js","sourceRoot":"","sources":["../getDeployments.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;GAWG;AACH,SAAgB,cAAc,CAAC,IAA2B;IAEtD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,2CAA2C,EAAE,EACzE,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,wCAKC;
|
|
1
|
+
{"version":3,"file":"getDeployments.js","sourceRoot":"","sources":["../getDeployments.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;GAWG;AACH,SAAgB,cAAc,CAAC,IAA2B;IAEtD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,2CAA2C,EAAE,EACzE,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,wCAKC;AAoBD;;;;;;;;;;;GAWG;AACH,SAAgB,oBAAoB,CAAC,IAA2B;IAC5D,OAAO,MAAM,CAAC,MAAM,CAAC,cAAc,CAAC,IAAI,CAAC,CAAC,CAAA;AAC9C,CAAC;AAFD,oDAEC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/nomad",
|
|
3
|
-
"version": "2.3.0-alpha.
|
|
3
|
+
"version": "2.3.0-alpha.1716511123",
|
|
4
4
|
"description": "A Pulumi package for creating and managing nomad cloud resources.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pulumi",
|
|
@@ -23,6 +23,6 @@
|
|
|
23
23
|
"pulumi": {
|
|
24
24
|
"resource": true,
|
|
25
25
|
"name": "nomad",
|
|
26
|
-
"version": "2.3.0-alpha.
|
|
26
|
+
"version": "2.3.0-alpha.1716511123"
|
|
27
27
|
}
|
|
28
28
|
}
|