pulumiverse-cpln 0.0.61__tar.gz → 0.0.62__tar.gz

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.
Files changed (51) hide show
  1. {pulumiverse_cpln-0.0.61 → pulumiverse_cpln-0.0.62}/PKG-INFO +8 -7
  2. pulumiverse_cpln-0.0.62/pulumiverse_cpln/config/__init__.pyi +48 -0
  3. {pulumiverse_cpln-0.0.61 → pulumiverse_cpln-0.0.62}/pulumiverse_cpln/get_image.py +4 -0
  4. {pulumiverse_cpln-0.0.61 → pulumiverse_cpln-0.0.62}/pulumiverse_cpln/get_location.py +6 -6
  5. {pulumiverse_cpln-0.0.61 → pulumiverse_cpln-0.0.62}/pulumiverse_cpln/get_locations.py +4 -4
  6. {pulumiverse_cpln-0.0.61 → pulumiverse_cpln-0.0.62}/pulumiverse_cpln/mk8s_kubeconfig.py +12 -4
  7. {pulumiverse_cpln-0.0.61 → pulumiverse_cpln-0.0.62}/pulumiverse_cpln/pulumi-plugin.json +1 -0
  8. {pulumiverse_cpln-0.0.61 → pulumiverse_cpln-0.0.62}/pulumiverse_cpln.egg-info/PKG-INFO +9 -8
  9. {pulumiverse_cpln-0.0.61 → pulumiverse_cpln-0.0.62}/pulumiverse_cpln.egg-info/SOURCES.txt +2 -2
  10. pulumiverse_cpln-0.0.62/pyproject.toml +22 -0
  11. pulumiverse_cpln-0.0.61/pulumiverse_cpln.egg-info/not-zip-safe +0 -1
  12. pulumiverse_cpln-0.0.61/setup.py +0 -46
  13. {pulumiverse_cpln-0.0.61 → pulumiverse_cpln-0.0.62}/README.md +0 -0
  14. {pulumiverse_cpln-0.0.61 → pulumiverse_cpln-0.0.62}/pulumiverse_cpln/__init__.py +0 -0
  15. {pulumiverse_cpln-0.0.61 → pulumiverse_cpln-0.0.62}/pulumiverse_cpln/_inputs.py +0 -0
  16. {pulumiverse_cpln-0.0.61 → pulumiverse_cpln-0.0.62}/pulumiverse_cpln/_utilities.py +0 -0
  17. {pulumiverse_cpln-0.0.61 → pulumiverse_cpln-0.0.62}/pulumiverse_cpln/agent.py +0 -0
  18. {pulumiverse_cpln-0.0.61 → pulumiverse_cpln-0.0.62}/pulumiverse_cpln/audit_context.py +0 -0
  19. {pulumiverse_cpln-0.0.61 → pulumiverse_cpln-0.0.62}/pulumiverse_cpln/cloud_account.py +0 -0
  20. {pulumiverse_cpln-0.0.61 → pulumiverse_cpln-0.0.62}/pulumiverse_cpln/config/__init__.py +0 -0
  21. {pulumiverse_cpln-0.0.61 → pulumiverse_cpln-0.0.62}/pulumiverse_cpln/config/vars.py +0 -0
  22. {pulumiverse_cpln-0.0.61 → pulumiverse_cpln-0.0.62}/pulumiverse_cpln/custom_location.py +0 -0
  23. {pulumiverse_cpln-0.0.61 → pulumiverse_cpln-0.0.62}/pulumiverse_cpln/domain.py +0 -0
  24. {pulumiverse_cpln-0.0.61 → pulumiverse_cpln-0.0.62}/pulumiverse_cpln/domain_route.py +0 -0
  25. {pulumiverse_cpln-0.0.61 → pulumiverse_cpln-0.0.62}/pulumiverse_cpln/get_cloud_account.py +0 -0
  26. {pulumiverse_cpln-0.0.61 → pulumiverse_cpln-0.0.62}/pulumiverse_cpln/get_gvc.py +0 -0
  27. {pulumiverse_cpln-0.0.61 → pulumiverse_cpln-0.0.62}/pulumiverse_cpln/get_images.py +0 -0
  28. {pulumiverse_cpln-0.0.61 → pulumiverse_cpln-0.0.62}/pulumiverse_cpln/get_org.py +0 -0
  29. {pulumiverse_cpln-0.0.61 → pulumiverse_cpln-0.0.62}/pulumiverse_cpln/get_secret.py +0 -0
  30. {pulumiverse_cpln-0.0.61 → pulumiverse_cpln-0.0.62}/pulumiverse_cpln/group.py +0 -0
  31. {pulumiverse_cpln-0.0.61 → pulumiverse_cpln-0.0.62}/pulumiverse_cpln/gvc.py +0 -0
  32. {pulumiverse_cpln-0.0.61 → pulumiverse_cpln-0.0.62}/pulumiverse_cpln/identity.py +0 -0
  33. {pulumiverse_cpln-0.0.61 → pulumiverse_cpln-0.0.62}/pulumiverse_cpln/ip_set.py +0 -0
  34. {pulumiverse_cpln-0.0.61 → pulumiverse_cpln-0.0.62}/pulumiverse_cpln/location.py +0 -0
  35. {pulumiverse_cpln-0.0.61 → pulumiverse_cpln-0.0.62}/pulumiverse_cpln/mk8s.py +0 -0
  36. {pulumiverse_cpln-0.0.61 → pulumiverse_cpln-0.0.62}/pulumiverse_cpln/org.py +0 -0
  37. {pulumiverse_cpln-0.0.61 → pulumiverse_cpln-0.0.62}/pulumiverse_cpln/org_logging.py +0 -0
  38. {pulumiverse_cpln-0.0.61 → pulumiverse_cpln-0.0.62}/pulumiverse_cpln/org_tracing.py +0 -0
  39. {pulumiverse_cpln-0.0.61 → pulumiverse_cpln-0.0.62}/pulumiverse_cpln/outputs.py +0 -0
  40. {pulumiverse_cpln-0.0.61 → pulumiverse_cpln-0.0.62}/pulumiverse_cpln/policy.py +0 -0
  41. {pulumiverse_cpln-0.0.61 → pulumiverse_cpln-0.0.62}/pulumiverse_cpln/provider.py +0 -0
  42. {pulumiverse_cpln-0.0.61 → pulumiverse_cpln-0.0.62}/pulumiverse_cpln/py.typed +0 -0
  43. {pulumiverse_cpln-0.0.61 → pulumiverse_cpln-0.0.62}/pulumiverse_cpln/secret.py +0 -0
  44. {pulumiverse_cpln-0.0.61 → pulumiverse_cpln-0.0.62}/pulumiverse_cpln/service_account.py +0 -0
  45. {pulumiverse_cpln-0.0.61 → pulumiverse_cpln-0.0.62}/pulumiverse_cpln/service_account_key.py +0 -0
  46. {pulumiverse_cpln-0.0.61 → pulumiverse_cpln-0.0.62}/pulumiverse_cpln/volume_set.py +0 -0
  47. {pulumiverse_cpln-0.0.61 → pulumiverse_cpln-0.0.62}/pulumiverse_cpln/workload.py +0 -0
  48. {pulumiverse_cpln-0.0.61 → pulumiverse_cpln-0.0.62}/pulumiverse_cpln.egg-info/dependency_links.txt +0 -0
  49. {pulumiverse_cpln-0.0.61 → pulumiverse_cpln-0.0.62}/pulumiverse_cpln.egg-info/requires.txt +0 -0
  50. {pulumiverse_cpln-0.0.61 → pulumiverse_cpln-0.0.62}/pulumiverse_cpln.egg-info/top_level.txt +0 -0
  51. {pulumiverse_cpln-0.0.61 → pulumiverse_cpln-0.0.62}/setup.cfg +0 -0
