pulumi-docker 4.6.0a1714496491__tar.gz → 4.6.0a1715382759__tar.gz

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.
Files changed (37) hide show
  1. {pulumi_docker-4.6.0a1714496491 → pulumi_docker-4.6.0a1715382759}/PKG-INFO +1 -1
  2. {pulumi_docker-4.6.0a1714496491 → pulumi_docker-4.6.0a1715382759}/pulumi_docker/container.py +0 -20
  3. {pulumi_docker-4.6.0a1714496491 → pulumi_docker-4.6.0a1715382759}/pulumi_docker.egg-info/PKG-INFO +1 -1
  4. {pulumi_docker-4.6.0a1714496491 → pulumi_docker-4.6.0a1715382759}/pyproject.toml +1 -1
  5. {pulumi_docker-4.6.0a1714496491 → pulumi_docker-4.6.0a1715382759}/README.md +0 -0
  6. {pulumi_docker-4.6.0a1714496491 → pulumi_docker-4.6.0a1715382759}/pulumi_docker/__init__.py +0 -0
  7. {pulumi_docker-4.6.0a1714496491 → pulumi_docker-4.6.0a1715382759}/pulumi_docker/_enums.py +0 -0
  8. {pulumi_docker-4.6.0a1714496491 → pulumi_docker-4.6.0a1715382759}/pulumi_docker/_inputs.py +0 -0
  9. {pulumi_docker-4.6.0a1714496491 → pulumi_docker-4.6.0a1715382759}/pulumi_docker/_utilities.py +0 -0
  10. {pulumi_docker-4.6.0a1714496491 → pulumi_docker-4.6.0a1715382759}/pulumi_docker/config/__init__.py +0 -0
  11. {pulumi_docker-4.6.0a1714496491 → pulumi_docker-4.6.0a1715382759}/pulumi_docker/config/__init__.pyi +0 -0
  12. {pulumi_docker-4.6.0a1714496491 → pulumi_docker-4.6.0a1715382759}/pulumi_docker/config/outputs.py +0 -0
  13. {pulumi_docker-4.6.0a1714496491 → pulumi_docker-4.6.0a1715382759}/pulumi_docker/config/vars.py +0 -0
  14. {pulumi_docker-4.6.0a1714496491 → pulumi_docker-4.6.0a1715382759}/pulumi_docker/get_logs.py +0 -0
  15. {pulumi_docker-4.6.0a1714496491 → pulumi_docker-4.6.0a1715382759}/pulumi_docker/get_network.py +0 -0
  16. {pulumi_docker-4.6.0a1714496491 → pulumi_docker-4.6.0a1715382759}/pulumi_docker/get_plugin.py +0 -0
  17. {pulumi_docker-4.6.0a1714496491 → pulumi_docker-4.6.0a1715382759}/pulumi_docker/get_registry_image.py +0 -0
  18. {pulumi_docker-4.6.0a1714496491 → pulumi_docker-4.6.0a1715382759}/pulumi_docker/get_remote_image.py +0 -0
  19. {pulumi_docker-4.6.0a1714496491 → pulumi_docker-4.6.0a1715382759}/pulumi_docker/image.py +0 -0
  20. {pulumi_docker-4.6.0a1714496491 → pulumi_docker-4.6.0a1715382759}/pulumi_docker/network.py +0 -0
  21. {pulumi_docker-4.6.0a1714496491 → pulumi_docker-4.6.0a1715382759}/pulumi_docker/outputs.py +0 -0
  22. {pulumi_docker-4.6.0a1714496491 → pulumi_docker-4.6.0a1715382759}/pulumi_docker/plugin.py +0 -0
  23. {pulumi_docker-4.6.0a1714496491 → pulumi_docker-4.6.0a1715382759}/pulumi_docker/provider.py +0 -0
  24. {pulumi_docker-4.6.0a1714496491 → pulumi_docker-4.6.0a1715382759}/pulumi_docker/pulumi-plugin.json +0 -0
  25. {pulumi_docker-4.6.0a1714496491 → pulumi_docker-4.6.0a1715382759}/pulumi_docker/py.typed +0 -0
  26. {pulumi_docker-4.6.0a1714496491 → pulumi_docker-4.6.0a1715382759}/pulumi_docker/registry_image.py +0 -0
  27. {pulumi_docker-4.6.0a1714496491 → pulumi_docker-4.6.0a1715382759}/pulumi_docker/remote_image.py +0 -0
  28. {pulumi_docker-4.6.0a1714496491 → pulumi_docker-4.6.0a1715382759}/pulumi_docker/secret.py +0 -0
  29. {pulumi_docker-4.6.0a1714496491 → pulumi_docker-4.6.0a1715382759}/pulumi_docker/service.py +0 -0
  30. {pulumi_docker-4.6.0a1714496491 → pulumi_docker-4.6.0a1715382759}/pulumi_docker/service_config.py +0 -0
  31. {pulumi_docker-4.6.0a1714496491 → pulumi_docker-4.6.0a1715382759}/pulumi_docker/tag.py +0 -0
  32. {pulumi_docker-4.6.0a1714496491 → pulumi_docker-4.6.0a1715382759}/pulumi_docker/volume.py +0 -0
  33. {pulumi_docker-4.6.0a1714496491 → pulumi_docker-4.6.0a1715382759}/pulumi_docker.egg-info/SOURCES.txt +0 -0
  34. {pulumi_docker-4.6.0a1714496491 → pulumi_docker-4.6.0a1715382759}/pulumi_docker.egg-info/dependency_links.txt +0 -0
  35. {pulumi_docker-4.6.0a1714496491 → pulumi_docker-4.6.0a1715382759}/pulumi_docker.egg-info/requires.txt +0 -0
  36. {pulumi_docker-4.6.0a1714496491 → pulumi_docker-4.6.0a1715382759}/pulumi_docker.egg-info/top_level.txt +0 -0
  37. {pulumi_docker-4.6.0a1714496491 → pulumi_docker-4.6.0a1715382759}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pulumi_docker
