pulumi-gcp 9.0.0a1__py3-none-any.whl → 9.0.0a1758219982__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.
Files changed (209) hide show
  1. pulumi_gcp/__init__.py +48 -0
  2. pulumi_gcp/activedirectory/peering.py +16 -0
  3. pulumi_gcp/apigateway/api_config_iam_binding.py +4 -4
  4. pulumi_gcp/apigateway/api_config_iam_member.py +4 -4
  5. pulumi_gcp/apigateway/api_config_iam_policy.py +4 -4
  6. pulumi_gcp/apigateway/api_iam_binding.py +4 -4
  7. pulumi_gcp/apigateway/api_iam_member.py +4 -4
  8. pulumi_gcp/apigateway/api_iam_policy.py +4 -4
  9. pulumi_gcp/apigateway/gateway_iam_binding.py +4 -4
  10. pulumi_gcp/apigateway/gateway_iam_member.py +4 -4
  11. pulumi_gcp/apigateway/gateway_iam_policy.py +4 -4
  12. pulumi_gcp/artifactregistry/__init__.py +1 -0
  13. pulumi_gcp/artifactregistry/get_python_package.py +237 -0
  14. pulumi_gcp/artifactregistry/get_repository.py +12 -1
  15. pulumi_gcp/artifactregistry/repository.py +28 -0
  16. pulumi_gcp/backupdisasterrecovery/__init__.py +1 -0
  17. pulumi_gcp/backupdisasterrecovery/backup_plan.py +4 -4
  18. pulumi_gcp/backupdisasterrecovery/get_backup.py +12 -1
  19. pulumi_gcp/backupdisasterrecovery/get_backup_plan_association.py +4 -0
  20. pulumi_gcp/backupdisasterrecovery/get_data_source_references.py +135 -0
  21. pulumi_gcp/backupdisasterrecovery/get_management_server.py +4 -0
  22. pulumi_gcp/backupdisasterrecovery/outputs.py +103 -0
  23. pulumi_gcp/bigquery/app_profile.py +14 -49
  24. pulumi_gcp/bigquery/dataset_access.py +4 -8
  25. pulumi_gcp/bigquery/table.py +7 -21
  26. pulumi_gcp/bigqueryanalyticshub/data_exchange_subscription.py +20 -0
  27. pulumi_gcp/bigtable/app_profile.py +14 -49
  28. pulumi_gcp/bigtable/table.py +42 -42
  29. pulumi_gcp/certificatemanager/certificate_map_entry.py +7 -7
  30. pulumi_gcp/chronicle/_inputs.py +6 -5
  31. pulumi_gcp/chronicle/outputs.py +4 -3
  32. pulumi_gcp/chronicle/reference_list.py +53 -5
  33. pulumi_gcp/cloudasset/get_resources_search_all.py +8 -0
  34. pulumi_gcp/cloudbuild/_inputs.py +20 -0
  35. pulumi_gcp/cloudbuild/outputs.py +14 -0
  36. pulumi_gcp/cloudbuild/trigger.py +4 -2
  37. pulumi_gcp/cloudbuild/worker_pool.py +28 -21
  38. pulumi_gcp/cloudfunctions/function.py +4 -8
  39. pulumi_gcp/cloudquota/s_quota_adjuster_settings.py +16 -0
  40. pulumi_gcp/cloudrunv2/_inputs.py +57 -0
  41. pulumi_gcp/cloudrunv2/get_service.py +12 -1
  42. pulumi_gcp/cloudrunv2/outputs.py +81 -0
  43. pulumi_gcp/cloudrunv2/service.py +54 -0
  44. pulumi_gcp/cloudrunv2/worker_pool.py +2 -2
  45. pulumi_gcp/composer/environment.py +28 -49
  46. pulumi_gcp/compute/_inputs.py +804 -24
  47. pulumi_gcp/compute/backend_bucket.py +14 -0
  48. pulumi_gcp/compute/backend_bucket_iam_binding.py +236 -0
  49. pulumi_gcp/compute/backend_bucket_iam_member.py +236 -0
  50. pulumi_gcp/compute/backend_bucket_iam_policy.py +236 -0
  51. pulumi_gcp/compute/backend_service_iam_binding.py +464 -0
  52. pulumi_gcp/compute/backend_service_iam_member.py +464 -0
  53. pulumi_gcp/compute/backend_service_iam_policy.py +464 -0
  54. pulumi_gcp/compute/cross_site_network.py +16 -0
  55. pulumi_gcp/compute/future_reservation.py +32 -0
  56. pulumi_gcp/compute/get_region_backend_service.py +12 -1
  57. pulumi_gcp/compute/get_resource_policy.py +2 -20
  58. pulumi_gcp/compute/instance_from_machine_image.py +75 -110
  59. pulumi_gcp/compute/instance_from_template.py +75 -110
  60. pulumi_gcp/compute/instance_group_manager.py +7 -14
  61. pulumi_gcp/compute/instance_template.py +7 -14
  62. pulumi_gcp/compute/interconnect.py +4 -8
  63. pulumi_gcp/compute/machine_image_iam_binding.py +8 -4
  64. pulumi_gcp/compute/machine_image_iam_member.py +8 -4
  65. pulumi_gcp/compute/machine_image_iam_policy.py +8 -4
  66. pulumi_gcp/compute/network_edge_security_service.py +16 -0
  67. pulumi_gcp/compute/network_firewall_policy_packet_mirroring_rule.py +12 -0
  68. pulumi_gcp/compute/outputs.py +671 -16
  69. pulumi_gcp/compute/preview_feature.py +16 -0
  70. pulumi_gcp/compute/public_delegated_prefix.py +42 -0
  71. pulumi_gcp/compute/region_backend_service.py +54 -0
  72. pulumi_gcp/compute/region_backend_service_iam_binding.py +488 -0
  73. pulumi_gcp/compute/region_backend_service_iam_member.py +488 -0
  74. pulumi_gcp/compute/region_backend_service_iam_policy.py +488 -0
  75. pulumi_gcp/compute/region_instance_group_manager.py +7 -14
  76. pulumi_gcp/compute/region_network_endpoint_group.py +1 -3
  77. pulumi_gcp/compute/region_resize_request.py +24 -0
  78. pulumi_gcp/compute/region_url_map.py +75 -0
  79. pulumi_gcp/compute/wire_group.py +16 -0
  80. pulumi_gcp/container/_inputs.py +446 -18
  81. pulumi_gcp/container/aws_cluster.py +28 -42
  82. pulumi_gcp/container/aws_node_pool.py +28 -42
  83. pulumi_gcp/container/azure_cluster.py +35 -70
  84. pulumi_gcp/container/azure_node_pool.py +28 -42
  85. pulumi_gcp/container/cluster.py +16 -7
  86. pulumi_gcp/container/outputs.py +423 -15
  87. pulumi_gcp/dataflow/flex_template_job.py +10 -0
  88. pulumi_gcp/dataform/repository.py +16 -0
  89. pulumi_gcp/dataform/repository_release_config.py +16 -0
  90. pulumi_gcp/dataform/repository_workflow_config.py +16 -0
  91. pulumi_gcp/dataplex/asset.py +28 -21
  92. pulumi_gcp/dataplex/zone.py +28 -21
  93. pulumi_gcp/dataproc/cluster.py +21 -14
  94. pulumi_gcp/dataproc/workflow_template.py +42 -105
  95. pulumi_gcp/discoveryengine/__init__.py +1 -0
  96. pulumi_gcp/discoveryengine/_inputs.py +94 -0
  97. pulumi_gcp/discoveryengine/acl_config.py +393 -0
  98. pulumi_gcp/discoveryengine/outputs.py +92 -0
  99. pulumi_gcp/firebase/android_app.py +16 -0
  100. pulumi_gcp/firebase/apple_app.py +16 -0
  101. pulumi_gcp/firebase/database_instance.py +16 -0
  102. pulumi_gcp/firebase/extensions_instance.py +12 -0
  103. pulumi_gcp/firebase/get_android_app.py +4 -2
  104. pulumi_gcp/firebase/get_apple_app.py +4 -2
  105. pulumi_gcp/firebase/get_apple_app_config.py +16 -2
  106. pulumi_gcp/firebase/get_hosting_channel.py +4 -2
  107. pulumi_gcp/firebase/hosting_channel.py +20 -0
  108. pulumi_gcp/firebase/hosting_custom_domain.py +20 -0
  109. pulumi_gcp/firebase/hosting_release.py +16 -0
  110. pulumi_gcp/firebase/hosting_site.py +16 -0
  111. pulumi_gcp/firebase/hosting_version.py +16 -0
  112. pulumi_gcp/firebase/storage_bucket.py +18 -0
  113. pulumi_gcp/firestore/index.py +118 -3
  114. pulumi_gcp/folder/service_identity.py +26 -0
  115. pulumi_gcp/gkehub/membership_rbac_role_binding.py +16 -0
  116. pulumi_gcp/healthcare/_inputs.py +205 -0
  117. pulumi_gcp/healthcare/fhir_store.py +128 -0
  118. pulumi_gcp/healthcare/outputs.py +163 -0
  119. pulumi_gcp/iam/workload_identity_pool_iam_binding.py +464 -0
  120. pulumi_gcp/iam/workload_identity_pool_iam_member.py +464 -0
  121. pulumi_gcp/iam/workload_identity_pool_iam_policy.py +464 -0
  122. pulumi_gcp/iam/workload_identity_pool_managed_identity.py +18 -0
  123. pulumi_gcp/iam/workload_identity_pool_namespace.py +20 -0
  124. pulumi_gcp/iap/__init__.py +4 -0
  125. pulumi_gcp/iap/_inputs.py +130 -0
  126. pulumi_gcp/iap/get_web_forwarding_rule_service_iam_policy.py +159 -0
  127. pulumi_gcp/iap/outputs.py +76 -0
  128. pulumi_gcp/iap/web_forwarding_rule_service_iam_binding.py +1002 -0
  129. pulumi_gcp/iap/web_forwarding_rule_service_iam_member.py +1002 -0
  130. pulumi_gcp/iap/web_forwarding_rule_service_iam_policy.py +821 -0
  131. pulumi_gcp/kms/get_kms_secret_asymmetric.py +22 -0
  132. pulumi_gcp/logging/billing_account_bucket_config.py +7 -21
  133. pulumi_gcp/logging/folder_bucket_config.py +7 -21
  134. pulumi_gcp/logging/organization_bucket_config.py +7 -21
  135. pulumi_gcp/logging/organization_sink.py +7 -7
  136. pulumi_gcp/managedkafka/connect_cluster.py +4 -0
  137. pulumi_gcp/managedkafka/connector.py +4 -0
  138. pulumi_gcp/memorystore/instance.py +14 -14
  139. pulumi_gcp/monitoring/dashboard.py +7 -14
  140. pulumi_gcp/netapp/storage_pool.py +91 -2
  141. pulumi_gcp/netapp/volume.py +47 -0
  142. pulumi_gcp/networkmanagement/__init__.py +1 -0
  143. pulumi_gcp/networkmanagement/organization_vpc_flow_logs_config.py +1028 -0
  144. pulumi_gcp/networksecurity/authorization_policy.py +12 -0
  145. pulumi_gcp/networkservices/gateway.py +7 -7
  146. pulumi_gcp/networkservices/service_lb_policies.py +12 -0
  147. pulumi_gcp/oracledatabase/autonomous_database.py +2 -2
  148. pulumi_gcp/organizations/project.py +7 -21
  149. pulumi_gcp/projects/service.py +0 -7
  150. pulumi_gcp/pulumi-plugin.json +1 -1
  151. pulumi_gcp/resourcemanager/capability.py +16 -0
  152. pulumi_gcp/runtimeconfig/config.py +16 -0
  153. pulumi_gcp/runtimeconfig/config_iam_binding.py +236 -0
  154. pulumi_gcp/runtimeconfig/config_iam_member.py +236 -0
  155. pulumi_gcp/runtimeconfig/config_iam_policy.py +236 -0
  156. pulumi_gcp/runtimeconfig/variable.py +10 -0
  157. pulumi_gcp/saasruntime/__init__.py +1 -0
  158. pulumi_gcp/saasruntime/_inputs.py +458 -0
  159. pulumi_gcp/saasruntime/outputs.py +392 -0
  160. pulumi_gcp/saasruntime/saa_s.py +4 -0
  161. pulumi_gcp/saasruntime/unit_kind.py +1024 -0
  162. pulumi_gcp/securesourcemanager/instance.py +7 -7
  163. pulumi_gcp/securesourcemanager/repository.py +7 -7
  164. pulumi_gcp/servicedirectory/namespace_iam_binding.py +4 -4
  165. pulumi_gcp/servicedirectory/namespace_iam_member.py +4 -4
  166. pulumi_gcp/servicedirectory/namespace_iam_policy.py +4 -4
  167. pulumi_gcp/servicedirectory/service_iam_binding.py +4 -4
  168. pulumi_gcp/servicedirectory/service_iam_member.py +4 -4
  169. pulumi_gcp/servicedirectory/service_iam_policy.py +4 -4
  170. pulumi_gcp/sql/_inputs.py +135 -1
  171. pulumi_gcp/sql/database_instance.py +54 -14
  172. pulumi_gcp/sql/get_database_instance.py +12 -1
  173. pulumi_gcp/sql/outputs.py +265 -3
  174. pulumi_gcp/storage/_inputs.py +246 -0
  175. pulumi_gcp/storage/bucket.py +7 -14
  176. pulumi_gcp/storage/bucket_object.py +0 -9
  177. pulumi_gcp/storage/outputs.py +191 -1
  178. pulumi_gcp/storage/transfer_job.py +47 -0
  179. pulumi_gcp/tpu/v2_queued_resource.py +16 -0
  180. pulumi_gcp/tpu/v2_vm.py +16 -0
  181. pulumi_gcp/vertex/ai_feature_group_iam_binding.py +236 -0
  182. pulumi_gcp/vertex/ai_feature_group_iam_member.py +236 -0
  183. pulumi_gcp/vertex/ai_feature_group_iam_policy.py +236 -0
  184. pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_binding.py +248 -0
  185. pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_member.py +248 -0
  186. pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_policy.py +248 -0
  187. pulumi_gcp/vertex/ai_feature_online_store_iam_binding.py +236 -0
  188. pulumi_gcp/vertex/ai_feature_online_store_iam_member.py +236 -0
  189. pulumi_gcp/vertex/ai_feature_online_store_iam_policy.py +236 -0
  190. pulumi_gcp/vertex/ai_feature_store_entity_type_iam_binding.py +238 -0
  191. pulumi_gcp/vertex/ai_feature_store_entity_type_iam_member.py +238 -0
  192. pulumi_gcp/vertex/ai_feature_store_entity_type_iam_policy.py +238 -0
  193. pulumi_gcp/vertex/ai_feature_store_iam_binding.py +248 -0
  194. pulumi_gcp/vertex/ai_feature_store_iam_member.py +248 -0
  195. pulumi_gcp/vertex/ai_feature_store_iam_policy.py +248 -0
  196. pulumi_gcp/vertex/ai_metadata_store.py +16 -0
  197. pulumi_gcp/workstations/workstation.py +16 -0
  198. pulumi_gcp/workstations/workstation_cluster.py +16 -0
  199. pulumi_gcp/workstations/workstation_config.py +16 -0
  200. pulumi_gcp/workstations/workstation_config_iam_binding.py +260 -0
  201. pulumi_gcp/workstations/workstation_config_iam_member.py +260 -0
  202. pulumi_gcp/workstations/workstation_config_iam_policy.py +260 -0
  203. pulumi_gcp/workstations/workstation_iam_binding.py +272 -0
  204. pulumi_gcp/workstations/workstation_iam_member.py +272 -0
  205. pulumi_gcp/workstations/workstation_iam_policy.py +272 -0
  206. {pulumi_gcp-9.0.0a1.dist-info → pulumi_gcp-9.0.0a1758219982.dist-info}/METADATA +1 -1
  207. {pulumi_gcp-9.0.0a1.dist-info → pulumi_gcp-9.0.0a1758219982.dist-info}/RECORD +209 -200
  208. {pulumi_gcp-9.0.0a1.dist-info → pulumi_gcp-9.0.0a1758219982.dist-info}/WHEEL +0 -0
  209. {pulumi_gcp-9.0.0a1.dist-info → pulumi_gcp-9.0.0a1758219982.dist-info}/top_level.txt +0 -0
