pulumi-docker 4.9.0a1756360170__py3-none-any.whl → 4.9.0a1756532785__py3-none-any.whl

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.

Potentially problematic release.


This version of pulumi-docker might be problematic. Click here for more details.

@@ -32,14 +32,12 @@ Path to directory with Docker TLS config
32
32
 
33
33
  context: Optional[str]
34
34
  """
35
- The name of the Docker context to use. Can also be set via `DOCKER_CONTEXT` environment variable. Overrides the `host`
36
- if set.
35
+ The name of the Docker context to use. Can also be set via `DOCKER_CONTEXT` environment variable. Overrides the `host` if set.
37
36
  """
38
37
 
39
38
  disableDockerDaemonCheck: Optional[bool]
40
39
  """
41
- If set to `true`, the provider will not check if the Docker daemon is running. This is useful for
42
- resources/data_sourcess that do not require a running Docker daemon, such as the data source `RegistryImage`.
40
+ If set to `true`, the provider will not check if the Docker daemon is running. This is useful for resources/data_sourcess that do not require a running Docker daemon, such as the data source `RegistryImage`.
43
41
  """
44
42
 
45
43
  host: Optional[str]
@@ -45,16 +45,14 @@ class _ExportableConfig(types.ModuleType):
45
45
  @_builtins.property
46
46
  def context(self) -> Optional[str]:
47
47
  """
48
- The name of the Docker context to use. Can also be set via `DOCKER_CONTEXT` environment variable. Overrides the `host`
49
- if set.
48
+ The name of the Docker context to use. Can also be set via `DOCKER_CONTEXT` environment variable. Overrides the `host` if set.
50
49
  """
51
50
  return __config__.get('context')
52
51
 
53
52
  @_builtins.property
54
53
  def disable_docker_daemon_check(self) -> Optional[bool]:
55
54
  """
56
- If set to `true`, the provider will not check if the Docker daemon is running. This is useful for
57
- resources/data_sourcess that do not require a running Docker daemon, such as the data source `RegistryImage`.
55
+ If set to `true`, the provider will not check if the Docker daemon is running. This is useful for resources/data_sourcess that do not require a running Docker daemon, such as the data source `RegistryImage`.
58
56
  """
59
57
  return __config__.get_bool('disableDockerDaemonCheck')
60
58
 
pulumi_docker/provider.py CHANGED
@@ -34,10 +34,8 @@ class ProviderArgs:
34
34
  :param pulumi.Input[_builtins.str] ca_material: PEM-encoded content of Docker host CA certificate
35
35
  :param pulumi.Input[_builtins.str] cert_material: PEM-encoded content of Docker client certificate
36
36
  :param pulumi.Input[_builtins.str] cert_path: Path to directory with Docker TLS config
37
- :param pulumi.Input[_builtins.str] context: The name of the Docker context to use. Can also be set via `DOCKER_CONTEXT` environment variable. Overrides the `host`
38
- if set.
39
- :param pulumi.Input[_builtins.bool] disable_docker_daemon_check: If set to `true`, the provider will not check if the Docker daemon is running. This is useful for
40
- resources/data_sourcess that do not require a running Docker daemon, such as the data source `RegistryImage`.
37
+ :param pulumi.Input[_builtins.str] context: The name of the Docker context to use. Can also be set via `DOCKER_CONTEXT` environment variable. Overrides the `host` if set.
38
+ :param pulumi.Input[_builtins.bool] disable_docker_daemon_check: If set to `true`, the provider will not check if the Docker daemon is running. This is useful for resources/data_sourcess that do not require a running Docker daemon, such as the data source `RegistryImage`.
41
39
  :param pulumi.Input[_builtins.str] host: The Docker daemon address
42
40
  :param pulumi.Input[_builtins.str] key_material: PEM-encoded content of Docker client private key
43
41
  :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] ssh_opts: Additional SSH option flags to be appended when using `ssh://` protocol
@@ -103,8 +101,7 @@ class ProviderArgs:
103
101
  @pulumi.getter
