pulumi-kubernetes-cert-manager 0.3.0a1757001071__py3-none-any.whl → 0.3.0a1757008663__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.
@@ -2,8 +2,7 @@
2
2
  # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
- import builtins
6
- import copy
5
+ import builtins as _builtins
7
6
  import warnings
8
7
  import sys
9
8
  import pulumi
@@ -39,21 +38,21 @@ class ReleaseStatus(dict):
39
38
  return super().get(key, default)
40
39
 
41
40
  def __init__(__self__, *,
42
- app_version: builtins.str,
43
- chart: builtins.str,
44
- name: builtins.str,
45
- namespace: builtins.str,
46
- revision: builtins.int,
47
- status: builtins.str,
48
- version: builtins.str):
49
- """
50
- :param builtins.str app_version: The version number of the application being deployed.
51
- :param builtins.str chart: The name of the chart.
52
- :param builtins.str name: Name is the name of the release.
53
- :param builtins.str namespace: Namespace is the kubernetes namespace of the release.
54
- :param builtins.int revision: Version is an int32 which represents the version of the release.
55
- :param builtins.str status: Status of the release.
56
- :param builtins.str version: A SemVer 2 conformant version string of the chart.
41
+ app_version: _builtins.str,
42
+ chart: _builtins.str,
43
+ name: _builtins.str,
44
+ namespace: _builtins.str,
45
+ revision: _builtins.int,
46
+ status: _builtins.str,
47
+ version: _builtins.str):
48
+ """
49
+ :param _builtins.str app_version: The version number of the application being deployed.
50
+ :param _builtins.str chart: The name of the chart.
51
+ :param _builtins.str name: Name is the name of the release.
52
+ :param _builtins.str namespace: Namespace is the kubernetes namespace of the release.
53
+ :param _builtins.int revision: Version is an int32 which represents the version of the release.
54
+ :param _builtins.str status: Status of the release.
55
+ :param _builtins.str version: A SemVer 2 conformant version string of the chart.
57
56
  """
58
57
  pulumi.set(__self__, "app_version", app_version)
59
58
  pulumi.set(__self__, "chart", chart)
@@ -63,57 +62,57 @@ class ReleaseStatus(dict):
63
62
  pulumi.set(__self__, "status", status)
64
63
  pulumi.set(__self__, "version", version)
65
64
 
66
- @property
65
+ @_builtins.property
67
66
  @pulumi.getter(name="appVersion")
68
- def app_version(self) -> builtins.str:
67
+ def app_version(self) -> _builtins.str:
69
68
  """
70
69
  The version number of the application being deployed.
71
70
  """
72
71
  return pulumi.get(self, "app_version")
73
72
 
74
- @property
73
+ @_builtins.property
75
74
  @pulumi.getter
76
- def chart(self) -> builtins.str:
75
+ def chart(self) -> _builtins.str:
77
76
  """
78
77
  The name of the chart.
79
78
  """
80
79
  return pulumi.get(self, "chart")
81
80
 
82
- @property
81
+ @_builtins.property
83
82
  @pulumi.getter
84
- def name(self) -> builtins.str:
83
+ def name(self) -> _builtins.str:
85
84
  """
86
85
  Name is the name of the release.
87
86
  """
88
87
  return pulumi.get(self, "name")
89
88
 
90
- @property
89
+ @_builtins.property
91
90
  @pulumi.getter
92
- def namespace(self) -> builtins.str:
91
+ def namespace(self) -> _builtins.str:
93
92
  """
94
93
  Namespace is the kubernetes namespace of the release.
95
94
  """
96
95
  return pulumi.get(self, "namespace")
97
96
 
98
- @property
97
+ @_builtins.property
99
98
  @pulumi.getter
100
- def revision(self) -> builtins.int:
99
+ def revision(self) -> _builtins.int:
101
100
  """
102
101
  Version is an int32 which represents the version of the release.
103
102
  """
104
103
  return pulumi.get(self, "revision")
105
104
 
106
- @property
105
+ @_builtins.property
107
106
  @pulumi.getter
108
- def status(self) -> builtins.str:
107
+ def status(self) -> _builtins.str:
109
108
  """
110
109
  Status of the release.
111
110
  """
112
111
  return pulumi.get(self, "status")
113
112
 
114
- @property
113
+ @_builtins.property
115
114
  @pulumi.getter
116
- def version(self) -> builtins.str:
115
+ def version(self) -> _builtins.str:
117
116
  """
118
117
  A SemVer 2 conformant version string of the chart.