@@ -41,12 +41,10 @@ class AwsClusterArgs:
41
41
  :param pulumi.Input['AwsClusterFleetArgs'] fleet: Fleet configuration.
42
42
  :param pulumi.Input[_builtins.str] location: The location for the resource
43
43
  :param pulumi.Input['AwsClusterNetworkingArgs'] networking: Cluster-wide networking configuration.
44
- :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] annotations: Optional. Annotations on the cluster. This field has the same restrictions as Kubernetes annotations. The total size of
45
- all keys and values combined is limited to 256k. Key can have 2 segments: prefix (optional) and name (required),
46
- separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with
47
- alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between. **Note**: This field is
48
- non-authoritative, and will only manage the annotations present in your configuration. Please refer to the field
49
- `effective_annotations` for all of the annotations present on the resource.
44
+ :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] annotations: Optional. Annotations on the cluster. This field has the same restrictions as Kubernetes annotations. The total size of all keys and values combined is limited to 256k. Key can have 2 segments: prefix (optional) and name (required), separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between.
45
+
46
+ **Note**: This field is non-authoritative, and will only manage the annotations present in your configuration.
47
+ Please refer to the field `effective_annotations` for all of the annotations present on the resource.
50
48
  :param pulumi.Input['AwsClusterBinaryAuthorizationArgs'] binary_authorization: Configuration options for the Binary Authorization feature.