3
- Version: 4.6.0a1714496491
3
+ Version: 4.6.0a1715382759
4
4
  Summary: A Pulumi package for interacting with Docker in Pulumi programs
5
5
  License: Apache-2.0
6
6
  Project-URL: Homepage, https://pulumi.io
@@ -111,8 +111,6 @@ class ContainerArgs:
111
111
  :param pulumi.Input[int] memory: The memory limit for the container in MBs.
112
112
  :param pulumi.Input[int] memory_swap: The total memory limit (memory + swap) for the container in MBs. This setting may compute to `-1` after `pulumi up` if the target host doesn't support memory swap, when that is the case docker will use a soft limitation.
113
113
  :param pulumi.Input[Sequence[pulumi.Input['ContainerMountArgs']]] mounts: Specification for mounts to be added to containers created as part of the service.
114
- :param pulumi.Input[bool] must_run: If `true`, then the Docker container will be kept running. If `false`, then as long as the container exists, Terraform
115
- assumes it is successful. Defaults to `true`.
116
114
  :param pulumi.Input[str] name: The name of the container.
117
115
  :param pulumi.Input[str] network_mode: Network mode of the container.
118
116
  :param pulumi.Input[Sequence[pulumi.Input['ContainerNetworksAdvancedArgs']]] networks_advanced: The networks the container is attached to
@@ -643,10 +641,6 @@ class ContainerArgs:
643
641
  @property
644
642
  @pulumi.getter(name="mustRun")
645
643
  def must_run(self) -> Optional[pulumi.Input[bool]]:
646
- """
647
- If `true`, then the Docker container will be kept running. If `false`, then as long as the container exists, Terraform
648
- assumes it is successful. Defaults to `true`.
649
- """
650
644
  return pulumi.get(self, "must_run")
651
645
 
652
646
  @must_run.setter
@@ -1119,8 +1113,6 @@ class _ContainerState:
1119
1113
  :param pulumi.Input[int] memory: The memory limit for the container in MBs.
1120
1114
  :param pulumi.Input[int] memory_swap: The total memory limit (memory + swap) for the container in MBs. This setting may compute to `-1` after `pulumi up` if the target host doesn't support memory swap, when that is the case docker will use a soft limitation.
1121
1115
  :param pulumi.Input[Sequence[pulumi.Input['ContainerMountArgs']]] mounts: Specification for mounts to be added to containers created as part of the service.