119
118
  """
@@ -2,8 +2,7 @@
2
2
  # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
- import builtins
6
- import copy
5
+ import builtins as _builtins
7
6
  import warnings
8
7
  import sys
9
8
  import pulumi
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "resource": true,
3
3
  "name": "kubernetes-cert-manager",
4
- "version": "0.3.0-alpha.1757001071"
4
+ "version": "0.3.0-alpha.1757008663"
5
5
  }
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pulumi_kubernetes_cert_manager
3
- Version: 0.3.0a1757001071
3
+ Version: 0.3.0a1757008663
4
4
  Summary: Strongly-typed Cert Manager installation
5
5
  License: Apache-2.0
6
6
  Project-URL: Homepage, https://pulumi.io
@@ -0,0 +1,12 @@
1
+ pulumi_kubernetes_cert_manager/__init__.py,sha256=3IM_gZfSyQ47-7HcjypeNtwAADj_aG0sFaFhUYbx1vg,813
2
+ pulumi_kubernetes_cert_manager/_inputs.py,sha256=krAk2fUs2aLUHtaCbOjX9rn4q4VLH_tw6ynUhXxNF_w,119236
3
+ pulumi_kubernetes_cert_manager/_utilities.py,sha256=66uLGQDI1oMFOI3Fe5igAphtexWhcSLDyuVW50jW3ik,10789
4
+ pulumi_kubernetes_cert_manager/cert_manager.py,sha256=6G2J9qVruhRZEFCG1ZbkFPOKXz3JZxfrOv3PyXrjbh4,39261
5
+ pulumi_kubernetes_cert_manager/outputs.py,sha256=z2Y5QO9FiaF9s2zwOrzPKQBcBRmjNxblD1Pr7MNu8Pc,3856
6
+ pulumi_kubernetes_cert_manager/provider.py,sha256=qXAfFh2mJrHUbOVRFGha06DX_KZCu1ciYXs6Dw8SnqU,3037
7
+ pulumi_kubernetes_cert_manager/pulumi-plugin.json,sha256=gDtTtj-GNi2v5zEGcYpk0zeuXwJmTAod6ofs0sEbbPE,99
8
+ pulumi_kubernetes_cert_manager/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
9
+ pulumi_kubernetes_cert_manager-0.3.0a1757008663.dist-info/METADATA,sha256=9qBlbuCTiDh9VDjL9XyDm93EcjIO4rRYiN1iEyCh_Ts,2173
10
+ pulumi_kubernetes_cert_manager-0.3.0a1757008663.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
11
+ pulumi_kubernetes_cert_manager-0.3.0a1757008663.dist-info/top_level.txt,sha256=CRJ1c0Ei9-BbbfCWCD2gLhqo5gu6JKflVHGaAY7g93o,31
12
+ pulumi_kubernetes_cert_manager-0.3.0a1757008663.dist-info/RECORD,,
@@ -1,12 +0,0 @@
1
- pulumi_kubernetes_cert_manager/__init__.py,sha256=Hn8z1wBU3xZY37X6whZht0B2r7Z9M2_XzstbboFMzUk,800
2
- pulumi_kubernetes_cert_manager/_inputs.py,sha256=4DlVbe5XF7TQflnUriy2ujCpxb_oEQ9bSM5ji4D1lzI,117485
3
- pulumi_kubernetes_cert_manager/_utilities.py,sha256=66uLGQDI1oMFOI3Fe5igAphtexWhcSLDyuVW50jW3ik,10789
4
- pulumi_kubernetes_cert_manager/cert_manager.py,sha256=2kXxZXK8-593lPI9IvOA2ZQ1Le3WddDuDVSNYBCN6_c,38824
5
- pulumi_kubernetes_cert_manager/outputs.py,sha256=IZhqwRT7Zl0VkbYBjaqB3aXARikGQwOwAyKHCAFrw4Q,3764
6
- pulumi_kubernetes_cert_manager/provider.py,sha256=p4sjXoqUAZXSXv_wzI_nyJXSIIrPTk9eaPxFU6injo0,3036
7
- pulumi_kubernetes_cert_manager/pulumi-plugin.json,sha256=7dzll4aFGeDYbKWEGhLjcIxYuOv3sXBFtUWTjBIWoVk,99
8
- pulumi_kubernetes_cert_manager/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
9
- pulumi_kubernetes_cert_manager-0.3.0a1757001071.dist-info/METADATA,sha256=Rt_7poJjrONwMwkRWqmN-4ipOhvBKHgr4svn02jsOKQ,2173
10
- pulumi_kubernetes_cert_manager-0.3.0a1757001071.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
11
- pulumi_kubernetes_cert_manager-0.3.0a1757001071.dist-info/top_level.txt,sha256=CRJ1c0Ei9-BbbfCWCD2gLhqo5gu6JKflVHGaAY7g93o,31
12
- pulumi_kubernetes_cert_manager-0.3.0a1757001071.dist-info/RECORD,,