51
49
  :param pulumi.Input[_builtins.str] description: Optional. A human readable description of this cluster. Cannot be longer than 255 UTF-8 encoded bytes.
52
50
  :param pulumi.Input['AwsClusterLoggingConfigArgs'] logging_config: Logging configuration.
@@ -148,12 +146,10 @@ class AwsClusterArgs:
148
146
  @pulumi.getter
149
147
  def annotations(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
150
148
  """
151
- Optional. Annotations on the cluster. This field has the same restrictions as Kubernetes annotations. The total size of
152
- all keys and values combined is limited to 256k. Key can have 2 segments: prefix (optional) and name (required),
153
- separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with
154
- alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between. **Note**: This field is
155
- non-authoritative, and will only manage the annotations present in your configuration. Please refer to the field
156
- `effective_annotations` for all of the annotations present on the resource.
149
+ Optional. Annotations on the cluster. This field has the same restrictions as Kubernetes annotations. The total size of all keys and values combined is limited to 256k. Key can have 2 segments: prefix (optional) and name (required), separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between.
150
+
151
+ **Note**: This field is non-authoritative, and will only manage the annotations present in your configuration.
152
+ Please refer to the field `effective_annotations` for all of the annotations present on the resource.
157
153
  """
158
154
  return pulumi.get(self, "annotations")
159
155
 
@@ -248,12 +244,10 @@ class _AwsClusterState:
248
244
  workload_identity_configs: Optional[pulumi.Input[Sequence[pulumi.Input['AwsClusterWorkloadIdentityConfigArgs']]]] = None):
