pulumi-kubernetes-cert-manager 0.3.0a1744236030__py3-none-any.whl → 0.3.0a1744400475__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.
- pulumi_kubernetes_cert_manager/__init__.py +1 -0
- pulumi_kubernetes_cert_manager/_inputs.py +451 -450
- pulumi_kubernetes_cert_manager/cert_manager.py +87 -86
- pulumi_kubernetes_cert_manager/outputs.py +23 -22
- pulumi_kubernetes_cert_manager/provider.py +1 -0
- pulumi_kubernetes_cert_manager/pulumi-plugin.json +1 -1
- {pulumi_kubernetes_cert_manager-0.3.0a1744236030.dist-info → pulumi_kubernetes_cert_manager-0.3.0a1744400475.dist-info}/METADATA +1 -1
- pulumi_kubernetes_cert_manager-0.3.0a1744400475.dist-info/RECORD +12 -0
- pulumi_kubernetes_cert_manager-0.3.0a1744236030.dist-info/RECORD +0 -12
- {pulumi_kubernetes_cert_manager-0.3.0a1744236030.dist-info → pulumi_kubernetes_cert_manager-0.3.0a1744400475.dist-info}/WHEEL +0 -0
- {pulumi_kubernetes_cert_manager-0.3.0a1744236030.dist-info → pulumi_kubernetes_cert_manager-0.3.0a1744400475.dist-info}/top_level.txt +0 -0
@@ -2,6 +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
|
5
6
|
import copy
|
6
7
|
import warnings
|
7
8
|
import sys
|
@@ -24,51 +25,51 @@ class CertManagerArgs:
|
|
24
25
|
def __init__(__self__, *,
|
25
26
|
affinity: Optional[pulumi.Input['pulumi_kubernetes.core.v1.AffinityArgs']] = None,
|
26
27
|
cainjector: Optional[pulumi.Input['CertManagerCaInjectorArgs']] = None,
|
27
|
-
cluster_resource_namespace: Optional[pulumi.Input[str]] = None,
|
28
|
+
cluster_resource_namespace: Optional[pulumi.Input[builtins.str]] = None,
|
28
29
|
container_security_context: Optional[pulumi.Input['pulumi_kubernetes.core.v1.SecurityContextArgs']] = None,
|
29
|
-
deployment_annotations: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
30
|
-
extra_args: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
30
|
+
deployment_annotations: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]] = None,
|
31
|
+
extra_args: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
|
31
32
|
extra_env: Optional[pulumi.Input[Sequence[pulumi.Input['pulumi_kubernetes.core.v1.EnvVarArgs']]]] = None,
|
32
33
|
extra_volume_mounts: Optional[pulumi.Input[Sequence[pulumi.Input['pulumi_kubernetes.core.v1.VolumeMountArgs']]]] = None,
|
33
34
|
extra_volumes: Optional[pulumi.Input[Sequence[pulumi.Input['pulumi_kubernetes.core.v1.VolumeArgs']]]] = None,
|
34
|
-
feature_gates: Optional[pulumi.Input[str]] = None,
|
35
|
+
feature_gates: Optional[pulumi.Input[builtins.str]] = None,
|
35
36
|
global_: Optional[pulumi.Input['CertManagerGlobalArgs']] = None,
|
36
37
|
helm_options: Optional['ReleaseArgs'] = None,
|
37
|
-
http_proxy: Optional[pulumi.Input[str]] = None,
|
38
|
-
https_proxy: Optional[pulumi.Input[str]] = None,
|
38
|
+
http_proxy: Optional[pulumi.Input[builtins.str]] = None,
|
39
|
+
https_proxy: Optional[pulumi.Input[builtins.str]] = None,
|
39
40
|
image: Optional[pulumi.Input['CertManagerImageArgs']] = None,
|
40
41
|
ingress_shim: Optional[pulumi.Input['CertManagerIngressShimArgs']] = None,
|
41
|
-
install_crds: Optional[pulumi.Input[bool]] = None,
|
42
|
-
no_proxy: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
42
|
+
install_crds: Optional[pulumi.Input[builtins.bool]] = None,
|
43
|
+
no_proxy: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
|
43
44
|
node_selector: Optional[pulumi.Input['pulumi_kubernetes.core.v1.NodeSelectorArgs']] = None,
|
44
|
-
pod_annotations: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
45
|
+
pod_annotations: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]] = None,
|
45
46
|
pod_dns_config: Optional[pulumi.Input['pulumi_kubernetes.core.v1.PodDNSConfigArgs']] = None,
|
46
|
-
pod_dns_policy: Optional[pulumi.Input[str]] = None,
|
47
|
-
pod_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
47
|
+
pod_dns_policy: Optional[pulumi.Input[builtins.str]] = None,
|
48
|
+
pod_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]] = None,
|
48
49
|
prometheus: Optional[pulumi.Input['CertManagerPrometheusArgs']] = None,
|
49
|
-
replica_count: Optional[pulumi.Input[int]] = None,
|
50
|
+
replica_count: Optional[pulumi.Input[builtins.int]] = None,
|
50
51
|
resources: Optional[pulumi.Input['pulumi_kubernetes.core.v1.ResourceRequirementsArgs']] = None,
|
51
52
|
security_context: Optional[pulumi.Input['pulumi_kubernetes.core.v1.PodSecurityContextArgs']] = None,
|
52
53
|
service_account: Optional[pulumi.Input['CertManagerServiceAccountArgs']] = None,
|
53
|
-
service_annotations: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
54
|
-
service_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
54
|
+
service_annotations: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]] = None,
|
55
|
+
service_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]] = None,
|
55
56
|
startupapicheck: Optional[pulumi.Input['CertManagerStartupAPICheckArgs']] = None,
|
56
57
|
strategy: Optional[pulumi.Input['pulumi_kubernetes.apps.v1.DeploymentStrategyArgs']] = None,
|
57
58
|
tolerations: Optional[pulumi.Input[Sequence[pulumi.Input['pulumi_kubernetes.core.v1.TolerationArgs']]]] = None,
|
58
59
|
webhook: Optional[pulumi.Input['CertManagerWebhookArgs']] = None):
|
59
60
|
"""
|
60
61
|
The set of arguments for constructing a CertManager resource.
|
61
|
-
:param pulumi.Input[str] cluster_resource_namespace: Override the namespace used to store DNS provider credentials etc. for ClusterIssuer resources. By default, the same namespace as cert-manager is deployed within is used. This namespace will not be automatically created by the Helm chart.
|
62
|
+
:param pulumi.Input[builtins.str] cluster_resource_namespace: Override the namespace used to store DNS provider credentials etc. for ClusterIssuer resources. By default, the same namespace as cert-manager is deployed within is used. This namespace will not be automatically created by the Helm chart.
|
62
63
|
:param pulumi.Input['pulumi_kubernetes.core.v1.SecurityContextArgs'] container_security_context: Container Security Context to be set on the controller component container. ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/
|
63
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] deployment_annotations: Optional additional annotations to add to the controller Deployment
|
64
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] extra_args: Optional additional arguments.
|
65
|
-
:param pulumi.Input[str] feature_gates: Comma separated list of feature gates that should be enabled on the controller pod.
|
64
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]] deployment_annotations: Optional additional annotations to add to the controller Deployment
|
65
|
+
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] extra_args: Optional additional arguments.
|
66
|
+
:param pulumi.Input[builtins.str] feature_gates: Comma separated list of feature gates that should be enabled on the controller pod.
|
66
67
|
:param 'ReleaseArgs' helm_options: HelmOptions is an escape hatch that lets the end user control any aspect of the Helm deployment. This exposes the entirety of the underlying Helm Release component args.
|
67
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] pod_annotations: Optional additional annotations to add to the controller Pods
|
68
|
-
:param pulumi.Input[str] pod_dns_policy: Optional DNS settings, useful if you have a public and private DNS zone for the same domain on Route 53. What follows is an example of ensuring cert-manager can access an ingress or DNS TXT records at all times. NOTE: This requires Kubernetes 1.10 or `CustomPodDNS` feature gate enabled for the cluster to work.
|
68
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]] pod_annotations: Optional additional annotations to add to the controller Pods
|
69
|
+
:param pulumi.Input[builtins.str] pod_dns_policy: Optional DNS settings, useful if you have a public and private DNS zone for the same domain on Route 53. What follows is an example of ensuring cert-manager can access an ingress or DNS TXT records at all times. NOTE: This requires Kubernetes 1.10 or `CustomPodDNS` feature gate enabled for the cluster to work.
|
69
70
|
:param pulumi.Input['pulumi_kubernetes.core.v1.PodSecurityContextArgs'] security_context: Pod Security Context. ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/
|
70
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] service_annotations: Optional additional annotations to add to the controller service
|
71
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] service_labels: Optional additional labels to add to the controller Service
|
71
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]] service_annotations: Optional additional annotations to add to the controller service
|
72
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]] service_labels: Optional additional labels to add to the controller Service
|
72
73
|
"""
|
73
74
|
if affinity is not None:
|
74
75
|
pulumi.set(__self__, "affinity", affinity)
|
@@ -159,14 +160,14 @@ class CertManagerArgs:
|
|
159
160
|
|
160
161
|
@property
|
161
162
|
@pulumi.getter(name="clusterResourceNamespace")
|
162
|
-
def cluster_resource_namespace(self) -> Optional[pulumi.Input[str]]:
|
163
|
+
def cluster_resource_namespace(self) -> Optional[pulumi.Input[builtins.str]]:
|
163
164
|
"""
|
164
165
|
Override the namespace used to store DNS provider credentials etc. for ClusterIssuer resources. By default, the same namespace as cert-manager is deployed within is used. This namespace will not be automatically created by the Helm chart.
|
165
166
|
"""
|
166
167
|
return pulumi.get(self, "cluster_resource_namespace")
|
167
168
|
|
168
169
|
@cluster_resource_namespace.setter
|
169
|
-
def cluster_resource_namespace(self, value: Optional[pulumi.Input[str]]):
|
170
|
+
def cluster_resource_namespace(self, value: Optional[pulumi.Input[builtins.str]]):
|
170
171
|
pulumi.set(self, "cluster_resource_namespace", value)
|
171
172
|
|
172
173
|
@property
|
@@ -183,26 +184,26 @@ class CertManagerArgs:
|
|
183
184
|
|
184
185
|
@property
|
185
186
|
@pulumi.getter(name="deploymentAnnotations")
|
186
|
-
def deployment_annotations(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
187
|
+
def deployment_annotations(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]:
|
187
188
|
"""
|
188
189
|
Optional additional annotations to add to the controller Deployment
|
189
190
|
"""
|
190
191
|
return pulumi.get(self, "deployment_annotations")
|
191
192
|
|
192
193
|
@deployment_annotations.setter
|
193
|
-
def deployment_annotations(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
194
|
+
def deployment_annotations(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]):
|
194
195
|
pulumi.set(self, "deployment_annotations", value)
|
195
196
|
|
196
197
|
@property
|
197
198
|
@pulumi.getter(name="extraArgs")
|
198
|
-
def extra_args(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
199
|
+
def extra_args(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
199
200
|
"""
|
200
201
|
Optional additional arguments.
|
201
202
|
"""
|
202
203
|
return pulumi.get(self, "extra_args")
|
203
204
|
|
204
205
|
@extra_args.setter
|
205
|
-
def extra_args(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
206
|
+
def extra_args(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
|
206
207
|
pulumi.set(self, "extra_args", value)
|
207
208
|
|
208
209
|
@property
|
@@ -234,14 +235,14 @@ class CertManagerArgs:
|
|
234
235
|
|
235
236
|
@property
|
236
237
|
@pulumi.getter(name="featureGates")
|
237
|
-
def feature_gates(self) -> Optional[pulumi.Input[str]]:
|
238
|
+
def feature_gates(self) -> Optional[pulumi.Input[builtins.str]]:
|
238
239
|
"""
|
239
240
|
Comma separated list of feature gates that should be enabled on the controller pod.
|
240
241
|
"""
|
241
242
|
return pulumi.get(self, "feature_gates")
|
242
243
|
|
243
244
|
@feature_gates.setter
|
244
|
-
def feature_gates(self, value: Optional[pulumi.Input[str]]):
|
245
|
+
def feature_gates(self, value: Optional[pulumi.Input[builtins.str]]):
|
245
246
|
pulumi.set(self, "feature_gates", value)
|
246
247
|
|
247
248
|
@property
|
@@ -267,20 +268,20 @@ class CertManagerArgs:
|
|
267
268
|
|
268
269
|
@property
|
269
270
|
@pulumi.getter
|
270
|
-
def http_proxy(self) -> Optional[pulumi.Input[str]]:
|
271
|
+
def http_proxy(self) -> Optional[pulumi.Input[builtins.str]]:
|
271
272
|
return pulumi.get(self, "http_proxy")
|
272
273
|
|
273
274
|
@http_proxy.setter
|
274
|
-
def http_proxy(self, value: Optional[pulumi.Input[str]]):
|
275
|
+
def http_proxy(self, value: Optional[pulumi.Input[builtins.str]]):
|
275
276
|
pulumi.set(self, "http_proxy", value)
|
276
277
|
|
277
278
|
@property
|
278
279
|
@pulumi.getter
|
279
|
-
def https_proxy(self) -> Optional[pulumi.Input[str]]:
|
280
|
+
def https_proxy(self) -> Optional[pulumi.Input[builtins.str]]:
|
280
281
|
return pulumi.get(self, "https_proxy")
|
281
282
|
|
282
283
|
@https_proxy.setter
|
283
|
-
def https_proxy(self, value: Optional[pulumi.Input[str]]):
|
284
|
+
def https_proxy(self, value: Optional[pulumi.Input[builtins.str]]):
|
284
285
|
pulumi.set(self, "https_proxy", value)
|
285
286
|
|
286
287
|
@property
|
@@ -303,20 +304,20 @@ class CertManagerArgs:
|
|
303
304
|
|
304
305
|
@property
|
305
306
|
@pulumi.getter(name="installCRDs")
|
306
|
-
def install_crds(self) -> Optional[pulumi.Input[bool]]:
|
307
|
+
def install_crds(self) -> Optional[pulumi.Input[builtins.bool]]:
|
307
308
|
return pulumi.get(self, "install_crds")
|
308
309
|
|
309
310
|
@install_crds.setter
|
310
|
-
def install_crds(self, value: Optional[pulumi.Input[bool]]):
|
311
|
+
def install_crds(self, value: Optional[pulumi.Input[builtins.bool]]):
|
311
312
|
pulumi.set(self, "install_crds", value)
|
312
313
|
|
313
314
|
@property
|
314
315
|
@pulumi.getter
|
315
|
-
def no_proxy(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
316
|
+
def no_proxy(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
316
317
|
return pulumi.get(self, "no_proxy")
|
317
318
|
|
318
319
|
@no_proxy.setter
|
319
|
-
def no_proxy(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
320
|
+
def no_proxy(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
|
320
321
|
pulumi.set(self, "no_proxy", value)
|
321
322
|
|
322
323
|
@property
|
@@ -330,14 +331,14 @@ class CertManagerArgs:
|
|
330
331
|
|
331
332
|
@property
|
332
333
|
@pulumi.getter(name="podAnnotations")
|
333
|
-
def pod_annotations(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
334
|
+
def pod_annotations(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]:
|
334
335
|
"""
|
335
336
|
Optional additional annotations to add to the controller Pods
|
336
337
|
"""
|
337
338
|
return pulumi.get(self, "pod_annotations")
|
338
339
|
|
339
340
|
@pod_annotations.setter
|
340
|
-
def pod_annotations(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
341
|
+
def pod_annotations(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]):
|
341
342
|
pulumi.set(self, "pod_annotations", value)
|
342
343
|
|
343
344
|
@property
|
@@ -351,23 +352,23 @@ class CertManagerArgs:
|
|
351
352
|
|
352
353
|
@property
|
353
354
|
@pulumi.getter(name="podDnsPolicy")
|
354
|
-
def pod_dns_policy(self) -> Optional[pulumi.Input[str]]:
|
355
|
+
def pod_dns_policy(self) -> Optional[pulumi.Input[builtins.str]]:
|
355
356
|
"""
|
356
357
|
Optional DNS settings, useful if you have a public and private DNS zone for the same domain on Route 53. What follows is an example of ensuring cert-manager can access an ingress or DNS TXT records at all times. NOTE: This requires Kubernetes 1.10 or `CustomPodDNS` feature gate enabled for the cluster to work.
|
357
358
|
"""
|
358
359
|
return pulumi.get(self, "pod_dns_policy")
|
359
360
|
|
360
361
|
@pod_dns_policy.setter
|
361
|
-
def pod_dns_policy(self, value: Optional[pulumi.Input[str]]):
|
362
|
+
def pod_dns_policy(self, value: Optional[pulumi.Input[builtins.str]]):
|
362
363
|
pulumi.set(self, "pod_dns_policy", value)
|
363
364
|
|
364
365
|
@property
|
365
366
|
@pulumi.getter(name="podLabels")
|
366
|
-
def pod_labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
367
|
+
def pod_labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]:
|
367
368
|
return pulumi.get(self, "pod_labels")
|
368
369
|
|
369
370
|
@pod_labels.setter
|
370
|
-
def pod_labels(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
371
|
+
def pod_labels(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]):
|
371
372
|
pulumi.set(self, "pod_labels", value)
|
372
373
|
|
373
374
|
@property
|
@@ -381,11 +382,11 @@ class CertManagerArgs:
|
|
381
382
|
|
382
383
|
@property
|
383
384
|
@pulumi.getter(name="replicaCount")
|
384
|
-
def replica_count(self) -> Optional[pulumi.Input[int]]:
|
385
|
+
def replica_count(self) -> Optional[pulumi.Input[builtins.int]]:
|
385
386
|
return pulumi.get(self, "replica_count")
|
386
387
|
|
387
388
|
@replica_count.setter
|
388
|
-
def replica_count(self, value: Optional[pulumi.Input[int]]):
|
389
|
+
def replica_count(self, value: Optional[pulumi.Input[builtins.int]]):
|
389
390
|
pulumi.set(self, "replica_count", value)
|
390
391
|
|
391
392
|
@property
|
@@ -420,26 +421,26 @@ class CertManagerArgs:
|
|
420
421
|
|
421
422
|
@property
|
422
423
|
@pulumi.getter(name="serviceAnnotations")
|
423
|
-
def service_annotations(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
424
|
+
def service_annotations(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]:
|
424
425
|
"""
|
425
426
|
Optional additional annotations to add to the controller service
|
426
427
|
"""
|
427
428
|
return pulumi.get(self, "service_annotations")
|
428
429
|
|
429
430
|
@service_annotations.setter
|
430
|
-
def service_annotations(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
431
|
+
def service_annotations(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]):
|
431
432
|
pulumi.set(self, "service_annotations", value)
|
432
433
|
|
433
434
|
@property
|
434
435
|
@pulumi.getter(name="serviceLabels")
|
435
|
-
def service_labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
436
|
+
def service_labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]:
|
436
437
|
"""
|
437
438
|
Optional additional labels to add to the controller Service
|
438
439
|
"""
|
439
440
|
return pulumi.get(self, "service_labels")
|
440
441
|
|
441
442
|
@service_labels.setter
|
442
|
-
def service_labels(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
443
|
+
def service_labels(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]):
|
443
444
|
pulumi.set(self, "service_labels", value)
|
444
445
|
|
445
446
|
@property
|
@@ -486,34 +487,34 @@ class CertManager(pulumi.ComponentResource):
|
|
486
487
|
opts: Optional[pulumi.ResourceOptions] = None,
|
487
488
|
affinity: Optional[pulumi.Input[pulumi.InputType['pulumi_kubernetes.core.v1.AffinityArgs']]] = None,
|
488
489
|
cainjector: Optional[pulumi.Input[Union['CertManagerCaInjectorArgs', 'CertManagerCaInjectorArgsDict']]] = None,
|
489
|
-
cluster_resource_namespace: Optional[pulumi.Input[str]] = None,
|
490
|
+
cluster_resource_namespace: Optional[pulumi.Input[builtins.str]] = None,
|
490
491
|
container_security_context: Optional[pulumi.Input[pulumi.InputType['pulumi_kubernetes.core.v1.SecurityContextArgs']]] = None,
|
491
|
-
deployment_annotations: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
492
|
-
extra_args: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
492
|
+
deployment_annotations: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]] = None,
|
493
|
+
extra_args: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
|
493
494
|
extra_env: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['pulumi_kubernetes.core.v1.EnvVarArgs']]]]] = None,
|
494
495
|
extra_volume_mounts: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['pulumi_kubernetes.core.v1.VolumeMountArgs']]]]] = None,
|
495
496
|
extra_volumes: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['pulumi_kubernetes.core.v1.VolumeArgs']]]]] = None,
|
496
|
-
feature_gates: Optional[pulumi.Input[str]] = None,
|
497
|
+
feature_gates: Optional[pulumi.Input[builtins.str]] = None,
|
497
498
|
global_: Optional[pulumi.Input[Union['CertManagerGlobalArgs', 'CertManagerGlobalArgsDict']]] = None,
|
498
499
|
helm_options: Optional[Union['ReleaseArgs', 'ReleaseArgsDict']] = None,
|
499
|
-
http_proxy: Optional[pulumi.Input[str]] = None,
|
500
|
-
https_proxy: Optional[pulumi.Input[str]] = None,
|
500
|
+
http_proxy: Optional[pulumi.Input[builtins.str]] = None,
|
501
|
+
https_proxy: Optional[pulumi.Input[builtins.str]] = None,
|
501
502
|
image: Optional[pulumi.Input[Union['CertManagerImageArgs', 'CertManagerImageArgsDict']]] = None,
|
502
503
|
ingress_shim: Optional[pulumi.Input[Union['CertManagerIngressShimArgs', 'CertManagerIngressShimArgsDict']]] = None,
|
503
|
-
install_crds: Optional[pulumi.Input[bool]] = None,
|
504
|
-
no_proxy: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
504
|
+
install_crds: Optional[pulumi.Input[builtins.bool]] = None,
|
505
|
+
no_proxy: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
|
505
506
|
node_selector: Optional[pulumi.Input[pulumi.InputType['pulumi_kubernetes.core.v1.NodeSelectorArgs']]] = None,
|
506
|
-
pod_annotations: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
507
|
+
pod_annotations: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]] = None,
|
507
508
|
pod_dns_config: Optional[pulumi.Input[pulumi.InputType['pulumi_kubernetes.core.v1.PodDNSConfigArgs']]] = None,
|
508
|
-
pod_dns_policy: Optional[pulumi.Input[str]] = None,
|
509
|
-
pod_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
509
|
+
pod_dns_policy: Optional[pulumi.Input[builtins.str]] = None,
|
510
|
+
pod_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]] = None,
|
510
511
|
prometheus: Optional[pulumi.Input[Union['CertManagerPrometheusArgs', 'CertManagerPrometheusArgsDict']]] = None,
|
511
|
-
replica_count: Optional[pulumi.Input[int]] = None,
|
512
|
+
replica_count: Optional[pulumi.Input[builtins.int]] = None,
|
512
513
|
resources: Optional[pulumi.Input[pulumi.InputType['pulumi_kubernetes.core.v1.ResourceRequirementsArgs']]] = None,
|
513
514
|
security_context: Optional[pulumi.Input[pulumi.InputType['pulumi_kubernetes.core.v1.PodSecurityContextArgs']]] = None,
|
514
515
|
service_account: Optional[pulumi.Input[Union['CertManagerServiceAccountArgs', 'CertManagerServiceAccountArgsDict']]] = None,
|
515
|
-
service_annotations: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
516
|
-
service_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
516
|
+
service_annotations: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]] = None,
|
517
|
+
service_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]] = None,
|
517
518
|
startupapicheck: Optional[pulumi.Input[Union['CertManagerStartupAPICheckArgs', 'CertManagerStartupAPICheckArgsDict']]] = None,
|
518
519
|
strategy: Optional[pulumi.Input[pulumi.InputType['pulumi_kubernetes.apps.v1.DeploymentStrategyArgs']]] = None,
|
519
520
|
tolerations: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['pulumi_kubernetes.core.v1.TolerationArgs']]]]] = None,
|
@@ -524,17 +525,17 @@ class CertManager(pulumi.ComponentResource):
|
|
524
525
|
|
525
526
|
:param str resource_name: The name of the resource.
|
526
527
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
527
|
-
:param pulumi.Input[str] cluster_resource_namespace: Override the namespace used to store DNS provider credentials etc. for ClusterIssuer resources. By default, the same namespace as cert-manager is deployed within is used. This namespace will not be automatically created by the Helm chart.
|
528
|
+
:param pulumi.Input[builtins.str] cluster_resource_namespace: Override the namespace used to store DNS provider credentials etc. for ClusterIssuer resources. By default, the same namespace as cert-manager is deployed within is used. This namespace will not be automatically created by the Helm chart.
|
528
529
|
:param pulumi.Input[pulumi.InputType['pulumi_kubernetes.core.v1.SecurityContextArgs']] container_security_context: Container Security Context to be set on the controller component container. ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/
|
529
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] deployment_annotations: Optional additional annotations to add to the controller Deployment
|
530
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] extra_args: Optional additional arguments.
|
531
|
-
:param pulumi.Input[str] feature_gates: Comma separated list of feature gates that should be enabled on the controller pod.
|
530
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]] deployment_annotations: Optional additional annotations to add to the controller Deployment
|
531
|
+
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] extra_args: Optional additional arguments.
|
532
|
+
:param pulumi.Input[builtins.str] feature_gates: Comma separated list of feature gates that should be enabled on the controller pod.
|
532
533
|
:param Union['ReleaseArgs', 'ReleaseArgsDict'] helm_options: HelmOptions is an escape hatch that lets the end user control any aspect of the Helm deployment. This exposes the entirety of the underlying Helm Release component args.
|
533
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] pod_annotations: Optional additional annotations to add to the controller Pods
|
534
|
-
:param pulumi.Input[str] pod_dns_policy: Optional DNS settings, useful if you have a public and private DNS zone for the same domain on Route 53. What follows is an example of ensuring cert-manager can access an ingress or DNS TXT records at all times. NOTE: This requires Kubernetes 1.10 or `CustomPodDNS` feature gate enabled for the cluster to work.
|
534
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]] pod_annotations: Optional additional annotations to add to the controller Pods
|
535
|
+
:param pulumi.Input[builtins.str] pod_dns_policy: Optional DNS settings, useful if you have a public and private DNS zone for the same domain on Route 53. What follows is an example of ensuring cert-manager can access an ingress or DNS TXT records at all times. NOTE: This requires Kubernetes 1.10 or `CustomPodDNS` feature gate enabled for the cluster to work.
|
535
536
|
:param pulumi.Input[pulumi.InputType['pulumi_kubernetes.core.v1.PodSecurityContextArgs']] security_context: Pod Security Context. ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/
|
536
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] service_annotations: Optional additional annotations to add to the controller service
|
537
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] service_labels: Optional additional labels to add to the controller Service
|
537
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]] service_annotations: Optional additional annotations to add to the controller service
|
538
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]] service_labels: Optional additional labels to add to the controller Service
|
538
539
|
"""
|
539
540
|
...
|
540
541
|
@overload
|
@@ -562,34 +563,34 @@ class CertManager(pulumi.ComponentResource):
|
|
562
563
|
opts: Optional[pulumi.ResourceOptions] = None,
|
563
564
|
affinity: Optional[pulumi.Input[pulumi.InputType['pulumi_kubernetes.core.v1.AffinityArgs']]] = None,
|
564
565
|
cainjector: Optional[pulumi.Input[Union['CertManagerCaInjectorArgs', 'CertManagerCaInjectorArgsDict']]] = None,
|
565
|
-
cluster_resource_namespace: Optional[pulumi.Input[str]] = None,
|
566
|
+
cluster_resource_namespace: Optional[pulumi.Input[builtins.str]] = None,
|
566
567
|
container_security_context: Optional[pulumi.Input[pulumi.InputType['pulumi_kubernetes.core.v1.SecurityContextArgs']]] = None,
|
567
|
-
deployment_annotations: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
568
|
-
extra_args: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
568
|
+
deployment_annotations: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]] = None,
|
569
|
+
extra_args: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
|
569
570
|
extra_env: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['pulumi_kubernetes.core.v1.EnvVarArgs']]]]] = None,
|
570
571
|
extra_volume_mounts: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['pulumi_kubernetes.core.v1.VolumeMountArgs']]]]] = None,
|
571
572
|
extra_volumes: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['pulumi_kubernetes.core.v1.VolumeArgs']]]]] = None,
|
572
|
-
feature_gates: Optional[pulumi.Input[str]] = None,
|
573
|
+
feature_gates: Optional[pulumi.Input[builtins.str]] = None,
|
573
574
|
global_: Optional[pulumi.Input[Union['CertManagerGlobalArgs', 'CertManagerGlobalArgsDict']]] = None,
|
574
575
|
helm_options: Optional[Union['ReleaseArgs', 'ReleaseArgsDict']] = None,
|
575
|
-
http_proxy: Optional[pulumi.Input[str]] = None,
|
576
|
-
https_proxy: Optional[pulumi.Input[str]] = None,
|
576
|
+
http_proxy: Optional[pulumi.Input[builtins.str]] = None,
|
577
|
+
https_proxy: Optional[pulumi.Input[builtins.str]] = None,
|
577
578
|
image: Optional[pulumi.Input[Union['CertManagerImageArgs', 'CertManagerImageArgsDict']]] = None,
|
578
579
|
ingress_shim: Optional[pulumi.Input[Union['CertManagerIngressShimArgs', 'CertManagerIngressShimArgsDict']]] = None,
|
579
|
-
install_crds: Optional[pulumi.Input[bool]] = None,
|
580
|
-
no_proxy: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
580
|
+
install_crds: Optional[pulumi.Input[builtins.bool]] = None,
|
581
|
+
no_proxy: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
|
581
582
|
node_selector: Optional[pulumi.Input[pulumi.InputType['pulumi_kubernetes.core.v1.NodeSelectorArgs']]] = None,
|
582
|
-
pod_annotations: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
583
|
+
pod_annotations: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]] = None,
|
583
584
|
pod_dns_config: Optional[pulumi.Input[pulumi.InputType['pulumi_kubernetes.core.v1.PodDNSConfigArgs']]] = None,
|
584
|
-
pod_dns_policy: Optional[pulumi.Input[str]] = None,
|
585
|
-
pod_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
585
|
+
pod_dns_policy: Optional[pulumi.Input[builtins.str]] = None,
|
586
|
+
pod_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]] = None,
|
586
587
|
prometheus: Optional[pulumi.Input[Union['CertManagerPrometheusArgs', 'CertManagerPrometheusArgsDict']]] = None,
|
587
|
-
replica_count: Optional[pulumi.Input[int]] = None,
|
588
|
+
replica_count: Optional[pulumi.Input[builtins.int]] = None,
|
588
589
|
resources: Optional[pulumi.Input[pulumi.InputType['pulumi_kubernetes.core.v1.ResourceRequirementsArgs']]] = None,
|
589
590
|
security_context: Optional[pulumi.Input[pulumi.InputType['pulumi_kubernetes.core.v1.PodSecurityContextArgs']]] = None,
|
590
591
|
service_account: Optional[pulumi.Input[Union['CertManagerServiceAccountArgs', 'CertManagerServiceAccountArgsDict']]] = None,
|
591
|
-
service_annotations: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
592
|
-
service_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
592
|
+
service_annotations: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]] = None,
|
593
|
+
service_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]] = None,
|
593
594
|
startupapicheck: Optional[pulumi.Input[Union['CertManagerStartupAPICheckArgs', 'CertManagerStartupAPICheckArgsDict']]] = None,
|
594
595
|
strategy: Optional[pulumi.Input[pulumi.InputType['pulumi_kubernetes.apps.v1.DeploymentStrategyArgs']]] = None,
|
595
596
|
tolerations: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['pulumi_kubernetes.core.v1.TolerationArgs']]]]] = None,
|
@@ -2,6 +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
|
5
6
|
import copy
|
6
7
|
import warnings
|
7
8
|
import sys
|
@@ -38,21 +39,21 @@ class ReleaseStatus(dict):
|
|
38
39
|
return super().get(key, default)
|
39
40
|
|
40
41
|
def __init__(__self__, *,
|
41
|
-
app_version: str,
|
42
|
-
chart: str,
|
43
|
-
name: str,
|
44
|
-
namespace: str,
|
45
|
-
revision: int,
|
46
|
-
status: str,
|
47
|
-
version: str):
|
48
|
-
"""
|
49
|
-
:param str app_version: The version number of the application being deployed.
|
50
|
-
:param str chart: The name of the chart.
|
51
|
-
:param str name: Name is the name of the release.
|
52
|
-
:param str namespace: Namespace is the kubernetes namespace of the release.
|
53
|
-
:param int revision: Version is an int32 which represents the version of the release.
|
54
|
-
:param str status: Status of the release.
|
55
|
-
:param str version: A SemVer 2 conformant version string of the chart.
|
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.
|
56
57
|
"""
|
57
58
|
pulumi.set(__self__, "app_version", app_version)
|
58
59
|
pulumi.set(__self__, "chart", chart)
|
@@ -64,7 +65,7 @@ class ReleaseStatus(dict):
|
|
64
65
|
|
65
66
|
@property
|
66
67
|
@pulumi.getter(name="appVersion")
|
67
|
-
def app_version(self) -> str:
|
68
|
+
def app_version(self) -> builtins.str:
|
68
69
|
"""
|
69
70
|
The version number of the application being deployed.
|
70
71
|
"""
|
@@ -72,7 +73,7 @@ class ReleaseStatus(dict):
|
|
72
73
|
|
73
74
|
@property
|
74
75
|
@pulumi.getter
|
75
|
-
def chart(self) -> str:
|
76
|
+
def chart(self) -> builtins.str:
|
76
77
|
"""
|
77
78
|
The name of the chart.
|
78
79
|
"""
|
@@ -80,7 +81,7 @@ class ReleaseStatus(dict):
|
|
80
81
|
|
81
82
|
@property
|
82
83
|
@pulumi.getter
|
83
|
-
def name(self) -> str:
|
84
|
+
def name(self) -> builtins.str:
|
84
85
|
"""
|
85
86
|
Name is the name of the release.
|
86
87
|
"""
|
@@ -88,7 +89,7 @@ class ReleaseStatus(dict):
|
|
88
89
|
|
89
90
|
@property
|
90
91
|
@pulumi.getter
|
91
|
-
def namespace(self) -> str:
|
92
|
+
def namespace(self) -> builtins.str:
|
92
93
|
"""
|
93
94
|
Namespace is the kubernetes namespace of the release.
|
94
95
|
"""
|
@@ -96,7 +97,7 @@ class ReleaseStatus(dict):
|
|
96
97
|
|
97
98
|
@property
|
98
99
|
@pulumi.getter
|
99
|
-
def revision(self) -> int:
|
100
|
+
def revision(self) -> builtins.int:
|
100
101
|
"""
|
101
102
|
Version is an int32 which represents the version of the release.
|
102
103
|
"""
|
@@ -104,7 +105,7 @@ class ReleaseStatus(dict):
|
|
104
105
|
|
105
106
|
@property
|
106
107
|
@pulumi.getter
|
107
|
-
def status(self) -> str:
|
108
|
+
def status(self) -> builtins.str:
|
108
109
|
"""
|
109
110
|
Status of the release.
|
110
111
|
"""
|
@@ -112,7 +113,7 @@ class ReleaseStatus(dict):
|
|
112
113
|
|
113
114
|
@property
|
114
115
|
@pulumi.getter
|
115
|
-
def version(self) -> str:
|
116
|
+
def version(self) -> builtins.str:
|
116
117
|
"""
|
117
118
|
A SemVer 2 conformant version string of the chart.
|
118
119
|
"""
|
@@ -0,0 +1,12 @@
|
|
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=6YVAKwLA0FPeyFcp8ayRbV_qEkl_rpJ-VDWwx_P6uR8,38760
|
5
|
+
pulumi_kubernetes_cert_manager/outputs.py,sha256=IZhqwRT7Zl0VkbYBjaqB3aXARikGQwOwAyKHCAFrw4Q,3764
|
6
|
+
pulumi_kubernetes_cert_manager/provider.py,sha256=Li9F-CTtnVoxpUdZMXgZJAlifbHqF5r2MlwfGSstCS0,2973
|
7
|
+
pulumi_kubernetes_cert_manager/pulumi-plugin.json,sha256=xDQzpepUYJMFr9XzJvQagFi0epEWTyCJWDrOW92XU7s,99
|
8
|
+
pulumi_kubernetes_cert_manager/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
9
|
+
pulumi_kubernetes_cert_manager-0.3.0a1744400475.dist-info/METADATA,sha256=MX05a3iUQr5xuh_Qgec5YmOkN4JQTP8RtiWZfUQUO3M,2170
|
10
|
+
pulumi_kubernetes_cert_manager-0.3.0a1744400475.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
|
11
|
+
pulumi_kubernetes_cert_manager-0.3.0a1744400475.dist-info/top_level.txt,sha256=CRJ1c0Ei9-BbbfCWCD2gLhqo5gu6JKflVHGaAY7g93o,31
|
12
|
+
pulumi_kubernetes_cert_manager-0.3.0a1744400475.dist-info/RECORD,,
|
@@ -1,12 +0,0 @@
|
|
1
|
-
pulumi_kubernetes_cert_manager/__init__.py,sha256=iWbK-zT-kQ_wCkzWhPzcl0VBIe58d3OLKJcNv2L8pUQ,784
|
2
|
-
pulumi_kubernetes_cert_manager/_inputs.py,sha256=IVtqyWalbhZPqkVbGHnyavbuue14SdzPdGCSqb2UcDo,113419
|
3
|
-
pulumi_kubernetes_cert_manager/_utilities.py,sha256=66uLGQDI1oMFOI3Fe5igAphtexWhcSLDyuVW50jW3ik,10789
|
4
|
-
pulumi_kubernetes_cert_manager/cert_manager.py,sha256=F90wMZ-sQPQFXQDE8mQB245Ihxlwq7e52owA-O5EjLw,37970
|
5
|
-
pulumi_kubernetes_cert_manager/outputs.py,sha256=r5MQVrc8y1x6cfQYkUtEcb3pJK2Cg4Tb1ziZ0QmbXRY,3559
|
6
|
-
pulumi_kubernetes_cert_manager/provider.py,sha256=uWRnQ8HC1Uqw8rvuDZXHyia-4C2uWaqGaGPVsMklOv4,2957
|
7
|
-
pulumi_kubernetes_cert_manager/pulumi-plugin.json,sha256=WDPLUwwq4PZJmD7eQ3tKP2RvmpMFRNwV7IZxuo55aGg,99
|
8
|
-
pulumi_kubernetes_cert_manager/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
9
|
-
pulumi_kubernetes_cert_manager-0.3.0a1744236030.dist-info/METADATA,sha256=inYDUcqGP-UqmkcX1NJQ9EAaiiSmaK1HyH5TWrq2Bco,2170
|
10
|
-
pulumi_kubernetes_cert_manager-0.3.0a1744236030.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
|
11
|
-
pulumi_kubernetes_cert_manager-0.3.0a1744236030.dist-info/top_level.txt,sha256=CRJ1c0Ei9-BbbfCWCD2gLhqo5gu6JKflVHGaAY7g93o,31
|
12
|
-
pulumi_kubernetes_cert_manager-0.3.0a1744236030.dist-info/RECORD,,
|
File without changes
|