104
102
  def context(self) -> Optional[pulumi.Input[_builtins.str]]:
105
103
  """
106
- The name of the Docker context to use. Can also be set via `DOCKER_CONTEXT` environment variable. Overrides the `host`
107
- if set.
104
+ The name of the Docker context to use. Can also be set via `DOCKER_CONTEXT` environment variable. Overrides the `host` if set.
108
105
  """
109
106
  return pulumi.get(self, "context")
110
107
 
@@ -116,8 +113,7 @@ class ProviderArgs:
116
113
  @pulumi.getter(name="disableDockerDaemonCheck")
117
114
  def disable_docker_daemon_check(self) -> Optional[pulumi.Input[_builtins.bool]]:
118
115
  """
119
- If set to `true`, the provider will not check if the Docker daemon is running. This is useful for
120
- resources/data_sourcess that do not require a running Docker daemon, such as the data source `RegistryImage`.
116
+ If set to `true`, the provider will not check if the Docker daemon is running. This is useful for resources/data_sourcess that do not require a running Docker daemon, such as the data source `RegistryImage`.
121
117
  """
122
118
  return pulumi.get(self, "disable_docker_daemon_check")
123
119
 
@@ -198,10 +194,8 @@ class Provider(pulumi.ProviderResource):
198
194
  :param pulumi.Input[_builtins.str] ca_material: PEM-encoded content of Docker host CA certificate
199
195
  :param pulumi.Input[_builtins.str] cert_material: PEM-encoded content of Docker client certificate
200
196
  :param pulumi.Input[_builtins.str] cert_path: Path to directory with Docker TLS config
201
- :param pulumi.Input[_builtins.str] context: The name of the Docker context to use. Can also be set via `DOCKER_CONTEXT` environment variable. Overrides the `host`
202
- if set.
203
- :param pulumi.Input[_builtins.bool] disable_docker_daemon_check: If set to `true`, the provider will not check if the Docker daemon is running. This is useful for
204
- resources/data_sourcess that do not require a running Docker daemon, such as the data source `RegistryImage`.
197
+ :param pulumi.Input[_builtins.str] context: The name of the Docker context to use. Can also be set via `DOCKER_CONTEXT` environment variable. Overrides the `host` if set.
198
+ :param pulumi.Input[_builtins.bool] disable_docker_daemon_check: If set to `true`, the provider will not check if the Docker daemon is running. This is useful for resources/data_sourcess that do not require a running Docker daemon, such as the data source `RegistryImage`.
205
199
  :param pulumi.Input[_builtins.str] host: The Docker daemon address
206
200
  :param pulumi.Input[_builtins.str] key_material: PEM-encoded content of Docker client private key
207
201
  :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] ssh_opts: Additional SSH option flags to be appended when using `ssh://` protocol
@@ -296,8 +290,7 @@ class Provider(pulumi.ProviderResource):
296
290
  @pulumi.getter
297
291
  def context(self) -> pulumi.Output[Optional[_builtins.str]]:
298
292
  """
299
- The name of the Docker context to use. Can also be set via `DOCKER_CONTEXT` environment variable. Overrides the `host`
300
- if set.
293
+ The name of the Docker context to use. Can also be set via `DOCKER_CONTEXT` environment variable. Overrides the `host` if set.
301
294
  """
302
295
  return pulumi.get(self, "context")
303
296
 
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "resource": true,
3
3
  "name": "docker",
4
- "version": "4.9.0-alpha.1756360170"
4
+ "version": "4.9.0-alpha.1756532785"
5
5
  }
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pulumi_docker
3
- Version: 4.9.0a1756360170
3
+ Version: 4.9.0a1756532785
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
@@ -14,8 +14,8 @@ pulumi_docker/image.py,sha256=Ts2yS283p_kfx17-4HRZOm18NF2RsfzrDtz6GD-iOM4,21778
14
14
  pulumi_docker/network.py,sha256=qnwXIPlHJGF09I2KJd2heintD_Veomn7WVHwXQFjmUU,36984
