pulumi-azure-native 2.68.0__py3-none-any.whl → 2.68.0a1729176987__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-azure-native might be problematic. Click here for more details.

Files changed (202) hide show
  1. pulumi_azure_native/__init__.py +0 -58
  2. pulumi_azure_native/awsconnector/_inputs.py +96 -132
  3. pulumi_azure_native/awsconnector/outputs.py +66 -120
  4. pulumi_azure_native/awsconnector/v20241201/_inputs.py +96 -132
  5. pulumi_azure_native/awsconnector/v20241201/outputs.py +66 -120
  6. pulumi_azure_native/cache/__init__.py +0 -3
  7. pulumi_azure_native/cache/access_policy.py +3 -3
  8. pulumi_azure_native/cache/access_policy_assignment.py +3 -3
  9. pulumi_azure_native/cache/firewall_rule.py +3 -3
  10. pulumi_azure_native/cache/get_access_policy.py +2 -2
  11. pulumi_azure_native/cache/get_access_policy_assignment.py +2 -2
  12. pulumi_azure_native/cache/get_firewall_rule.py +2 -2
  13. pulumi_azure_native/cache/get_linked_server.py +2 -2
  14. pulumi_azure_native/cache/get_patch_schedule.py +2 -2
  15. pulumi_azure_native/cache/get_private_endpoint_connection.py +2 -2
  16. pulumi_azure_native/cache/get_redis.py +2 -2
  17. pulumi_azure_native/cache/linked_server.py +3 -3
  18. pulumi_azure_native/cache/list_redis_keys.py +2 -2
  19. pulumi_azure_native/cache/patch_schedule.py +3 -3
  20. pulumi_azure_native/cache/private_endpoint_connection.py +3 -3
  21. pulumi_azure_native/cache/redis.py +3 -3
  22. pulumi_azure_native/cache/v20200601/redis.py +1 -1
  23. pulumi_azure_native/cache/v20230401/firewall_rule.py +1 -1
  24. pulumi_azure_native/cache/v20230401/linked_server.py +1 -1
  25. pulumi_azure_native/cache/v20230401/patch_schedule.py +1 -1
  26. pulumi_azure_native/cache/v20230401/private_endpoint_connection.py +1 -1
  27. pulumi_azure_native/cache/v20230401/redis.py +1 -1
  28. pulumi_azure_native/cache/v20230501preview/access_policy.py +1 -1
  29. pulumi_azure_native/cache/v20230501preview/access_policy_assignment.py +1 -1
  30. pulumi_azure_native/cache/v20230501preview/firewall_rule.py +1 -1
  31. pulumi_azure_native/cache/v20230501preview/linked_server.py +1 -1
  32. pulumi_azure_native/cache/v20230501preview/patch_schedule.py +1 -1
  33. pulumi_azure_native/cache/v20230501preview/private_endpoint_connection.py +1 -1
  34. pulumi_azure_native/cache/v20230501preview/redis.py +1 -1
  35. pulumi_azure_native/cache/v20230801/access_policy.py +1 -1
  36. pulumi_azure_native/cache/v20230801/access_policy_assignment.py +1 -1
  37. pulumi_azure_native/cache/v20230801/firewall_rule.py +1 -1
  38. pulumi_azure_native/cache/v20230801/linked_server.py +1 -1
  39. pulumi_azure_native/cache/v20230801/patch_schedule.py +1 -1
  40. pulumi_azure_native/cache/v20230801/private_endpoint_connection.py +1 -1
  41. pulumi_azure_native/cache/v20230801/redis.py +1 -1
  42. pulumi_azure_native/cache/v20240301/access_policy.py +1 -1
  43. pulumi_azure_native/cache/v20240301/access_policy_assignment.py +1 -1
  44. pulumi_azure_native/cache/v20240301/firewall_rule.py +1 -1
  45. pulumi_azure_native/cache/v20240301/linked_server.py +1 -1
  46. pulumi_azure_native/cache/v20240301/patch_schedule.py +1 -1
  47. pulumi_azure_native/cache/v20240301/private_endpoint_connection.py +1 -1
  48. pulumi_azure_native/cache/v20240301/redis.py +1 -1
  49. pulumi_azure_native/cache/v20240401preview/access_policy.py +1 -1
  50. pulumi_azure_native/cache/v20240401preview/access_policy_assignment.py +1 -1
  51. pulumi_azure_native/cache/v20240401preview/firewall_rule.py +1 -1
  52. pulumi_azure_native/cache/v20240401preview/linked_server.py +1 -1
  53. pulumi_azure_native/cache/v20240401preview/patch_schedule.py +1 -1
  54. pulumi_azure_native/cache/v20240401preview/private_endpoint_connection.py +1 -1
  55. pulumi_azure_native/cache/v20240401preview/redis.py +1 -1
  56. pulumi_azure_native/costmanagement/__init__.py +0 -3
  57. pulumi_azure_native/costmanagement/budget.py +3 -3
  58. pulumi_azure_native/costmanagement/cost_allocation_rule.py +3 -3
  59. pulumi_azure_native/costmanagement/export.py +3 -3
  60. pulumi_azure_native/costmanagement/get_budget.py +2 -2
  61. pulumi_azure_native/costmanagement/get_cost_allocation_rule.py +2 -2
  62. pulumi_azure_native/costmanagement/get_export.py +2 -2
  63. pulumi_azure_native/costmanagement/get_scheduled_action.py +2 -2
  64. pulumi_azure_native/costmanagement/get_scheduled_action_by_scope.py +2 -2
  65. pulumi_azure_native/costmanagement/get_view.py +2 -2
  66. pulumi_azure_native/costmanagement/get_view_by_scope.py +2 -2
  67. pulumi_azure_native/costmanagement/scheduled_action.py +3 -3
  68. pulumi_azure_native/costmanagement/scheduled_action_by_scope.py +3 -3
  69. pulumi_azure_native/costmanagement/tag_inheritance_setting.py +1 -1
  70. pulumi_azure_native/costmanagement/v20190401preview/budget.py +1 -1
  71. pulumi_azure_native/costmanagement/v20191001/export.py +1 -1
  72. pulumi_azure_native/costmanagement/v20191101/view.py +1 -1
  73. pulumi_azure_native/costmanagement/v20191101/view_by_scope.py +1 -1
  74. pulumi_azure_native/costmanagement/v20200301preview/cost_allocation_rule.py +1 -1
  75. pulumi_azure_native/costmanagement/v20200601/view.py +1 -1
  76. pulumi_azure_native/costmanagement/v20200601/view_by_scope.py +1 -1
  77. pulumi_azure_native/costmanagement/v20221001/view.py +1 -1
  78. pulumi_azure_native/costmanagement/v20221001/view_by_scope.py +1 -1
  79. pulumi_azure_native/costmanagement/v20221005preview/tag_inheritance_setting.py +1 -1
  80. pulumi_azure_native/costmanagement/v20221005preview/view.py +1 -1
  81. pulumi_azure_native/costmanagement/v20221005preview/view_by_scope.py +1 -1
  82. pulumi_azure_native/costmanagement/v20230301/export.py +1 -1
  83. pulumi_azure_native/costmanagement/v20230301/scheduled_action.py +1 -1
  84. pulumi_azure_native/costmanagement/v20230301/scheduled_action_by_scope.py +1 -1
  85. pulumi_azure_native/costmanagement/v20230301/view.py +1 -1
  86. pulumi_azure_native/costmanagement/v20230301/view_by_scope.py +1 -1
  87. pulumi_azure_native/costmanagement/v20230401preview/budget.py +1 -1
  88. pulumi_azure_native/costmanagement/v20230401preview/export.py +1 -1
  89. pulumi_azure_native/costmanagement/v20230401preview/scheduled_action.py +1 -1
  90. pulumi_azure_native/costmanagement/v20230401preview/scheduled_action_by_scope.py +1 -1
  91. pulumi_azure_native/costmanagement/v20230401preview/view.py +1 -1
  92. pulumi_azure_native/costmanagement/v20230401preview/view_by_scope.py +1 -1
  93. pulumi_azure_native/costmanagement/v20230701preview/export.py +1 -1
  94. pulumi_azure_native/costmanagement/v20230701preview/scheduled_action.py +1 -1
  95. pulumi_azure_native/costmanagement/v20230701preview/scheduled_action_by_scope.py +1 -1
  96. pulumi_azure_native/costmanagement/v20230701preview/view.py +1 -1
  97. pulumi_azure_native/costmanagement/v20230701preview/view_by_scope.py +1 -1
  98. pulumi_azure_native/costmanagement/v20230801/budget.py +1 -1
  99. pulumi_azure_native/costmanagement/v20230801/cost_allocation_rule.py +1 -1
  100. pulumi_azure_native/costmanagement/v20230801/export.py +1 -1
  101. pulumi_azure_native/costmanagement/v20230801/scheduled_action.py +1 -1
  102. pulumi_azure_native/costmanagement/v20230801/scheduled_action_by_scope.py +1 -1
  103. pulumi_azure_native/costmanagement/v20230801/tag_inheritance_setting.py +1 -1
  104. pulumi_azure_native/costmanagement/v20230801/view.py +1 -1
  105. pulumi_azure_native/costmanagement/v20230801/view_by_scope.py +1 -1
  106. pulumi_azure_native/costmanagement/v20230901/budget.py +1 -1
  107. pulumi_azure_native/costmanagement/v20230901/cost_allocation_rule.py +1 -1
  108. pulumi_azure_native/costmanagement/v20230901/export.py +1 -1
  109. pulumi_azure_native/costmanagement/v20230901/scheduled_action.py +1 -1
  110. pulumi_azure_native/costmanagement/v20230901/scheduled_action_by_scope.py +1 -1
  111. pulumi_azure_native/costmanagement/v20230901/tag_inheritance_setting.py +1 -1
  112. pulumi_azure_native/costmanagement/v20230901/view.py +1 -1
  113. pulumi_azure_native/costmanagement/v20230901/view_by_scope.py +1 -1
  114. pulumi_azure_native/costmanagement/v20231101/budget.py +1 -1
  115. pulumi_azure_native/costmanagement/v20231101/cost_allocation_rule.py +1 -1
  116. pulumi_azure_native/costmanagement/v20231101/export.py +1 -1
  117. pulumi_azure_native/costmanagement/v20231101/scheduled_action.py +1 -1
  118. pulumi_azure_native/costmanagement/v20231101/scheduled_action_by_scope.py +1 -1
  119. pulumi_azure_native/costmanagement/v20231101/tag_inheritance_setting.py +1 -1
  120. pulumi_azure_native/costmanagement/v20231101/view.py +1 -1
  121. pulumi_azure_native/costmanagement/v20231101/view_by_scope.py +1 -1
  122. pulumi_azure_native/costmanagement/view.py +3 -3
  123. pulumi_azure_native/costmanagement/view_by_scope.py +3 -3
  124. pulumi_azure_native/kubernetes/__init__.py +0 -3
  125. pulumi_azure_native/kubernetes/connected_cluster.py +3 -3
  126. pulumi_azure_native/kubernetes/get_connected_cluster.py +2 -2
  127. pulumi_azure_native/kubernetes/list_connected_cluster_user_credential.py +2 -2
  128. pulumi_azure_native/kubernetes/v20220501preview/connected_cluster.py +1 -1
  129. pulumi_azure_native/kubernetes/v20221001preview/connected_cluster.py +1 -1
  130. pulumi_azure_native/kubernetes/v20231101preview/connected_cluster.py +1 -1
  131. pulumi_azure_native/kubernetes/v20240101/connected_cluster.py +1 -1
  132. pulumi_azure_native/kubernetes/v20240201preview/connected_cluster.py +1 -1
  133. pulumi_azure_native/kubernetes/v20240601preview/connected_cluster.py +1 -1
  134. pulumi_azure_native/kubernetes/v20240701preview/connected_cluster.py +1 -1
  135. pulumi_azure_native/kubernetes/v20240715preview/connected_cluster.py +1 -1
  136. pulumi_azure_native/pulumi-plugin.json +1 -1
  137. {pulumi_azure_native-2.68.0.dist-info → pulumi_azure_native-2.68.0a1729176987.dist-info}/METADATA +1 -1
  138. {pulumi_azure_native-2.68.0.dist-info → pulumi_azure_native-2.68.0a1729176987.dist-info}/RECORD +140 -202
  139. pulumi_azure_native/cache/v20241101/__init__.py +0 -25
  140. pulumi_azure_native/cache/v20241101/_enums.py +0 -111
  141. pulumi_azure_native/cache/v20241101/_inputs.py +0 -646
  142. pulumi_azure_native/cache/v20241101/access_policy.py +0 -219
  143. pulumi_azure_native/cache/v20241101/access_policy_assignment.py +0 -279
  144. pulumi_azure_native/cache/v20241101/firewall_rule.py +0 -239
  145. pulumi_azure_native/cache/v20241101/get_access_policy.py +0 -148
  146. pulumi_azure_native/cache/v20241101/get_access_policy_assignment.py +0 -176
  147. pulumi_azure_native/cache/v20241101/get_firewall_rule.py +0 -148
  148. pulumi_azure_native/cache/v20241101/get_linked_server.py +0 -204
  149. pulumi_azure_native/cache/v20241101/get_patch_schedule.py +0 -149
  150. pulumi_azure_native/cache/v20241101/get_private_endpoint_connection.py +0 -163
  151. pulumi_azure_native/cache/v20241101/get_redis.py +0 -493
  152. pulumi_azure_native/cache/v20241101/linked_server.py +0 -299
  153. pulumi_azure_native/cache/v20241101/list_redis_keys.py +0 -100
  154. pulumi_azure_native/cache/v20241101/outputs.py +0 -917
  155. pulumi_azure_native/cache/v20241101/patch_schedule.py +0 -221
  156. pulumi_azure_native/cache/v20241101/private_endpoint_connection.py +0 -232
  157. pulumi_azure_native/cache/v20241101/redis.py +0 -804
  158. pulumi_azure_native/costmanagement/v20240801/__init__.py +0 -26
  159. pulumi_azure_native/costmanagement/v20240801/_enums.py +0 -538
  160. pulumi_azure_native/costmanagement/v20240801/_inputs.py +0 -2660
  161. pulumi_azure_native/costmanagement/v20240801/budget.py +0 -619
  162. pulumi_azure_native/costmanagement/v20240801/cost_allocation_rule.py +0 -190
  163. pulumi_azure_native/costmanagement/v20240801/export.py +0 -415
  164. pulumi_azure_native/costmanagement/v20240801/get_budget.py +0 -337
  165. pulumi_azure_native/costmanagement/v20240801/get_cost_allocation_rule.py +0 -129
  166. pulumi_azure_native/costmanagement/v20240801/get_export.py +0 -261
  167. pulumi_azure_native/costmanagement/v20240801/get_scheduled_action.py +0 -263
  168. pulumi_azure_native/costmanagement/v20240801/get_scheduled_action_by_scope.py +0 -269
  169. pulumi_azure_native/costmanagement/v20240801/get_tag_inheritance_setting.py +0 -144
  170. pulumi_azure_native/costmanagement/v20240801/get_view.py +0 -333
  171. pulumi_azure_native/costmanagement/v20240801/get_view_by_scope.py +0 -339
  172. pulumi_azure_native/costmanagement/v20240801/outputs.py +0 -2593
  173. pulumi_azure_native/costmanagement/v20240801/scheduled_action.py +0 -425
  174. pulumi_azure_native/costmanagement/v20240801/scheduled_action_by_scope.py +0 -426
  175. pulumi_azure_native/costmanagement/v20240801/tag_inheritance_setting.py +0 -222
  176. pulumi_azure_native/costmanagement/v20240801/view.py +0 -587
  177. pulumi_azure_native/costmanagement/v20240801/view_by_scope.py +0 -588
  178. pulumi_azure_native/kubernetes/v20241201preview/__init__.py +0 -13
  179. pulumi_azure_native/kubernetes/v20241201preview/_enums.py +0 -77
  180. pulumi_azure_native/kubernetes/v20241201preview/_inputs.py +0 -559
  181. pulumi_azure_native/kubernetes/v20241201preview/connected_cluster.py +0 -793
  182. pulumi_azure_native/kubernetes/v20241201preview/get_connected_cluster.py +0 -507
  183. pulumi_azure_native/kubernetes/v20241201preview/list_connected_cluster_user_credential.py +0 -114
  184. pulumi_azure_native/kubernetes/v20241201preview/outputs.py +0 -854
  185. pulumi_azure_native/secretsynccontroller/__init__.py +0 -22
  186. pulumi_azure_native/secretsynccontroller/_enums.py +0 -38
  187. pulumi_azure_native/secretsynccontroller/_inputs.py +0 -134
  188. pulumi_azure_native/secretsynccontroller/azure_key_vault_secret_provider_class.py +0 -389
  189. pulumi_azure_native/secretsynccontroller/get_azure_key_vault_secret_provider_class.py +0 -243
  190. pulumi_azure_native/secretsynccontroller/get_secret_sync.py +0 -271
  191. pulumi_azure_native/secretsynccontroller/outputs.py +0 -367
  192. pulumi_azure_native/secretsynccontroller/secret_sync.py +0 -429
  193. pulumi_azure_native/secretsynccontroller/v20240821preview/__init__.py +0 -14
  194. pulumi_azure_native/secretsynccontroller/v20240821preview/_enums.py +0 -38
  195. pulumi_azure_native/secretsynccontroller/v20240821preview/_inputs.py +0 -134
  196. pulumi_azure_native/secretsynccontroller/v20240821preview/azure_key_vault_secret_provider_class.py +0 -387
  197. pulumi_azure_native/secretsynccontroller/v20240821preview/get_azure_key_vault_secret_provider_class.py +0 -241
  198. pulumi_azure_native/secretsynccontroller/v20240821preview/get_secret_sync.py +0 -269
  199. pulumi_azure_native/secretsynccontroller/v20240821preview/outputs.py +0 -367
  200. pulumi_azure_native/secretsynccontroller/v20240821preview/secret_sync.py +0 -427
  201. {pulumi_azure_native-2.68.0.dist-info → pulumi_azure_native-2.68.0a1729176987.dist-info}/WHEEL +0 -0
  202. {pulumi_azure_native-2.68.0.dist-info → pulumi_azure_native-2.68.0a1729176987.dist-info}/top_level.txt +0 -0