249
245
  """
250
246
  Input properties used for looking up and filtering AwsCluster resources.
251
- :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] annotations: Optional. Annotations on the cluster. This field has the same restrictions as Kubernetes annotations. The total size of
252
- all keys and values combined is limited to 256k. Key can have 2 segments: prefix (optional) and name (required),
253
- separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with
254
- alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between. **Note**: This field is
255
- non-authoritative, and will only manage the annotations present in your configuration. Please refer to the field
256
- `effective_annotations` for all of the annotations present on the resource.
247
+ :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] annotations: Optional. Annotations on the cluster. This field has the same restrictions as Kubernetes annotations. The total size of all keys and values combined is limited to 256k. Key can have 2 segments: prefix (optional) and name (required), separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between.
248
+
249
+ **Note**: This field is non-authoritative, and will only manage the annotations present in your configuration.
250
+ Please refer to the field `effective_annotations` for all of the annotations present on the resource.
257
251
  :param pulumi.Input['AwsClusterAuthorizationArgs'] authorization: Configuration related to the cluster RBAC settings.
258
252
  :param pulumi.Input[_builtins.str] aws_region: The AWS region where the cluster runs. Each Google Cloud region supports a subset of nearby AWS regions. You can call to list all supported AWS regions within a given Google Cloud region.
259
253
  :param pulumi.Input['AwsClusterBinaryAuthorizationArgs'] binary_authorization: Configuration options for the Binary Authorization feature.
@@ -321,12 +315,10 @@ class _AwsClusterState:
321
315
  @pulumi.getter
322
316
  def annotations(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
323
317
  """
324
- Optional. Annotations on the cluster. This field has the same restrictions as Kubernetes annotations. The total size of
325
- all keys and values combined is limited to 256k. Key can have 2 segments: prefix (optional) and name (required),
326
- separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with
327
- alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between. **Note**: This field is
328
- non-authoritative, and will only manage the annotations present in your configuration. Please refer to the field
329
- `effective_annotations` for all of the annotations present on the resource.
318
+ Optional. Annotations on the cluster. This field has the same restrictions as Kubernetes annotations. The total size of all keys and values combined is limited to 256k. Key can have 2 segments: prefix (optional) and name (required), separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between.
319
+
320
+ **Note**: This field is non-authoritative, and will only manage the annotations present in your configuration.
321
+ Please refer to the field `effective_annotations` for all of the annotations present on the resource.
330
322
  """
331
323
  return pulumi.get(self, "annotations")
332
324
 
@@ -849,12 +841,10 @@ class AwsCluster(pulumi.CustomResource):
849
841
 
850
842
  :param str resource_name: The name of the resource.
851
843
  :param pulumi.ResourceOptions opts: Options for the resource.
852
- :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] annotations: Optional. Annotations on the cluster. This field has the same restrictions as Kubernetes annotations. The total size of
853
- all keys and values combined is limited to 256k. Key can have 2 segments: prefix (optional) and name (required),
854
- separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with
855
- alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between. **Note**: This field is
856
- non-authoritative, and will only manage the annotations present in your configuration. Please refer to the field
857
- `effective_annotations` for all of the annotations present on the resource.
844
+ :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] annotations: Optional. Annotations on the cluster. This field has the same restrictions as Kubernetes annotations. The total size of all keys and values combined is limited to 256k. Key can have 2 segments: prefix (optional) and name (required), separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between.
845
+
846
+ **Note**: This field is non-authoritative, and will only manage the annotations present in your configuration.
847
+ Please refer to the field `effective_annotations` for all of the annotations present on the resource.
858
848
  :param pulumi.Input[Union['AwsClusterAuthorizationArgs', 'AwsClusterAuthorizationArgsDict']] authorization: Configuration related to the cluster RBAC settings.
859
849
  :param pulumi.Input[_builtins.str] aws_region: The AWS region where the cluster runs. Each Google Cloud region supports a subset of nearby AWS regions. You can call to list all supported AWS regions within a given Google Cloud region.
860
850
  :param pulumi.Input[Union['AwsClusterBinaryAuthorizationArgs', 'AwsClusterBinaryAuthorizationArgsDict']] binary_authorization: Configuration options for the Binary Authorization feature.
@@ -1236,12 +1226,10 @@ class AwsCluster(pulumi.CustomResource):
1236
1226
  :param str resource_name: The unique name of the resulting resource.
1237
1227
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
1238
1228
  :param pulumi.ResourceOptions opts: Options for the resource.
1239
- :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] annotations: Optional. Annotations on the cluster. This field has the same restrictions as Kubernetes annotations. The total size of
1240
- all keys and values combined is limited to 256k. Key can have 2 segments: prefix (optional) and name (required),
1241
- separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with
1242
- alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between. **Note**: This field is
1243
- non-authoritative, and will only manage the annotations present in your configuration. Please refer to the field
1244
- `effective_annotations` for all of the annotations present on the resource.
1229
+ :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] annotations: Optional. Annotations on the cluster. This field has the same restrictions as Kubernetes annotations. The total size of all keys and values combined is limited to 256k. Key can have 2 segments: prefix (optional) and name (required), separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between.
1230
+
1231
+ **Note**: This field is non-authoritative, and will only manage the annotations present in your configuration.
1232
+ Please refer to the field `effective_annotations` for all of the annotations present on the resource.
1245
1233
  :param pulumi.Input[Union['AwsClusterAuthorizationArgs', 'AwsClusterAuthorizationArgsDict']] authorization: Configuration related to the cluster RBAC settings.
1246
1234
  :param pulumi.Input[_builtins.str] aws_region: The AWS region where the cluster runs. Each Google Cloud region supports a subset of nearby AWS regions. You can call to list all supported AWS regions within a given Google Cloud region.
1247
1235
  :param pulumi.Input[Union['AwsClusterBinaryAuthorizationArgs', 'AwsClusterBinaryAuthorizationArgsDict']] binary_authorization: Configuration options for the Binary Authorization feature.
@@ -1293,12 +1281,10 @@ class AwsCluster(pulumi.CustomResource):
1293
1281
  @pulumi.getter
1294
1282
  def annotations(self) -> pulumi.Output[Optional[Mapping[str, _builtins.str]]]:
1295
1283
  """
