@pulumi/docker 4.6.0-alpha.1701108803 → 4.6.0-alpha.1701469354

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/docker",
3
- "version": "v4.6.0-alpha.1701108803+5a70e485",
3
+ "version": "v4.6.0-alpha.1701469354+e12a3ea1",
4
4
  "description": "A Pulumi package for interacting with Docker in Pulumi programs",
5
5
  "keywords": [
6
6
  "pulumi",
package/types/input.d.ts CHANGED
@@ -633,7 +633,7 @@ export interface ServiceLabel {
633
633
  }
634
634
  export interface ServiceMode {
635
635
  /**
636
- * The global service mode. Defaults to `false`
636
+ * When `true`, tasks will run on every worker node. Conflicts with `replicated`
637
637
  */
638
638
  global?: pulumi.Input<boolean>;
639
639
  /**
package/types/output.d.ts CHANGED
@@ -570,7 +570,7 @@ export interface ServiceLabel {
570
570
  }
571
571
  export interface ServiceMode {
572
572
  /**
573
- * The global service mode. Defaults to `false`
573
+ * When `true`, tasks will run on every worker node. Conflicts with `replicated`
574
574
  */
575
575
  global?: boolean;
576
576
  /**