pulumi-docker 4.6.0b4__py3-none-any.whl → 4.6.2__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.

pulumi_docker/__init__.py CHANGED
@@ -28,26 +28,14 @@ from . import outputs
28
28
 
29
29
  # Make subpackages available:
30
30
  if typing.TYPE_CHECKING:
31
- import pulumi_docker.buildx as __buildx
32
- buildx = __buildx
33
31
  import pulumi_docker.config as __config
34
32
  config = __config
35
33
  else:
36
- buildx = _utilities.lazy_import('pulumi_docker.buildx')
37
34
  config = _utilities.lazy_import('pulumi_docker.config')
38
35
 
39
36
  _utilities.register(
40
37
  resource_modules="""
41
38
  [
42
- {
43
- "pkg": "docker",
44
- "mod": "buildx/image",
45
- "fqn": "pulumi_docker.buildx",
46
- "classes": {
47
- "docker:buildx/image:Image": "Image",
48
- "docker:buildx/image:Index": "Index"
49
- }
50
- },
51
39
  {
52
40
  "pkg": "docker",
53
41
  "mod": "index/container",