1296
- Optional. Annotations on the cluster. This field has the same restrictions as Kubernetes annotations. The total size of
1297
- all keys and values combined is limited to 256k. Key can have 2 segments: prefix (optional) and name (required),
1298
- separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with
1299
- alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between. **Note**: This field is
1300
- non-authoritative, and will only manage the annotations present in your configuration. Please refer to the field
1301
- `effective_annotations` for all of the annotations present on the resource.
1284
+ Optional. Annotations on the cluster. This field has the same restrictions as Kubernetes annotations. The total size of all keys and values combined is limited to 256k. Key can have 2 segments: prefix (optional) and name (required), separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between.
1285
+
1286
+ **Note**: This field is non-authoritative, and will only manage the annotations present in your configuration.
1287
+ Please refer to the field `effective_annotations` for all of the annotations present on the resource.
1302
1288
  """
1303
1289
  return pulumi.get(self, "annotations")
1304
1290
 
@@ -43,12 +43,10 @@ class AwsNodePoolArgs:
43
43
  :param pulumi.Input['AwsNodePoolMaxPodsConstraintArgs'] max_pods_constraint: The constraint on the maximum number of pods that can be run simultaneously on a node in the node pool.
44
44
  :param pulumi.Input[_builtins.str] subnet_id: The subnet where the node pool node run.
45
45
  :param pulumi.Input[_builtins.str] version: The Kubernetes version to run on this node pool (e.g. `1.19.10-gke.1000`). You can list all supported versions on a given Google Cloud region by calling GetAwsServerConfig.
46
- :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] annotations: Optional. Annotations on the node pool. This field has the same restrictions as Kubernetes annotations. The total size
47
- of all keys and values combined is limited to 256k. Key can have 2 segments: prefix (optional) and name (required),
48
- separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with
49
- alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between. **Note**: This field is
50
- non-authoritative, and will only manage the annotations present in your configuration. Please refer to the field
51
- `effective_annotations` for all of the annotations present on the resource.
46
+ :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] annotations: Optional. Annotations on the node pool. This field has the same restrictions as Kubernetes annotations. The total size of all keys and values combined is limited to 256k. Key can have 2 segments: prefix (optional) and name (required), separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between.
47
+
48
+ **Note**: This field is non-authoritative, and will only manage the annotations present in your configuration.
49
+ Please refer to the field `effective_annotations` for all of the annotations present on the resource.
52
50
  :param pulumi.Input['AwsNodePoolKubeletConfigArgs'] kubelet_config: The kubelet configuration for the node pool.
53
51
  :param pulumi.Input['AwsNodePoolManagementArgs'] management: The Management configuration for this node pool.
54
52
  :param pulumi.Input[_builtins.str] name: The name of this resource.
@@ -163,12 +161,10 @@ class AwsNodePoolArgs:
163
161
  @pulumi.getter
164
162
  def annotations(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
165
163
  """
166
- Optional. Annotations on the node pool. This field has the same restrictions as Kubernetes annotations. The total size
167
- of all keys and values combined is limited to 256k. Key can have 2 segments: prefix (optional) and name (required),
168
- separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with
169
- alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between. **Note**: This field is
170
- non-authoritative, and will only manage the annotations present in your configuration. Please refer to the field
171
- `effective_annotations` for all of the annotations present on the resource.
164
+ Optional. Annotations on the node pool. This field has the same restrictions as Kubernetes annotations. The total size of all keys and values combined is limited to 256k. Key can have 2 segments: prefix (optional) and name (required), separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between.
165
+
166
+ **Note**: This field is non-authoritative, and will only manage the annotations present in your configuration.
167
+ Please refer to the field `effective_annotations` for all of the annotations present on the resource.
172
168
  """
173
169
  return pulumi.get(self, "annotations")
174
170
 
@@ -262,12 +258,10 @@ class _AwsNodePoolState:
262
258
  version: Optional[pulumi.Input[_builtins.str]] = None):
263
259
  """
264
260
  Input properties used for looking up and filtering AwsNodePool resources.
265
- :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] annotations: Optional. Annotations on the node pool. This field has the same restrictions as Kubernetes annotations. The total size
266
- of all keys and values combined is limited to 256k. Key can have 2 segments: prefix (optional) and name (required),
267
- separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with
268
- alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between. **Note**: This field is
269
- non-authoritative, and will only manage the annotations present in your configuration. Please refer to the field
270
- `effective_annotations` for all of the annotations present on the resource.
261
+ :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] annotations: Optional. Annotations on the node pool. This field has the same restrictions as Kubernetes annotations. The total size of all keys and values combined is limited to 256k. Key can have 2 segments: prefix (optional) and name (required), separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between.
262
+
263
+ **Note**: This field is non-authoritative, and will only manage the annotations present in your configuration.
264
+ Please refer to the field `effective_annotations` for all of the annotations present on the resource.
271
265
  :param pulumi.Input['AwsNodePoolAutoscalingArgs'] autoscaling: Autoscaler configuration for this node pool.
272
266
  :param pulumi.Input[_builtins.str] cluster: The awsCluster for the resource
273
267
  :param pulumi.Input['AwsNodePoolConfigArgs'] config: The configuration of the node pool.
@@ -332,12 +326,10 @@ class _AwsNodePoolState:
332
326
  @pulumi.getter
333
327
  def annotations(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
334
328
  """
335
- Optional. Annotations on the node pool. This field has the same restrictions as Kubernetes annotations. The total size
336
- of all keys and values combined is limited to 256k. Key can have 2 segments: prefix (optional) and name (required),
337
- separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with
338
- alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between. **Note**: This field is
339
- non-authoritative, and will only manage the annotations present in your configuration. Please refer to the field
340
- `effective_annotations` for all of the annotations present on the resource.
329
+ Optional. Annotations on the node pool. This field has the same restrictions as Kubernetes annotations. The total size of all keys and values combined is limited to 256k. Key can have 2 segments: prefix (optional) and name (required), separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between.
330
+
331
+ **Note**: This field is non-authoritative, and will only manage the annotations present in your configuration.
332
+ Please refer to the field `effective_annotations` for all of the annotations present on the resource.
341
333
  """
342
334
  return pulumi.get(self, "annotations")
343
335
 
@@ -995,12 +987,10 @@ class AwsNodePool(pulumi.CustomResource):
995
987
 
996
988
  :param str resource_name: The name of the resource.
997
989
  :param pulumi.ResourceOptions opts: Options for the resource.
998
- :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] annotations: Optional. Annotations on the node pool. This field has the same restrictions as Kubernetes annotations. The total size
999
- of all keys and values combined is limited to 256k. Key can have 2 segments: prefix (optional) and name (required),
1000
- separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with
1001
- alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between. **Note**: This field is
1002
- non-authoritative, and will only manage the annotations present in your configuration. Please refer to the field
1003
- `effective_annotations` for all of the annotations present on the resource.
990
+ :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] annotations: Optional. Annotations on the node pool. This field has the same restrictions as Kubernetes annotations. The total size of all keys and values combined is limited to 256k. Key can have 2 segments: prefix (optional) and name (required), separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between.
991
+
992
+ **Note**: This field is non-authoritative, and will only manage the annotations present in your configuration.
993
+ Please refer to the field `effective_annotations` for all of the annotations present on the resource.
1004
994
  :param pulumi.Input[Union['AwsNodePoolAutoscalingArgs', 'AwsNodePoolAutoscalingArgsDict']] autoscaling: Autoscaler configuration for this node pool.
1005
995
  :param pulumi.Input[_builtins.str] cluster: The awsCluster for the resource
1006
996
  :param pulumi.Input[Union['AwsNodePoolConfigArgs', 'AwsNodePoolConfigArgsDict']] config: The configuration of the node pool.
@@ -1530,12 +1520,10 @@ class AwsNodePool(pulumi.CustomResource):
1530
1520
  :param str resource_name: The unique name of the resulting resource.
1531
1521
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
1532
1522
  :param pulumi.ResourceOptions opts: Options for the resource.