1122
- :param pulumi.Input[bool] must_run: If `true`, then the Docker container will be kept running. If `false`, then as long as the container exists, Terraform
1123
- assumes it is successful. Defaults to `true`.
1124
1116
  :param pulumi.Input[str] name: The name of the container.
1125
1117
  :param pulumi.Input[Sequence[pulumi.Input['ContainerNetworkDataArgs']]] network_datas: The data of the networks the container is connected to.
1126
1118
  :param pulumi.Input[str] network_mode: Network mode of the container.
@@ -1697,10 +1689,6 @@ class _ContainerState:
1697
1689
  @property
1698
1690
  @pulumi.getter(name="mustRun")
1699
1691
  def must_run(self) -> Optional[pulumi.Input[bool]]:
1700
- """
1701
- If `true`, then the Docker container will be kept running. If `false`, then as long as the container exists, Terraform
1702
- assumes it is successful. Defaults to `true`.
1703
- """
1704
1692
  return pulumi.get(self, "must_run")
1705
1693
 
1706
1694
  @must_run.setter
@@ -2241,8 +2229,6 @@ class Container(pulumi.CustomResource):
2241
2229
  :param pulumi.Input[int] memory: The memory limit for the container in MBs.
2242
2230
  :param pulumi.Input[int] memory_swap: The total memory limit (memory + swap) for the container in MBs. This setting may compute to `-1` after `pulumi up` if the target host doesn't support memory swap, when that is the case docker will use a soft limitation.
2243
2231
  :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ContainerMountArgs']]]] mounts: Specification for mounts to be added to containers created as part of the service.
2244
- :param pulumi.Input[bool] must_run: If `true`, then the Docker container will be kept running. If `false`, then as long as the container exists, Terraform
2245
- assumes it is successful. Defaults to `true`.
2246
2232
  :param pulumi.Input[str] name: The name of the container.
2247
2233
  :param pulumi.Input[str] network_mode: Network mode of the container.
2248
2234
  :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ContainerNetworksAdvancedArgs']]]] networks_advanced: The networks the container is attached to
@@ -2611,8 +2597,6 @@ class Container(pulumi.CustomResource):
2611
2597
  :param pulumi.Input[int] memory: The memory limit for the container in MBs.
2612
2598
  :param pulumi.Input[int] memory_swap: The total memory limit (memory + swap) for the container in MBs. This setting may compute to `-1` after `pulumi up` if the target host doesn't support memory swap, when that is the case docker will use a soft limitation.
2613
2599
  :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ContainerMountArgs']]]] mounts: Specification for mounts to be added to containers created as part of the service.
2614
- :param pulumi.Input[bool] must_run: If `true`, then the Docker container will be kept running. If `false`, then as long as the container exists, Terraform
2615
- assumes it is successful. Defaults to `true`.
2616
2600
  :param pulumi.Input[str] name: The name of the container.
2617
2601
  :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ContainerNetworkDataArgs']]]] network_datas: The data of the networks the container is connected to.
2618
2602
  :param pulumi.Input[str] network_mode: Network mode of the container.
@@ -2992,10 +2976,6 @@ class Container(pulumi.CustomResource):
2992
2976
  @property
2993
2977
  @pulumi.getter(name="mustRun")
2994
2978
  def must_run(self) -> pulumi.Output[Optional[bool]]:
2995
- """
2996
- If `true`, then the Docker container will be kept running. If `false`, then as long as the container exists, Terraform
2997
- assumes it is successful. Defaults to `true`.
2998
- """
2999
2979
  return pulumi.get(self, "must_run")
3000
2980
 
3001
2981
  @property
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pulumi_docker
3
- Version: 4.6.0a1714496491
3
+ Version: 4.6.0a1715382759
4
4
  Summary: A Pulumi package for interacting with Docker in Pulumi programs
5
5
  License: Apache-2.0
6
6
  Project-URL: Homepage, https://pulumi.io
@@ -5,7 +5,7 @@
5
5
  keywords = ["pulumi", "docker"]
6
6
  readme = "README.md"
7
7
  requires-python = ">=3.8"
8
- version = "4.6.0a1714496491"
8
+ version = "4.6.0a1715382759"
9
9
  [project.license]
10
10
  text = "Apache-2.0"
11
11
  [project.urls]