pulumi-kubernetes-cert-manager 0.2.0a1736827123__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.
@@ -0,0 +1,35 @@
1
+ # coding=utf-8
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
+ # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+
5
+ from . import _utilities
6
+ import typing
7
+ # Export this package's modules as members:
8
+ from .cert_manager import *
9
+ from .provider import *
10
+ from ._inputs import *
11
+ from . import outputs
12
+ _utilities.register(
13
+ resource_modules="""
14
+ [
15
+ {
16
+ "pkg": "kubernetes-cert-manager",
17
+ "mod": "index",
18
+ "fqn": "pulumi_kubernetes_cert_manager",
19
+ "classes": {
20
+ "kubernetes-cert-manager:index:CertManager": "CertManager"
21
+ }
22
+ }
23
+ ]
24
+ """,
25
+ resource_packages="""
26
+ [
27
+ {
28
+ "pkg": "kubernetes-cert-manager",
29
+ "token": "pulumi:providers:kubernetes-cert-manager",
30
+ "fqn": "pulumi_kubernetes_cert_manager",
31
+ "class": "Provider"
32
+ }
33
+ ]
34
+ """
35
+ )