1533
- :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] annotations: Optional. Annotations on the node pool. This field has the same restrictions as Kubernetes annotations. The total size
1534
- of all keys and values combined is limited to 256k. Key can have 2 segments: prefix (optional) and name (required),
1535
- separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with
1536
- alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between. **Note**: This field is
1537
- non-authoritative, and will only manage the annotations present in your configuration. Please refer to the field
1538
- `effective_annotations` for all of the annotations present on the resource.
1523
+ :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] annotations: Optional. Annotations on the node pool. This field has the same restrictions as Kubernetes annotations. The total size of all keys and values combined is limited to 256k. Key can have 2 segments: prefix (optional) and name (required), separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between.
1524
+
1525
+ **Note**: This field is non-authoritative, and will only manage the annotations present in your configuration.
1526
+ Please refer to the field `effective_annotations` for all of the annotations present on the resource.
1539
1527
  :param pulumi.Input[Union['AwsNodePoolAutoscalingArgs', 'AwsNodePoolAutoscalingArgsDict']] autoscaling: Autoscaler configuration for this node pool.
1540
1528
  :param pulumi.Input[_builtins.str] cluster: The awsCluster for the resource
1541
1529
  :param pulumi.Input[Union['AwsNodePoolConfigArgs', 'AwsNodePoolConfigArgsDict']] config: The configuration of the node pool.
@@ -1585,12 +1573,10 @@ class AwsNodePool(pulumi.CustomResource):
1585
1573
  @pulumi.getter
1586
1574
  def annotations(self) -> pulumi.Output[Optional[Mapping[str, _builtins.str]]]:
1587
1575
  """
1588
- Optional. Annotations on the node pool. This field has the same restrictions as Kubernetes annotations. The total size
1589
- of all keys and values combined is limited to 256k. Key can have 2 segments: prefix (optional) and name (required),
1590
- separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with
1591
- alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between. **Note**: This field is
1592
- non-authoritative, and will only manage the annotations present in your configuration. Please refer to the field
1593
- `effective_annotations` for all of the annotations present on the resource.
1576
+ Optional. Annotations on the node pool. This field has the same restrictions as Kubernetes annotations. The total size of all keys and values combined is limited to 256k. Key can have 2 segments: prefix (optional) and name (required), separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between.
1577
+
1578
+ **Note**: This field is non-authoritative, and will only manage the annotations present in your configuration.
1579
+ Please refer to the field `effective_annotations` for all of the annotations present on the resource.
1594
1580
  """
1595
1581
  return pulumi.get(self, "annotations")
1596
1582
 
@@ -44,17 +44,12 @@ class AzureClusterArgs:
44
44
  :param pulumi.Input[_builtins.str] location: The location for the resource
45
45
  :param pulumi.Input['AzureClusterNetworkingArgs'] networking: Cluster-wide networking configuration.
46
46
  :param pulumi.Input[_builtins.str] resource_group_id: The ARM ID of the resource group where the cluster resources are deployed. For example: `/subscriptions/*/resourceGroups/*`
47
- :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] annotations: Optional. Annotations on the cluster. This field has the same restrictions as Kubernetes annotations. The total size of
48
- all keys and values combined is limited to 256k. Keys can have 2 segments: prefix (optional) and name (required),
49
- separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with
50
- alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between. **Note**: This field is
51
- non-authoritative, and will only manage the annotations present in your configuration. Please refer to the field
52
- `effective_annotations` for all of the annotations present on the resource.
47
+ :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] annotations: Optional. Annotations on the cluster. This field has the same restrictions as Kubernetes annotations. The total size of all keys and values combined is limited to 256k. Keys can have 2 segments: prefix (optional) and name (required), separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between.
48
+
49
+ **Note**: This field is non-authoritative, and will only manage the annotations present in your configuration.
50
+ Please refer to the field `effective_annotations` for all of the annotations present on the resource.
53
51
  :param pulumi.Input['AzureClusterAzureServicesAuthenticationArgs'] azure_services_authentication: Azure authentication configuration for management of Azure resources
54
- :param pulumi.Input[_builtins.str] client: Name of the AzureClient. The `AzureClient` resource must reside on the same GCP project and region as the
55
- `AzureCluster`. `AzureClient` names are formatted as
56
- `projects/<project-number>/locations/<region>/azureClients/<client-id>`. See Resource Names
57
- (https:cloud.google.com/apis/design/resource_names) for more details on Google Cloud resource names.
52
+ :param pulumi.Input[_builtins.str] client: Name of the AzureClient. The `AzureClient` resource must reside on the same GCP project and region as the `AzureCluster`. `AzureClient` names are formatted as `projects/<project-number>/locations/<region>/azureClients/<client-id>`. See Resource Names (https:cloud.google.com/apis/design/resource_names) for more details on Google Cloud resource names.
58
53
  :param pulumi.Input[_builtins.str] description: Optional. A human readable description of this cluster. Cannot be longer than 255 UTF-8 encoded bytes.
59
54
  :param pulumi.Input['AzureClusterLoggingConfigArgs'] logging_config: Logging configuration.
60
55
  :param pulumi.Input[_builtins.str] name: The name of this resource.
@@ -170,12 +165,10 @@ class AzureClusterArgs:
170
165
  @pulumi.getter
171
166
  def annotations(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
172
167
  """
173
- Optional. Annotations on the cluster. This field has the same restrictions as Kubernetes annotations. The total size of
174
- all keys and values combined is limited to 256k. Keys can have 2 segments: prefix (optional) and name (required),
175
- separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with
176
- alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between. **Note**: This field is
177
- non-authoritative, and will only manage the annotations present in your configuration. Please refer to the field
178
- `effective_annotations` for all of the annotations present on the resource.
168
+ Optional. Annotations on the cluster. This field has the same restrictions as Kubernetes annotations. The total size of all keys and values combined is limited to 256k. Keys can have 2 segments: prefix (optional) and name (required), separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between.
169
+
170
+ **Note**: This field is non-authoritative, and will only manage the annotations present in your configuration.
171
+ Please refer to the field `effective_annotations` for all of the annotations present on the resource.
179
172
  """
180
173
  return pulumi.get(self, "annotations")
181
174
 
@@ -199,10 +192,7 @@ class AzureClusterArgs:
199
192
  @pulumi.getter
200
193
  def client(self) -> Optional[pulumi.Input[_builtins.str]]:
201
194
  """
202
- Name of the AzureClient. The `AzureClient` resource must reside on the same GCP project and region as the
203
- `AzureCluster`. `AzureClient` names are formatted as
204
- `projects/<project-number>/locations/<region>/azureClients/<client-id>`. See Resource Names
205
- (https:cloud.google.com/apis/design/resource_names) for more details on Google Cloud resource names.
195
+ Name of the AzureClient. The `AzureClient` resource must reside on the same GCP project and region as the `AzureCluster`. `AzureClient` names are formatted as `projects/<project-number>/locations/<region>/azureClients/<client-id>`. See Resource Names (https:cloud.google.com/apis/design/resource_names) for more details on Google Cloud resource names.
206
196
  """
207
197
  return pulumi.get(self, "client")
208
198
 
@@ -287,19 +277,14 @@ class _AzureClusterState:
287
277
  workload_identity_configs: Optional[pulumi.Input[Sequence[pulumi.Input['AzureClusterWorkloadIdentityConfigArgs']]]] = None):