@@ -1,367 +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 copy
6
- import warnings
7
- import sys
8
- import pulumi
9
- import pulumi.runtime
10
- from typing import Any, Mapping, Optional, Sequence, Union, overload
11
- if sys.version_info >= (3, 11):
12
- from typing import NotRequired, TypedDict, TypeAlias
13
- else:
14
- from typing_extensions import NotRequired, TypedDict, TypeAlias
15
- from .. import _utilities
16
- from . import outputs
17
- from ._enums import *
18
-
19
- __all__ = [
20
- 'AzureResourceManagerCommonTypesExtendedLocationResponse',
21
- 'KubernetesSecretObjectMappingResponse',
22
- 'SecretSyncConditionResponse',
23
- 'SecretSyncStatusResponse',
24
- 'SystemDataResponse',
25
- ]
26
-
27
- @pulumi.output_type
28
- class AzureResourceManagerCommonTypesExtendedLocationResponse(dict):
29
- """
30
- The complex type of the extended location.
31
- """
32
- def __init__(__self__, *,
33
- name: str,
34
- type: str):
35
- """
36
- The complex type of the extended location.
37
- :param str name: The name of the extended location.
38
- :param str type: The type of the extended location.
39
- """
40
- pulumi.set(__self__, "name", name)
41
- pulumi.set(__self__, "type", type)
42
-
43
- @property
44
- @pulumi.getter
45
- def name(self) -> str:
46
- """
47
- The name of the extended location.
48
- """
49
- return pulumi.get(self, "name")
50
-
51
- @property
52
- @pulumi.getter
53
- def type(self) -> str:
54
- """
55
- The type of the extended location.
56
- """
57
- return pulumi.get(self, "type")
58
-
59
-
60
- @pulumi.output_type
61
- class KubernetesSecretObjectMappingResponse(dict):
62
- """
63
- Properties defining the mapping between a cloud secret store object and a Kubernetes Secret.
64
- """
65
- @staticmethod
66
- def __key_warning(key: str):
67
- suggest = None
68
- if key == "sourcePath":
69
- suggest = "source_path"
70
- elif key == "targetKey":
71
- suggest = "target_key"
72
-
73
- if suggest:
74
- pulumi.log.warn(f"Key '{key}' not found in KubernetesSecretObjectMappingResponse. Access the value via the '{suggest}' property getter instead.")
75
-
76
- def __getitem__(self, key: str) -> Any:
77
- KubernetesSecretObjectMappingResponse.__key_warning(key)
78
- return super().__getitem__(key)
79
-
80
- def get(self, key: str, default = None) -> Any:
81
- KubernetesSecretObjectMappingResponse.__key_warning(key)
82
- return super().get(key, default)
83
-
84
- def __init__(__self__, *,
85
- source_path: str,
86
- target_key: str):
87
- """
88
- Properties defining the mapping between a cloud secret store object and a Kubernetes Secret.
89
- :param str source_path: SourcePath is the identifier for the secret data as defined by the external secret provider. This is the key or path to the secret in the provider's system, which gets mounted to a specific path in the pod. The value should match the name of the secret as specified in the SecretProviderClass's objects array.
90
- :param str target_key: TargetKey is the key in the Kubernetes secret's data field where the secret value will be stored. This key is used to reference the secret data within Kubernetes, and it should be unique within the secret.
91
- """
92
- pulumi.set(__self__, "source_path", source_path)
93
- pulumi.set(__self__, "target_key", target_key)
94
-
95
- @property
96
- @pulumi.getter(name="sourcePath")
97
- def source_path(self) -> str:
98
- """
99
- SourcePath is the identifier for the secret data as defined by the external secret provider. This is the key or path to the secret in the provider's system, which gets mounted to a specific path in the pod. The value should match the name of the secret as specified in the SecretProviderClass's objects array.
100
- """
101
- return pulumi.get(self, "source_path")
102
-
103
- @property
104
- @pulumi.getter(name="targetKey")
105
- def target_key(self) -> str:
106
- """
107
- TargetKey is the key in the Kubernetes secret's data field where the secret value will be stored. This key is used to reference the secret data within Kubernetes, and it should be unique within the secret.
108
- """
109
- return pulumi.get(self, "target_key")
110
-
111
-
112
- @pulumi.output_type
113
- class SecretSyncConditionResponse(dict):
114
- """
115
- A condition represents the status of the secret create and update processes.
116
- """
117
- @staticmethod
118
- def __key_warning(key: str):
119
- suggest = None
120
- if key == "lastTransitionTime":
121
- suggest = "last_transition_time"
122
- elif key == "observedGeneration":
123
- suggest = "observed_generation"
124
-
125
- if suggest:
126
- pulumi.log.warn(f"Key '{key}' not found in SecretSyncConditionResponse. Access the value via the '{suggest}' property getter instead.")
127
-
128
- def __getitem__(self, key: str) -> Any:
129
- SecretSyncConditionResponse.__key_warning(key)
130
- return super().__getitem__(key)
131
-
132
- def get(self, key: str, default = None) -> Any:
133
- SecretSyncConditionResponse.__key_warning(key)
134
- return super().get(key, default)
135
-
136
- def __init__(__self__, *,
137
- last_transition_time: str,
138
- message: str,
139
- observed_generation: float,
140
- reason: str,
141
- status: str,
142
- type: str):
143
- """
144
- A condition represents the status of the secret create and update processes.
145
- :param str last_transition_time: LastTransitionTime is the last time the condition transitioned from one status to another. This should be when the underlying condition changed. If that is not known, then using the time when the API field changed is acceptable.
146
- :param str message: Message is a human readable message indicating details about the transition. This may be an empty string.
147
- :param float observed_generation: ObservedGeneration represents the .metadata.generation that the condition was set based upon. For instance, if .metadata.generation is currently 12, but the .status.conditions[x].observedGeneration is 9, the condition is out of date with respect to the current state of the instance.
148
- :param str reason: Reason contains a programmatic identifier indicating the reason for the condition's last transition. Producers of specific condition types may define expected values and meanings for this field, and whether the values are considered a guaranteed API. The value should be a CamelCase string. This field may not be empty.
149
- :param str status: Status of the condition, one of True, False, Unknown.
150
- :param str type: Type of condition in CamelCase or in foo.example.com/CamelCase. Many .condition.type values are consistent across resources like Available, but because arbitrary conditions can be useful (see .node.status.conditions), the ability to de-conflict is important. The regex it matches is (dns1123SubdomainFmt/)?(qualifiedNameFmt)
151
- """
152
- pulumi.set(__self__, "last_transition_time", last_transition_time)
153
- pulumi.set(__self__, "message", message)
154
- pulumi.set(__self__, "observed_generation", observed_generation)
155
- pulumi.set(__self__, "reason", reason)
156
- pulumi.set(__self__, "status", status)
157
- pulumi.set(__self__, "type", type)
158
-
159
- @property
160
- @pulumi.getter(name="lastTransitionTime")
161
- def last_transition_time(self) -> str:
162
- """
163
- LastTransitionTime is the last time the condition transitioned from one status to another. This should be when the underlying condition changed. If that is not known, then using the time when the API field changed is acceptable.
164
- """
165
- return pulumi.get(self, "last_transition_time")
166
-
167
- @property
168
- @pulumi.getter
169
- def message(self) -> str:
170
- """
171
- Message is a human readable message indicating details about the transition. This may be an empty string.
172
- """
173
- return pulumi.get(self, "message")
174
-
175
- @property
176
- @pulumi.getter(name="observedGeneration")
177
- def observed_generation(self) -> float:
178
- """
179
- ObservedGeneration represents the .metadata.generation that the condition was set based upon. For instance, if .metadata.generation is currently 12, but the .status.conditions[x].observedGeneration is 9, the condition is out of date with respect to the current state of the instance.
180
- """
181
- return pulumi.get(self, "observed_generation")
182
-
183
- @property
184
- @pulumi.getter
185
- def reason(self) -> str:
186
- """
187
- Reason contains a programmatic identifier indicating the reason for the condition's last transition. Producers of specific condition types may define expected values and meanings for this field, and whether the values are considered a guaranteed API. The value should be a CamelCase string. This field may not be empty.
188
- """
189
- return pulumi.get(self, "reason")
190
-
191
- @property
192
- @pulumi.getter
193
- def status(self) -> str:
194
- """
195
- Status of the condition, one of True, False, Unknown.
196
- """
197
- return pulumi.get(self, "status")
198
-
199
- @property
200
- @pulumi.getter
201
- def type(self) -> str:
202
- """
203
- Type of condition in CamelCase or in foo.example.com/CamelCase. Many .condition.type values are consistent across resources like Available, but because arbitrary conditions can be useful (see .node.status.conditions), the ability to de-conflict is important. The regex it matches is (dns1123SubdomainFmt/)?(qualifiedNameFmt)
204
- """
205
- return pulumi.get(self, "type")
206
-
207
-
208
- @pulumi.output_type
209
- class SecretSyncStatusResponse(dict):
210
- """
211
- SecretSyncStatus defines the observed state of the secret synchronization process.
212
- """
213
- @staticmethod
214
- def __key_warning(key: str):
215
- suggest = None
216
- if key == "lastSuccessfulSyncTime":
217
- suggest = "last_successful_sync_time"
218
-
219
- if suggest:
220
- pulumi.log.warn(f"Key '{key}' not found in SecretSyncStatusResponse. Access the value via the '{suggest}' property getter instead.")
221
-
222
- def __getitem__(self, key: str) -> Any:
223
- SecretSyncStatusResponse.__key_warning(key)
224
- return super().__getitem__(key)
225
-
226
- def get(self, key: str, default = None) -> Any:
227
- SecretSyncStatusResponse.__key_warning(key)
228
- return super().get(key, default)
229
-
230
- def __init__(__self__, *,
231
- conditions: Sequence['outputs.SecretSyncConditionResponse'],
232
- last_successful_sync_time: str):
233
- """
234
- SecretSyncStatus defines the observed state of the secret synchronization process.
235
- :param Sequence['SecretSyncConditionResponse'] conditions: Conditions represent the status of the secret create and update processes. The status can be True, False, or Unknown with various reasons and messages explaining the state. Examples of reasons include CreateSucceeded, ProviderError, InvalidClusterSecretLabelError, InvalidClusterSecretAnnotationError, UnknownError, ValidatingAdmissionPolicyCheckFailed, UserInputValidationFailed, ControllerSpcError, ControllerInternalError, NoValueChange, and ValueChangeOrForceUpdateDetected.
236
- :param str last_successful_sync_time: LastSuccessfulSyncTime represents the last time the secret was retrieved from the Provider and updated.
237
- """
238
- pulumi.set(__self__, "conditions", conditions)
239
- pulumi.set(__self__, "last_successful_sync_time", last_successful_sync_time)
240
-
241
- @property
242
- @pulumi.getter
243
- def conditions(self) -> Sequence['outputs.SecretSyncConditionResponse']:
244
- """
245
- Conditions represent the status of the secret create and update processes. The status can be True, False, or Unknown with various reasons and messages explaining the state. Examples of reasons include CreateSucceeded, ProviderError, InvalidClusterSecretLabelError, InvalidClusterSecretAnnotationError, UnknownError, ValidatingAdmissionPolicyCheckFailed, UserInputValidationFailed, ControllerSpcError, ControllerInternalError, NoValueChange, and ValueChangeOrForceUpdateDetected.
246
- """
247
- return pulumi.get(self, "conditions")
248
-
249
- @property
250
- @pulumi.getter(name="lastSuccessfulSyncTime")
251
- def last_successful_sync_time(self) -> str:
252
- """
253
- LastSuccessfulSyncTime represents the last time the secret was retrieved from the Provider and updated.
254
- """
255
- return pulumi.get(self, "last_successful_sync_time")
256
-
257
-
258
- @pulumi.output_type
259
- class SystemDataResponse(dict):
260
- """
261
- Metadata pertaining to creation and last modification of the resource.
262
- """
263
- @staticmethod
264
- def __key_warning(key: str):
265
- suggest = None
266
- if key == "createdAt":
267
- suggest = "created_at"
268
- elif key == "createdBy":
269
- suggest = "created_by"
270
- elif key == "createdByType":
271
- suggest = "created_by_type"
272
- elif key == "lastModifiedAt":
273
- suggest = "last_modified_at"
274
- elif key == "lastModifiedBy":
275
- suggest = "last_modified_by"
276
- elif key == "lastModifiedByType":
277
- suggest = "last_modified_by_type"
278
-
279
- if suggest:
280
- pulumi.log.warn(f"Key '{key}' not found in SystemDataResponse. Access the value via the '{suggest}' property getter instead.")
281
-
282
- def __getitem__(self, key: str) -> Any:
283
- SystemDataResponse.__key_warning(key)
284
- return super().__getitem__(key)
285
-
286
- def get(self, key: str, default = None) -> Any:
287
- SystemDataResponse.__key_warning(key)
288
- return super().get(key, default)
289
-
290
- def __init__(__self__, *,
291
- created_at: Optional[str] = None,
292
- created_by: Optional[str] = None,
293
- created_by_type: Optional[str] = None,
294
- last_modified_at: Optional[str] = None,
295
- last_modified_by: Optional[str] = None,
296
- last_modified_by_type: Optional[str] = None):
297
- """
298
- Metadata pertaining to creation and last modification of the resource.
299
- :param str created_at: The timestamp of resource creation (UTC).
300
- :param str created_by: The identity that created the resource.
301
- :param str created_by_type: The type of identity that created the resource.
302
- :param str last_modified_at: The timestamp of resource last modification (UTC)
303
- :param str last_modified_by: The identity that last modified the resource.
304
- :param str last_modified_by_type: The type of identity that last modified the resource.
305
- """
306
- if created_at is not None:
307
- pulumi.set(__self__, "created_at", created_at)
308
- if created_by is not None:
309
- pulumi.set(__self__, "created_by", created_by)
310
- if created_by_type is not None:
311
- pulumi.set(__self__, "created_by_type", created_by_type)
312
- if last_modified_at is not None:
313
- pulumi.set(__self__, "last_modified_at", last_modified_at)
314
- if last_modified_by is not None:
315
- pulumi.set(__self__, "last_modified_by", last_modified_by)
316
- if last_modified_by_type is not None:
317
- pulumi.set(__self__, "last_modified_by_type", last_modified_by_type)
318
-
319
- @property
320
- @pulumi.getter(name="createdAt")
321
- def created_at(self) -> Optional[str]:
322
- """
323
- The timestamp of resource creation (UTC).
324
- """
325
- return pulumi.get(self, "created_at")
326
-
327
- @property
328
- @pulumi.getter(name="createdBy")
329
- def created_by(self) -> Optional[str]:
330
- """
331
- The identity that created the resource.
332
- """
333
- return pulumi.get(self, "created_by")
334
-
335
- @property
336
- @pulumi.getter(name="createdByType")
337
- def created_by_type(self) -> Optional[str]:
338
- """
339
- The type of identity that created the resource.
340
- """
341
- return pulumi.get(self, "created_by_type")
342
-
343
- @property
344
- @pulumi.getter(name="lastModifiedAt")
345
- def last_modified_at(self) -> Optional[str]:
346
- """
347
- The timestamp of resource last modification (UTC)
348
- """
349
- return pulumi.get(self, "last_modified_at")
350
-
351
- @property
352
- @pulumi.getter(name="lastModifiedBy")
353
- def last_modified_by(self) -> Optional[str]:
354
- """
355
- The identity that last modified the resource.
356
- """
357
- return pulumi.get(self, "last_modified_by")
358
-
359
- @property
360
- @pulumi.getter(name="lastModifiedByType")
361
- def last_modified_by_type(self) -> Optional[str]:
362
- """
363
- The type of identity that last modified the resource.
364
- """
365
- return pulumi.get(self, "last_modified_by_type")
366
-
367
-