15
15
  pulumi_docker/outputs.py,sha256=fKFMZ8bl3M-jx4L9rWNFefXcq_ny94zCK8QxBbo-Mxc,192591
16
16
  pulumi_docker/plugin.py,sha256=yVaSlkvhmR6SldPiklqVB97mobmhfa5lBukoDSmi-j4,25661
17
- pulumi_docker/provider.py,sha256=8oPd4Ty7HqaFD1bxqfiakxD9SGMpNaTFmDR0M3gMhc0,16499
18
- pulumi_docker/pulumi-plugin.json,sha256=P1kxbYOQtzAAvMQe1RzBI_qdGdhPhcGyGIhZtF78RIE,82
17
+ pulumi_docker/provider.py,sha256=YzOJbQukMXwhtF2dK2F60yw-n6AUwd0PLlYZVV38Edo,16415
18
+ pulumi_docker/pulumi-plugin.json,sha256=TkASJvTxP8uFGTkpzsJHTqbuTqiYA_gLd5FOTnGSo1A,82
19
19
  pulumi_docker/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
20
20
  pulumi_docker/registry_image.py,sha256=4ZPoL4Ze2jdVawAUXTiluZrLdsrDtcafMJIPwAyJbOk,19262
21
21
  pulumi_docker/remote_image.py,sha256=pRr4rKwNwd9Y51aAI3oGwgdmlj4sPxcidB__0_i5xKI,25818
@@ -25,10 +25,10 @@ pulumi_docker/service_config.py,sha256=sa-aplkJWufCHodxi15nyxg6pZAdTDHT_0UC7_HzO
25
25
  pulumi_docker/tag.py,sha256=GVQYBrWxPjLMb6ts9SHvaJs2t8fQZjGucYXwLHO7aAc,12701
26
26
  pulumi_docker/volume.py,sha256=IcijPnB75niIQK-aKqnF5-5cyf57ahv3ucPSBqHNh9I,15775
27
27
  pulumi_docker/config/__init__.py,sha256=XWnQfVtc2oPapjSXXCdORFJvMpXt_SMJQASWdTRoPmc,296
28
- pulumi_docker/config/__init__.pyi,sha256=EpT04-ER743xvfg-8R01EuFk9M3F5McFS4G9KAcEHDw,1475
28
+ pulumi_docker/config/__init__.pyi,sha256=3eLaMtGDviUXkJkOvodN4mkfGeayoE9_lhNLFJsnoTU,1475
29
29
  pulumi_docker/config/outputs.py,sha256=EEYrnN3Pnk2dasDQcopqQYkJrb052TDWN_Q7oUmFBMw,3889
30
- pulumi_docker/config/vars.py,sha256=Yh-M0zfPKBIGEoUSUqetItSUO0WXgciAa_2X3kO6WYs,2600
31
- pulumi_docker-4.9.0a1756360170.dist-info/METADATA,sha256=LgzilcLHjch6wBBbLzsE1RkhWRO04KqfPIkgxY4Vxy8,2404
32
- pulumi_docker-4.9.0a1756360170.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
33
- pulumi_docker-4.9.0a1756360170.dist-info/top_level.txt,sha256=5ASR9mwVy1gWMM-yKlseogte316p3DCyj_ozClqiynM,14
34
- pulumi_docker-4.9.0a1756360170.dist-info/RECORD,,
30
+ pulumi_docker/config/vars.py,sha256=8wkhGtj0bi1uAsM1wZP102iAJnF4hxYIilHIKuq93Mo,2584
31
+ pulumi_docker-4.9.0a1756532785.dist-info/METADATA,sha256=W-5mP4SSp6GmF0A82T46NafRZRKgqrowsvTBO-SggjI,2404
32
+ pulumi_docker-4.9.0a1756532785.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
33
+ pulumi_docker-4.9.0a1756532785.dist-info/top_level.txt,sha256=5ASR9mwVy1gWMM-yKlseogte316p3DCyj_ozClqiynM,14
34
+ pulumi_docker-4.9.0a1756532785.dist-info/RECORD,,