288
278
  """
289
279
  Input properties used for looking up and filtering AzureCluster resources.
290
- :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] annotations: Optional. Annotations on the cluster. This field has the same restrictions as Kubernetes annotations. The total size of
291
- all keys and values combined is limited to 256k. Keys can have 2 segments: prefix (optional) and name (required),
292
- separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with
293
- alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between. **Note**: This field is
294
- non-authoritative, and will only manage the annotations present in your configuration. Please refer to the field
295
- `effective_annotations` for all of the annotations present on the resource.
280
+ :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] annotations: Optional. Annotations on the cluster. This field has the same restrictions as Kubernetes annotations. The total size of all keys and values combined is limited to 256k. Keys can have 2 segments: prefix (optional) and name (required), separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between.
281
+
282
+ **Note**: This field is non-authoritative, and will only manage the annotations present in your configuration.
283
+ Please refer to the field `effective_annotations` for all of the annotations present on the resource.
296
284
  :param pulumi.Input['AzureClusterAuthorizationArgs'] authorization: Configuration related to the cluster RBAC settings.
297
285
  :param pulumi.Input[_builtins.str] azure_region: The Azure region where the cluster runs. Each Google Cloud region supports a subset of nearby Azure regions. You can call to list all supported Azure regions within a given Google Cloud region.
298
286
  :param pulumi.Input['AzureClusterAzureServicesAuthenticationArgs'] azure_services_authentication: Azure authentication configuration for management of Azure resources
299
- :param pulumi.Input[_builtins.str] client: Name of the AzureClient. The `AzureClient` resource must reside on the same GCP project and region as the
300
- `AzureCluster`. `AzureClient` names are formatted as
301
- `projects/<project-number>/locations/<region>/azureClients/<client-id>`. See Resource Names
302
- (https:cloud.google.com/apis/design/resource_names) for more details on Google Cloud resource names.
287
+ :param pulumi.Input[_builtins.str] client: Name of the AzureClient. The `AzureClient` resource must reside on the same GCP project and region as the `AzureCluster`. `AzureClient` names are formatted as `projects/<project-number>/locations/<region>/azureClients/<client-id>`. See Resource Names (https:cloud.google.com/apis/design/resource_names) for more details on Google Cloud resource names.
303
288
  :param pulumi.Input['AzureClusterControlPlaneArgs'] control_plane: Configuration related to the cluster control plane.
304
289
  :param pulumi.Input[_builtins.str] create_time: Output only. The time at which this cluster was created.
305
290
  :param pulumi.Input[_builtins.str] description: Optional. A human readable description of this cluster. Cannot be longer than 255 UTF-8 encoded bytes.
@@ -369,12 +354,10 @@ class _AzureClusterState:
369
354
  @pulumi.getter
370
355
  def annotations(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
371
356
  """
372
- Optional. Annotations on the cluster. This field has the same restrictions as Kubernetes annotations. The total size of
373
- all keys and values combined is limited to 256k. Keys can have 2 segments: prefix (optional) and name (required),
374
- separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with
375
- alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between. **Note**: This field is
376
- non-authoritative, and will only manage the annotations present in your configuration. Please refer to the field
377
- `effective_annotations` for all of the annotations present on the resource.
357
+ Optional. Annotations on the cluster. This field has the same restrictions as Kubernetes annotations. The total size of all keys and values combined is limited to 256k. Keys can have 2 segments: prefix (optional) and name (required), separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between.
358
+
359
+ **Note**: This field is non-authoritative, and will only manage the annotations present in your configuration.
360
+ Please refer to the field `effective_annotations` for all of the annotations present on the resource.
378
361
  """
379
362
  return pulumi.get(self, "annotations")
380
363
 
@@ -422,10 +405,7 @@ class _AzureClusterState:
422
405
  @pulumi.getter
423
406
  def client(self) -> Optional[pulumi.Input[_builtins.str]]:
424
407
  """
