@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 +1 -1
- package/types/input.d.ts +1 -1
- package/types/output.d.ts +1 -1
package/package.json
CHANGED
package/types/input.d.ts
CHANGED
|
@@ -633,7 +633,7 @@ export interface ServiceLabel {
|
|
|
633
633
|
}
|
|
634
634
|
export interface ServiceMode {
|
|
635
635
|
/**
|
|
636
|
-
*
|
|
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
|
-
*
|
|
573
|
+
* When `true`, tasks will run on every worker node. Conflicts with `replicated`
|
|
574
574
|
*/
|
|
575
575
|
global?: boolean;
|
|
576
576
|
/**
|