@@ -1,14 +1,17 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.4
2
2
  Name: pulumiverse_cpln
3
- Version: 0.0.61
3
+ Version: 0.0.62
4
4
  Summary: A Pulumi package for creating and managing Control Plane (cpln) resources.
5
- Home-page: https://www.pulumi.com
6
5
  License: Apache-2.0
6
+ Project-URL: Homepage, https://www.controlplane.com
7
7
  Project-URL: Repository, https://github.com/pulumiverse/pulumi-cpln
8
- Keywords: pulumi cpln category/infrastructure
9
- Platform: UNKNOWN
8
+ Keywords: pulumi,cpln,category/infrastructure
10
9
  Requires-Python: >=3.9
11
10
  Description-Content-Type: text/markdown
11
+ Requires-Dist: parver>=0.2.1
12
+ Requires-Dist: pulumi<4.0.0,>=3.0.0
13
+ Requires-Dist: semver>=2.8.1
14
+ Requires-Dist: typing-extensions<5,>=4.11; python_version < "3.11"
12
15
 
13
16
  # Control Plane (cpln) Resource Provider
14
17
 
@@ -69,5 +72,3 @@ The following configuration points are available for the `cpln` provider:
69
72
  ## Reference
70
73
 
71
74
  For detailed reference documentation, please visit [the Pulumi registry](https://www.pulumi.com/registry/packages/cpln/api-docs/).
72
-
73
-
@@ -0,0 +1,48 @@
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
+ import builtins
6
+ import copy
7
+ import warnings
8
+ import sys
9
+ import pulumi
10
+ import pulumi.runtime
11
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
12
+ if sys.version_info >= (3, 11):
13
+ from typing import NotRequired, TypedDict, TypeAlias
14
+ else:
15
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
16
+ from .. import _utilities
17
+
18
+ endpoint: Optional[str]
19
+ """
20
+ The Control Plane Data Service API endpoint. Default is: https://api.cpln.io. Can be specified with the CPLN_ENDPOINT
21
+ environment variable.
22
+ """
23
+
24
+ org: Optional[str]
25
+ """
26
+ The Control Plane org that this provider will perform actions against. Can be specified with the CPLN_ORG environment
27
+ variable.
28
+ """
29
+
30
+ profile: Optional[str]
31
+ """
32
+ The user/service account profile that this provider will use to authenticate to the data service. Can be specified with
33
+ the CPLN_PROFILE environment variable.
34
+ """
35
+
36
+ refreshToken: Optional[str]
37
+ """
38
+ A generated token that can be used to authenticate to the data service API. Can be specified with the CPLN_REFRESH_TOKEN
39
+ environment variable. Used when the provider is required to create an org or update the auth_config property. Refer to
40
+ the section above on how to obtain the refresh token.
41
+ """
42
+
43
+ token: Optional[str]
44
+ """
45
+ A generated token that can be used to authenticate to the data service API. Can be specified with the CPLN_TOKEN
46
+ environment variable.
47
+ """
48
+
@@ -181,7 +181,9 @@ def get_image(name: Optional[builtins.str] = None,
181
181
  import pulumi
182
182
  import pulumi_cpln as cpln
183
183
 
184
+ # Get latest image
184
185
  image_name_only = cpln.get_image(name="IMAGE_NAME")
186
+ # Get Specific image
185
187
  image_name_with_tag = cpln.get_image(name="IMAGE_NAME:TAG")
186
188
  pulumi.export("latestImage", image_name_only)
187
189
  pulumi.export("specificImage", image_name_with_tag)
@@ -256,7 +258,9 @@ def get_image_output(name: Optional[pulumi.Input[builtins.str]] = None,
256
258
  import pulumi
257
259
  import pulumi_cpln as cpln
258
260
 
261
+ # Get latest image
259
262
  image_name_only = cpln.get_image(name="IMAGE_NAME")
263
+ # Get Specific image
260
264
  image_name_with_tag = cpln.get_image(name="IMAGE_NAME:TAG")
261
265
  pulumi.export("latestImage", image_name_only)
262
266
  pulumi.export("specificImage", image_name_with_tag)
@@ -182,9 +182,9 @@ def get_location(name: Optional[builtins.str] = None,
182
182
  import pulumi
183
183
  import pulumi_cpln as cpln
184
184
 
185
- location_location = cpln.get_location(name="aws-us-west-2")
186
- pulumi.export("location", location_location)
187
- pulumi.export("locationEnabled", location_location.enabled)
185
+ location = cpln.get_location(name="aws-us-west-2")
186
+ pulumi.export("location", location)
187
+ pulumi.export("locationEnabled", location.enabled)
188
188
  ```
189
189
  """
190
190
  __args__ = dict()
@@ -249,9 +249,9 @@ def get_location_output(name: Optional[pulumi.Input[builtins.str]] = None,
249
249
  import pulumi
250
250
  import pulumi_cpln as cpln
251
251
 
252
- location_location = cpln.get_location(name="aws-us-west-2")
253
- pulumi.export("location", location_location)
254
- pulumi.export("locationEnabled", location_location.enabled)
252
+ location = cpln.get_location(name="aws-us-west-2")
253
+ pulumi.export("location", location)
254
+ pulumi.export("locationEnabled", location.enabled)
255
255
  ```
256
256
  """
257
257
  __args__ = dict()
@@ -104,8 +104,8 @@ def get_locations(opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetLo
104
104
  import pulumi
105
105
  import pulumi_cpln as cpln
106
106
 
107
- locations_locations = cpln.get_locations()
108
- pulumi.export("locations", locations_locations.locations)
107
+ locations = cpln.get_locations()
108
+ pulumi.export("locations", locations.locations)
109
109
  ```
110
110
  """
111
111
  __args__ = dict()
@@ -159,8 +159,8 @@ def get_locations_output(opts: Optional[Union[pulumi.InvokeOptions, pulumi.Invok
159
159
  import pulumi
160
160
  import pulumi_cpln as cpln
161
161
 
162
- locations_locations = cpln.get_locations()
163
- pulumi.export("locations", locations_locations.locations)
162
+ locations = cpln.get_locations()
163
+ pulumi.export("locations", locations.locations)
164
164
  ```
165
165
  """
166
166
  __args__ = dict()
@@ -183,7 +183,9 @@ class Mk8sKubeconfig(pulumi.CustomResource):
183
183
  import pulumi
184
184
  import pulumiverse_cpln as cpln
185
185
 
186
- new = cpln.Mk8sKubeconfig("new", profile="default")
186
+ new = cpln.Mk8sKubeconfig("new",
187
+ name="generic-cluster",
188
+ profile="default")
187
189
  pulumi.export("generic-cluster-kubeconfig", new.kubeconfig)
188
190
  ```
189
191
 
@@ -193,7 +195,9 @@ class Mk8sKubeconfig(pulumi.CustomResource):
193
195
  import pulumi
194
196
  import pulumiverse_cpln as cpln
195
197
 
196
- new = cpln.Mk8sKubeconfig("new", service_account="devops-sa")
198
+ new = cpln.Mk8sKubeconfig("new",
199
+ name="generic-cluster",
200
+ service_account="devops-sa")
197
201
  pulumi.export("generic-cluster-kubeconfig", new.kubeconfig)
198
202
  ```
199
203
 
@@ -237,7 +241,9 @@ class Mk8sKubeconfig(pulumi.CustomResource):
237
241
  import pulumi
238
242
  import pulumiverse_cpln as cpln
239
243
 
240
- new = cpln.Mk8sKubeconfig("new", profile="default")
244
+ new = cpln.Mk8sKubeconfig("new",
245
+ name="generic-cluster",
246
+ profile="default")
241
247
  pulumi.export("generic-cluster-kubeconfig", new.kubeconfig)
242
248
  ```
243
249
 
@@ -247,7 +253,9 @@ class Mk8sKubeconfig(pulumi.CustomResource):
247
253
  import pulumi
248
254
  import pulumiverse_cpln as cpln
249
255
 
250
- new = cpln.Mk8sKubeconfig("new", service_account="devops-sa")
256
+ new = cpln.Mk8sKubeconfig("new",
257
+ name="generic-cluster",
258
+ service_account="devops-sa")
251
259
  pulumi.export("generic-cluster-kubeconfig", new.kubeconfig)
252
260
  ```
253
261
 
@@ -1,5 +1,6 @@
1
1
  {
2
2
  "resource": true,
3
3
  "name": "cpln",
4
+ "version": "0.0.62",
4
5
  "server": "github://api.github.com/pulumiverse"
5
6
  }
@@ -1,14 +1,17 @@
1
- Metadata-Version: 2.1
2
- Name: pulumiverse-cpln
3
- Version: 0.0.61
1
+ Metadata-Version: 2.4
2
+ Name: pulumiverse_cpln
3
+ Version: 0.0.62
4
4
  Summary: A Pulumi package for creating and managing Control Plane (cpln) resources.
5
- Home-page: https://www.pulumi.com
6
5
  License: Apache-2.0
6
+ Project-URL: Homepage, https://www.controlplane.com
7
7
  Project-URL: Repository, https://github.com/pulumiverse/pulumi-cpln
8
- Keywords: pulumi cpln category/infrastructure
9
- Platform: UNKNOWN
8
+ Keywords: pulumi,cpln,category/infrastructure
10
9
  Requires-Python: >=3.9
11
10
  Description-Content-Type: text/markdown
11
+ Requires-Dist: parver>=0.2.1
12
+ Requires-Dist: pulumi<4.0.0,>=3.0.0
13
+ Requires-Dist: semver>=2.8.1
14
+ Requires-Dist: typing-extensions<5,>=4.11; python_version < "3.11"
12
15
 
13
16
  # Control Plane (cpln) Resource Provider
14
17
 
@@ -69,5 +72,3 @@ The following configuration points are available for the `cpln` provider:
69
72
  ## Reference
70
73
 
71
74
  For detailed reference documentation, please visit [the Pulumi registry](https://www.pulumi.com/registry/packages/cpln/api-docs/).
72
-
73
-
@@ -1,5 +1,5 @@
1
1
  README.md
2
- setup.py
2
+ pyproject.toml
3
3
  pulumiverse_cpln/__init__.py
4
4
  pulumiverse_cpln/_inputs.py
5
5
  pulumiverse_cpln/_utilities.py
@@ -40,8 +40,8 @@ pulumiverse_cpln/workload.py
40
40
  pulumiverse_cpln.egg-info/PKG-INFO
41
41
  pulumiverse_cpln.egg-info/SOURCES.txt
42
42
  pulumiverse_cpln.egg-info/dependency_links.txt
43
- pulumiverse_cpln.egg-info/not-zip-safe
44
43
  pulumiverse_cpln.egg-info/requires.txt
45
44
  pulumiverse_cpln.egg-info/top_level.txt
46
45
  pulumiverse_cpln/config/__init__.py
46
+ pulumiverse_cpln/config/__init__.pyi
47
47
  pulumiverse_cpln/config/vars.py
@@ -0,0 +1,22 @@
1
+ [project]
2
+ name = "pulumiverse_cpln"
3
+ description = "A Pulumi package for creating and managing Control Plane (cpln) resources."
4
+ dependencies = ["parver>=0.2.1", "pulumi>=3.0.0,<4.0.0", "semver>=2.8.1", "typing-extensions>=4.11,<5; python_version < \"3.11\""]
5
+ keywords = ["pulumi", "cpln", "category/infrastructure"]
6
+ readme = "README.md"
7
+ requires-python = ">=3.9"
8
+ version = "0.0.62"
9
+ [project.license]
10
+ text = "Apache-2.0"
11
+ [project.urls]
12
+ Homepage = "https://www.controlplane.com"
13
+ Repository = "https://github.com/pulumiverse/pulumi-cpln"
14
+
15
+ [build-system]
16
+ requires = ["setuptools>=61.0"]
17
+ build-backend = "setuptools.build_meta"
18
+
19
+ [tool]
20
+ [tool.setuptools]
21
+ [tool.setuptools.package-data]
22
+ pulumiverse_cpln = ["py.typed", "pulumi-plugin.json"]
@@ -1,46 +0,0 @@
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
- import builtins
6
- import errno
7
- from setuptools import setup, find_packages
8
- from setuptools.command.install import install
9
- from subprocess import check_call
10
-
11
-
12
- VERSION = "0.0.61"
13
- def readme():
14
- try:
15
- with open('README.md', encoding='utf-8') as f:
16
- return f.read()
17
- except FileNotFoundError:
18
- return "cpln Pulumi Package - Development Version"
19
-
20
-
21
- setup(name='pulumiverse_cpln',
22
- python_requires='>=3.9',
23
- version=VERSION,
24
- description="A Pulumi package for creating and managing Control Plane (cpln) resources.",
25
- long_description=readme(),
26
- long_description_content_type='text/markdown',
27
- keywords='pulumi cpln category/infrastructure',
28
- url='https://www.pulumi.com',
29
- project_urls={
30
- 'Repository': 'https://github.com/pulumiverse/pulumi-cpln'
31
- },
32
- license='Apache-2.0',
33
- packages=find_packages(),
34
- package_data={
35
- 'pulumiverse_cpln': [
36
- 'py.typed',
37
- 'pulumi-plugin.json',
38
- ]
39
- },
40
- install_requires=[
41
- 'parver>=0.2.1',
42
- 'pulumi>=3.0.0,<4.0.0',
43
- 'semver>=2.8.1',
44
- 'typing-extensions>=4.11,<5; python_version < "3.11"'
45
- ],
46
- zip_safe=False)