425
- Name of the AzureClient. The `AzureClient` resource must reside on the same GCP project and region as the
426
- `AzureCluster`. `AzureClient` names are formatted as
427
- `projects/<project-number>/locations/<region>/azureClients/<client-id>`. See Resource Names
428
- (https:cloud.google.com/apis/design/resource_names) for more details on Google Cloud resource names.
408
+ Name of the AzureClient. The `AzureClient` resource must reside on the same GCP project and region as the `AzureCluster`. `AzureClient` names are formatted as `projects/<project-number>/locations/<region>/azureClients/<client-id>`. See Resource Names (https:cloud.google.com/apis/design/resource_names) for more details on Google Cloud resource names.
429
409
  """
430
410
  return pulumi.get(self, "client")
431
411
 
@@ -797,19 +777,14 @@ class AzureCluster(pulumi.CustomResource):
797
777
 
798
778
  :param str resource_name: The name of the resource.
799
779
  :param pulumi.ResourceOptions opts: Options for the resource.
800
- :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] annotations: Optional. Annotations on the cluster. This field has the same restrictions as Kubernetes annotations. The total size of
801
- all keys and values combined is limited to 256k. Keys can have 2 segments: prefix (optional) and name (required),
802
- separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with
803
- alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between. **Note**: This field is
804
- non-authoritative, and will only manage the annotations present in your configuration. Please refer to the field
805
- `effective_annotations` for all of the annotations present on the resource.
780
+ :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] annotations: Optional. Annotations on the cluster. This field has the same restrictions as Kubernetes annotations. The total size of all keys and values combined is limited to 256k. Keys can have 2 segments: prefix (optional) and name (required), separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between.
781
+
782
+ **Note**: This field is non-authoritative, and will only manage the annotations present in your configuration.
783
+ Please refer to the field `effective_annotations` for all of the annotations present on the resource.
806
784
  :param pulumi.Input[Union['AzureClusterAuthorizationArgs', 'AzureClusterAuthorizationArgsDict']] authorization: Configuration related to the cluster RBAC settings.
807
785
  :param pulumi.Input[_builtins.str] azure_region: The Azure region where the cluster runs. Each Google Cloud region supports a subset of nearby Azure regions. You can call to list all supported Azure regions within a given Google Cloud region.
808
786
  :param pulumi.Input[Union['AzureClusterAzureServicesAuthenticationArgs', 'AzureClusterAzureServicesAuthenticationArgsDict']] azure_services_authentication: Azure authentication configuration for management of Azure resources
809
- :param pulumi.Input[_builtins.str] client: Name of the AzureClient. The `AzureClient` resource must reside on the same GCP project and region as the
810
- `AzureCluster`. `AzureClient` names are formatted as
811
- `projects/<project-number>/locations/<region>/azureClients/<client-id>`. See Resource Names
812
- (https:cloud.google.com/apis/design/resource_names) for more details on Google Cloud resource names.
787
+ :param pulumi.Input[_builtins.str] client: Name of the AzureClient. The `AzureClient` resource must reside on the same GCP project and region as the `AzureCluster`. `AzureClient` names are formatted as `projects/<project-number>/locations/<region>/azureClients/<client-id>`. See Resource Names (https:cloud.google.com/apis/design/resource_names) for more details on Google Cloud resource names.
813
788
  :param pulumi.Input[Union['AzureClusterControlPlaneArgs', 'AzureClusterControlPlaneArgsDict']] control_plane: Configuration related to the cluster control plane.
814
789
  :param pulumi.Input[_builtins.str] description: Optional. A human readable description of this cluster. Cannot be longer than 255 UTF-8 encoded bytes.
815
790
  :param pulumi.Input[Union['AzureClusterFleetArgs', 'AzureClusterFleetArgsDict']] fleet: Fleet configuration.
@@ -1068,19 +1043,14 @@ class AzureCluster(pulumi.CustomResource):
1068
1043
  :param str resource_name: The unique name of the resulting resource.
1069
1044
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
1070
1045
  :param pulumi.ResourceOptions opts: Options for the resource.
1071
- :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] annotations: Optional. Annotations on the cluster. This field has the same restrictions as Kubernetes annotations. The total size of
1072
- all keys and values combined is limited to 256k. Keys can have 2 segments: prefix (optional) and name (required),
1073
- separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with
1074
- alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between. **Note**: This field is
1075
- non-authoritative, and will only manage the annotations present in your configuration. Please refer to the field
1076
- `effective_annotations` for all of the annotations present on the resource.
1046
+ :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] annotations: Optional. Annotations on the cluster. This field has the same restrictions as Kubernetes annotations. The total size of all keys and values combined is limited to 256k. Keys can have 2 segments: prefix (optional) and name (required), separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between.
1047
+
1048
+ **Note**: This field is non-authoritative, and will only manage the annotations present in your configuration.
1049
+ Please refer to the field `effective_annotations` for all of the annotations present on the resource.
1077
1050
  :param pulumi.Input[Union['AzureClusterAuthorizationArgs', 'AzureClusterAuthorizationArgsDict']] authorization: Configuration related to the cluster RBAC settings.
1078
1051
  :param pulumi.Input[_builtins.str] azure_region: The Azure region where the cluster runs. Each Google Cloud region supports a subset of nearby Azure regions. You can call to list all supported Azure regions within a given Google Cloud region.
1079
1052
  :param pulumi.Input[Union['AzureClusterAzureServicesAuthenticationArgs', 'AzureClusterAzureServicesAuthenticationArgsDict']] azure_services_authentication: Azure authentication configuration for management of Azure resources
1080
- :param pulumi.Input[_builtins.str] client: Name of the AzureClient. The `AzureClient` resource must reside on the same GCP project and region as the
1081
- `AzureCluster`. `AzureClient` names are formatted as
1082
- `projects/<project-number>/locations/<region>/azureClients/<client-id>`. See Resource Names
1083
- (https:cloud.google.com/apis/design/resource_names) for more details on Google Cloud resource names.
1053
+ :param pulumi.Input[_builtins.str] client: Name of the AzureClient. The `AzureClient` resource must reside on the same GCP project and region as the `AzureCluster`. `AzureClient` names are formatted as `projects/<project-number>/locations/<region>/azureClients/<client-id>`. See Resource Names (https:cloud.google.com/apis/design/resource_names) for more details on Google Cloud resource names.
1084
1054
  :param pulumi.Input[Union['AzureClusterControlPlaneArgs', 'AzureClusterControlPlaneArgsDict']] control_plane: Configuration related to the cluster control plane.
1085
1055
  :param pulumi.Input[_builtins.str] create_time: Output only. The time at which this cluster was created.
1086
1056
  :param pulumi.Input[_builtins.str] description: Optional. A human readable description of this cluster. Cannot be longer than 255 UTF-8 encoded bytes.
@@ -1132,12 +1102,10 @@ class AzureCluster(pulumi.CustomResource):
1132
1102
  @pulumi.getter
1133
1103
  def annotations(self) -> pulumi.Output[Optional[Mapping[str, _builtins.str]]]:
1134
1104
  """
1135
- Optional. Annotations on the cluster. This field has the same restrictions as Kubernetes annotations. The total size of
1136
- all keys and values combined is limited to 256k. Keys can have 2 segments: prefix (optional) and name (required),
1137
- separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with
1138
- alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between. **Note**: This field is
1139
- non-authoritative, and will only manage the annotations present in your configuration. Please refer to the field
1140
- `effective_annotations` for all of the annotations present on the resource.
1105
+ Optional. Annotations on the cluster. This field has the same restrictions as Kubernetes annotations. The total size of all keys and values combined is limited to 256k. Keys can have 2 segments: prefix (optional) and name (required), separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between.
1106
+
1107
+ **Note**: This field is non-authoritative, and will only manage the annotations present in your configuration.
1108
+ Please refer to the field `effective_annotations` for all of the annotations present on the resource.
1141
1109
  """
1142
1110
  return pulumi.get(self, "annotations")
1143
1111
 
@@ -1169,10 +1137,7 @@ class AzureCluster(pulumi.CustomResource):
1169
1137
  @pulumi.getter
1170
1138
  def client(self) -> pulumi.Output[Optional[_builtins.str]]:
1171
1139
  """
1172
- Name of the AzureClient. The `AzureClient` resource must reside on the same GCP project and region as the
1173
- `AzureCluster`. `AzureClient` names are formatted as
1174
- `projects/<project-number>/locations/<region>/azureClients/<client-id>`. See Resource Names
1175
- (https:cloud.google.com/apis/design/resource_names) for more details on Google Cloud resource names.
1140
+ Name of the AzureClient. The `AzureClient` resource must reside on the same GCP project and region as the `AzureCluster`. `AzureClient` names are formatted as `projects/<project-number>/locations/<region>/azureClients/<client-id>`. See Resource Names (https:cloud.google.com/apis/design/resource_names) for more details on Google Cloud resource names.
1176
1141
  """
1177
1142
  return pulumi.get(self, "client")
1178
1143