pulumi-gcp 8.5.0a1728368389__py3-none-any.whl → 8.6.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pulumi_gcp/__init__.py +32 -0
- pulumi_gcp/_utilities.py +1 -1
- pulumi_gcp/accessapproval/get_folder_service_account.py +9 -4
- pulumi_gcp/accessapproval/get_organization_service_account.py +9 -4
- pulumi_gcp/accessapproval/get_project_service_account.py +9 -4
- pulumi_gcp/accesscontextmanager/get_access_policy_iam_policy.py +9 -4
- pulumi_gcp/alloydb/get_locations.py +8 -4
- pulumi_gcp/alloydb/get_supported_database_flags.py +10 -4
- pulumi_gcp/apigateway/get_api_config_iam_policy.py +13 -4
- pulumi_gcp/apigateway/get_api_iam_policy.py +11 -4
- pulumi_gcp/apigateway/get_gateway_iam_policy.py +13 -4
- pulumi_gcp/apigee/get_environment_iam_policy.py +11 -4
- pulumi_gcp/appengine/get_default_service_account.py +12 -4
- pulumi_gcp/apphub/get_application.py +20 -4
- pulumi_gcp/apphub/get_discovered_service.py +14 -4
- pulumi_gcp/apphub/get_discovered_workload.py +14 -4
- pulumi_gcp/artifactregistry/get_docker_image.py +21 -4
- pulumi_gcp/artifactregistry/get_locations.py +8 -4
- pulumi_gcp/artifactregistry/get_repository.py +27 -4
- pulumi_gcp/artifactregistry/get_repository_iam_policy.py +13 -4
- pulumi_gcp/assuredworkloads/workload.py +7 -7
- pulumi_gcp/backupdisasterrecovery/get_management_server.py +13 -4
- pulumi_gcp/beyondcorp/get_app_connection.py +19 -4
- pulumi_gcp/beyondcorp/get_app_connector.py +17 -4
- pulumi_gcp/beyondcorp/get_app_gateway.py +20 -4
- pulumi_gcp/bigquery/get_connection_iam_policy.py +13 -4
- pulumi_gcp/bigquery/get_dataset.py +30 -4
- pulumi_gcp/bigquery/get_dataset_iam_policy.py +11 -4
- pulumi_gcp/bigquery/get_default_service_account.py +9 -4
- pulumi_gcp/bigquery/get_table_iam_policy.py +13 -4
- pulumi_gcp/bigquery/get_tables.py +10 -4
- pulumi_gcp/bigqueryanalyticshub/get_data_exchange_iam_policy.py +13 -4
- pulumi_gcp/bigqueryanalyticshub/get_listing_iam_policy.py +15 -4
- pulumi_gcp/bigquerydatapolicy/get_iam_policy.py +13 -4
- pulumi_gcp/bigtable/_inputs.py +58 -0
- pulumi_gcp/bigtable/gc_policy.py +7 -0
- pulumi_gcp/bigtable/get_instance_iam_policy.py +11 -4
- pulumi_gcp/bigtable/get_table_iam_policy.py +13 -4
- pulumi_gcp/bigtable/instance_iam_binding.py +13 -34
- pulumi_gcp/bigtable/instance_iam_member.py +13 -34
- pulumi_gcp/bigtable/instance_iam_policy.py +0 -47
- pulumi_gcp/bigtable/outputs.py +36 -0
- pulumi_gcp/billing/get_account_iam_policy.py +9 -4
- pulumi_gcp/binaryauthorization/get_attestor_iam_policy.py +11 -4
- pulumi_gcp/certificateauthority/get_authority.py +34 -4
- pulumi_gcp/certificateauthority/get_ca_pool_iam_policy.py +13 -4
- pulumi_gcp/certificateauthority/get_certificate_template_iam_policy.py +13 -4
- pulumi_gcp/certificatemanager/get_certificate_map.py +16 -4
- pulumi_gcp/certificatemanager/get_certificates.py +10 -4
- pulumi_gcp/cloudasset/get_resources_search_all.py +12 -4
- pulumi_gcp/cloudasset/get_search_all_resources.py +12 -4
- pulumi_gcp/cloudbuild/get_trigger.py +33 -4
- pulumi_gcp/cloudbuildv2/get_connection_iam_policy.py +13 -4
- pulumi_gcp/clouddeploy/get_custom_target_type_iam_policy.py +13 -4
- pulumi_gcp/clouddeploy/get_delivery_pipeline_iam_policy.py +13 -4
- pulumi_gcp/clouddeploy/get_target_iam_policy.py +13 -4
- pulumi_gcp/cloudfunctions/get_function.py +43 -4
- pulumi_gcp/cloudfunctions/get_function_iam_policy.py +13 -4
- pulumi_gcp/cloudfunctionsv2/get_function.py +23 -4
- pulumi_gcp/cloudfunctionsv2/get_function_iam_policy.py +13 -4
- pulumi_gcp/cloudidentity/get_group_lookup.py +8 -4
- pulumi_gcp/cloudidentity/get_group_memberships.py +8 -4
- pulumi_gcp/cloudidentity/get_group_transitive_memberships.py +8 -4
- pulumi_gcp/cloudidentity/get_groups.py +8 -4
- pulumi_gcp/cloudquota/get_s_quota_info.py +25 -4
- pulumi_gcp/cloudquota/get_s_quota_infos.py +10 -4
- pulumi_gcp/cloudrun/get_locations.py +8 -4
- pulumi_gcp/cloudrun/get_service.py +16 -4
- pulumi_gcp/cloudrun/get_service_iam_policy.py +13 -4
- pulumi_gcp/cloudrunv2/get_job.py +39 -4
- pulumi_gcp/cloudrunv2/get_job_iam_policy.py +13 -4
- pulumi_gcp/cloudrunv2/get_service.py +45 -4
- pulumi_gcp/cloudrunv2/get_service_iam_policy.py +13 -4
- pulumi_gcp/cloudtasks/get_queue_iam_policy.py +13 -4
- pulumi_gcp/composer/get_environment.py +16 -4
- pulumi_gcp/composer/get_image_versions.py +10 -4
- pulumi_gcp/composer/get_user_workloads_config_map.py +14 -4
- pulumi_gcp/composer/get_user_workloads_secret.py +14 -4
- pulumi_gcp/compute/_inputs.py +302 -18
- pulumi_gcp/compute/backend_service.py +111 -7
- pulumi_gcp/compute/get_address.py +21 -4
- pulumi_gcp/compute/get_addresses.py +12 -4
- pulumi_gcp/compute/get_backend_bucket.py +18 -4
- pulumi_gcp/compute/get_backend_bucket_iam_policy.py +11 -4
- pulumi_gcp/compute/get_backend_service.py +51 -5
- pulumi_gcp/compute/get_backend_service_iam_policy.py +11 -4
- pulumi_gcp/compute/get_certificate.py +17 -4
- pulumi_gcp/compute/get_default_service_account.py +12 -4
- pulumi_gcp/compute/get_disk.py +45 -4
- pulumi_gcp/compute/get_disk_iam_policy.py +13 -4
- pulumi_gcp/compute/get_forwarding_rule.py +43 -4
- pulumi_gcp/compute/get_forwarding_rules.py +10 -4
- pulumi_gcp/compute/get_global_address.py +19 -4
- pulumi_gcp/compute/get_global_forwarding_rule.py +31 -4
- pulumi_gcp/compute/get_hc_vpn_gateway.py +17 -4
- pulumi_gcp/compute/get_health_check.py +25 -4
- pulumi_gcp/compute/get_image.py +30 -4
- pulumi_gcp/compute/get_image_iam_policy.py +11 -4
- pulumi_gcp/compute/get_instance.py +49 -4
- pulumi_gcp/compute/get_instance_group.py +18 -4
- pulumi_gcp/compute/get_instance_group_manager.py +38 -4
- pulumi_gcp/compute/get_instance_iam_policy.py +13 -4
- pulumi_gcp/compute/get_instance_serial_port.py +14 -4
- pulumi_gcp/compute/get_instance_template.py +45 -4
- pulumi_gcp/compute/get_lbip_ranges.py +7 -4
- pulumi_gcp/compute/get_machine_image_iam_policy.py +11 -4
- pulumi_gcp/compute/get_machine_types.py +12 -4
- pulumi_gcp/compute/get_netblock_ip_ranges.py +10 -4
- pulumi_gcp/compute/get_network.py +14 -4
- pulumi_gcp/compute/get_network_endpoint_group.py +19 -4
- pulumi_gcp/compute/get_network_peering.py +17 -4
- pulumi_gcp/compute/get_networks.py +9 -4
- pulumi_gcp/compute/get_node_types.py +10 -4
- pulumi_gcp/compute/get_region_backend_service_iam_policy.py +13 -4
- pulumi_gcp/compute/get_region_disk.py +35 -4
- pulumi_gcp/compute/get_region_disk_iam_policy.py +13 -4
- pulumi_gcp/compute/get_region_instance_group.py +15 -4
- pulumi_gcp/compute/get_region_instance_group_manager.py +39 -4
- pulumi_gcp/compute/get_region_instance_template.py +44 -4
- pulumi_gcp/compute/get_region_network_endpoint_group.py +22 -4
- pulumi_gcp/compute/get_region_ssl_certificate.py +19 -4
- pulumi_gcp/compute/get_regions.py +10 -4
- pulumi_gcp/compute/get_reservation.py +19 -4
- pulumi_gcp/compute/get_resource_policy.py +17 -4
- pulumi_gcp/compute/get_router.py +18 -4
- pulumi_gcp/compute/get_router_nat.py +33 -4
- pulumi_gcp/compute/get_router_status.py +14 -4
- pulumi_gcp/compute/get_security_policy.py +18 -4
- pulumi_gcp/compute/get_snapshot.py +30 -4
- pulumi_gcp/compute/get_snapshot_iam_policy.py +11 -4
- pulumi_gcp/compute/get_ssl_policy.py +17 -4
- pulumi_gcp/compute/get_subnetwork.py +20 -4
- pulumi_gcp/compute/get_subnetwork_iam_policy.py +13 -4
- pulumi_gcp/compute/get_subnetworks.py +12 -4
- pulumi_gcp/compute/get_vpn_gateway.py +14 -4
- pulumi_gcp/compute/get_zones.py +12 -4
- pulumi_gcp/compute/network.py +236 -0
- pulumi_gcp/compute/outputs.py +401 -16
- pulumi_gcp/compute/region_backend_service.py +115 -7
- pulumi_gcp/compute/route.py +92 -0
- pulumi_gcp/compute/router_status.py +14 -4
- pulumi_gcp/compute/subnetwork.py +2 -2
- pulumi_gcp/container/_inputs.py +106 -0
- pulumi_gcp/container/aws_node_pool.py +59 -0
- pulumi_gcp/container/get_attached_install_manifest.py +14 -4
- pulumi_gcp/container/get_attached_versions.py +10 -4
- pulumi_gcp/container/get_aws_versions.py +11 -4
- pulumi_gcp/container/get_azure_versions.py +11 -4
- pulumi_gcp/container/get_cluster.py +87 -4
- pulumi_gcp/container/get_engine_versions.py +18 -4
- pulumi_gcp/container/get_registry_image.py +16 -4
- pulumi_gcp/container/get_registry_repository.py +10 -4
- pulumi_gcp/container/outputs.py +87 -0
- pulumi_gcp/containeranalysis/get_note_iam_policy.py +11 -4
- pulumi_gcp/datacatalog/get_entry_group_iam_policy.py +13 -4
- pulumi_gcp/datacatalog/get_policy_tag_iam_policy.py +9 -4
- pulumi_gcp/datacatalog/get_tag_template_iam_policy.py +13 -4
- pulumi_gcp/datacatalog/get_taxonomy_iam_policy.py +13 -4
- pulumi_gcp/dataform/get_repository_iam_policy.py +13 -4
- pulumi_gcp/datafusion/get_instance_iam_policy.py +13 -4
- pulumi_gcp/dataplex/get_aspect_type_iam_policy.py +13 -4
- pulumi_gcp/dataplex/get_asset_iam_policy.py +17 -4
- pulumi_gcp/dataplex/get_datascan_iam_policy.py +13 -4
- pulumi_gcp/dataplex/get_entry_group_iam_policy.py +13 -4
- pulumi_gcp/dataplex/get_entry_type_iam_policy.py +13 -4
- pulumi_gcp/dataplex/get_lake_iam_policy.py +13 -4
- pulumi_gcp/dataplex/get_task_iam_policy.py +15 -4
- pulumi_gcp/dataplex/get_zone_iam_policy.py +15 -4
- pulumi_gcp/dataproc/__init__.py +1 -0
- pulumi_gcp/dataproc/_inputs.py +1394 -0
- pulumi_gcp/dataproc/batch.py +1514 -0
- pulumi_gcp/dataproc/get_autoscaling_policy_iam_policy.py +13 -4
- pulumi_gcp/dataproc/get_cluster_iam_policy.py +13 -4
- pulumi_gcp/dataproc/get_job_iam_policy.py +13 -4
- pulumi_gcp/dataproc/get_metastore_federation_iam_policy.py +13 -4
- pulumi_gcp/dataproc/get_metastore_service.py +34 -4
- pulumi_gcp/dataproc/get_metastore_service_iam_policy.py +13 -4
- pulumi_gcp/dataproc/outputs.py +1127 -0
- pulumi_gcp/datastream/get_static_ips.py +10 -4
- pulumi_gcp/discoveryengine/_inputs.py +32 -5
- pulumi_gcp/discoveryengine/chat_engine.py +64 -0
- pulumi_gcp/discoveryengine/outputs.py +22 -3
- pulumi_gcp/dns/get_keys.py +11 -4
- pulumi_gcp/dns/get_managed_zone.py +14 -4
- pulumi_gcp/dns/get_managed_zone_iam_policy.py +11 -4
- pulumi_gcp/dns/get_managed_zones.py +8 -4
- pulumi_gcp/dns/get_record_set.py +15 -4
- pulumi_gcp/endpoints/get_service_consumers_iam_policy.py +11 -4
- pulumi_gcp/endpoints/get_service_iam_policy.py +9 -4
- pulumi_gcp/filestore/get_instance.py +25 -4
- pulumi_gcp/firebase/get_android_app.py +17 -4
- pulumi_gcp/firebase/get_android_app_config.py +11 -4
- pulumi_gcp/firebase/get_apple_app.py +16 -4
- pulumi_gcp/firebase/get_apple_app_config.py +11 -4
- pulumi_gcp/firebase/get_hosting_channel.py +16 -4
- pulumi_gcp/firebase/get_web_app.py +14 -4
- pulumi_gcp/firebase/get_web_app_config.py +16 -4
- pulumi_gcp/firestore/field.py +4 -4
- pulumi_gcp/folder/get_iam_policy.py +9 -4
- pulumi_gcp/folder/get_organization_policy.py +15 -4
- pulumi_gcp/gkebackup/get_backup_plan_iam_policy.py +13 -4
- pulumi_gcp/gkebackup/get_restore_plan_iam_policy.py +13 -4
- pulumi_gcp/gkehub/get_feature_iam_policy.py +13 -4
- pulumi_gcp/gkehub/get_membership_binding.py +23 -4
- pulumi_gcp/gkehub/get_membership_iam_policy.py +13 -4
- pulumi_gcp/gkehub/get_scope_iam_policy.py +11 -4
- pulumi_gcp/gkehub/membership_binding.py +6 -6
- pulumi_gcp/gkehub/membership_rbac_role_binding.py +4 -4
- pulumi_gcp/gkehub/namespace.py +4 -4
- pulumi_gcp/gkehub/scope_rbac_role_binding.py +4 -4
- pulumi_gcp/healthcare/__init__.py +1 -0
- pulumi_gcp/healthcare/_inputs.py +538 -0
- pulumi_gcp/healthcare/get_consent_store_iam_policy.py +11 -4
- pulumi_gcp/healthcare/get_dataset_iam_policy.py +9 -4
- pulumi_gcp/healthcare/get_dicom_store_iam_policy.py +9 -4
- pulumi_gcp/healthcare/get_fhir_store_iam_policy.py +9 -4
- pulumi_gcp/healthcare/get_hl7_v2_store_iam_policy.py +9 -4
- pulumi_gcp/healthcare/outputs.py +467 -0
- pulumi_gcp/healthcare/pipeline_job.py +1233 -0
- pulumi_gcp/iam/get_rule.py +10 -4
- pulumi_gcp/iam/get_testable_permissions.py +12 -4
- pulumi_gcp/iam/get_workload_identity_pool.py +14 -4
- pulumi_gcp/iam/get_workload_identity_pool_provider.py +22 -4
- pulumi_gcp/iap/get_app_engine_service_iam_policy.py +13 -4
- pulumi_gcp/iap/get_app_engine_version_iam_policy.py +15 -4
- pulumi_gcp/iap/get_client.py +11 -4
- pulumi_gcp/iap/get_tunnel_dest_group_iam_policy.py +13 -4
- pulumi_gcp/iap/get_tunnel_iam_policy.py +9 -4
- pulumi_gcp/iap/get_tunnel_instance_iam_policy.py +13 -4
- pulumi_gcp/iap/get_web_backend_service_iam_policy.py +11 -4
- pulumi_gcp/iap/get_web_iam_policy.py +9 -4
- pulumi_gcp/iap/get_web_region_backend_service_iam_policy.py +13 -4
- pulumi_gcp/iap/get_web_type_app_engine_iam_policy.py +11 -4
- pulumi_gcp/iap/get_web_type_compute_iam_policy.py +9 -4
- pulumi_gcp/iap/tunnel_dest_group.py +2 -2
- pulumi_gcp/integrationconnectors/managed_zone.py +8 -8
- pulumi_gcp/kms/get_crypto_key_iam_policy.py +9 -4
- pulumi_gcp/kms/get_crypto_key_latest_version.py +15 -4
- pulumi_gcp/kms/get_crypto_key_versions.py +11 -4
- pulumi_gcp/kms/get_crypto_keys.py +10 -4
- pulumi_gcp/kms/get_ekm_connection_iam_policy.py +13 -4
- pulumi_gcp/kms/get_key_ring_iam_policy.py +9 -4
- pulumi_gcp/kms/get_key_rings.py +12 -4
- pulumi_gcp/kms/get_kms_crypto_key.py +21 -4
- pulumi_gcp/kms/get_kms_crypto_key_version.py +14 -4
- pulumi_gcp/kms/get_kms_key_ring.py +11 -4
- pulumi_gcp/kms/get_kms_secret.py +12 -4
- pulumi_gcp/kms/get_kms_secret_asymmetric.py +12 -4
- pulumi_gcp/kms/get_kms_secret_ciphertext.py +10 -4
- pulumi_gcp/kms/key_handle.py +8 -8
- pulumi_gcp/logging/get_folder_settings.py +13 -4
- pulumi_gcp/logging/get_log_view_iam_policy.py +15 -4
- pulumi_gcp/logging/get_organization_settings.py +13 -4
- pulumi_gcp/logging/get_project_cmek_settings.py +12 -4
- pulumi_gcp/logging/get_project_settings.py +13 -4
- pulumi_gcp/logging/get_sink.py +14 -4
- pulumi_gcp/logging/log_scope.py +7 -7
- pulumi_gcp/monitoring/get_app_engine_service.py +14 -4
- pulumi_gcp/monitoring/get_cluster_istio_service.py +20 -4
- pulumi_gcp/monitoring/get_istio_canonical_service.py +18 -4
- pulumi_gcp/monitoring/get_mesh_istio_service.py +18 -4
- pulumi_gcp/monitoring/get_notification_channel.py +21 -4
- pulumi_gcp/monitoring/get_secret_version.py +16 -4
- pulumi_gcp/monitoring/get_uptime_check_i_ps.py +6 -4
- pulumi_gcp/netapp/backup_vault.py +2 -2
- pulumi_gcp/networkconnectivity/_inputs.py +70 -0
- pulumi_gcp/networkconnectivity/internal_range.py +117 -7
- pulumi_gcp/networkconnectivity/outputs.py +42 -0
- pulumi_gcp/networkconnectivity/spoke.py +10 -10
- pulumi_gcp/networksecurity/get_address_group_iam_policy.py +13 -4
- pulumi_gcp/networkservices/gateway.py +54 -0
- pulumi_gcp/notebooks/get_instance_iam_policy.py +13 -4
- pulumi_gcp/notebooks/get_runtime_iam_policy.py +13 -4
- pulumi_gcp/organizations/get_active_folder.py +12 -4
- pulumi_gcp/organizations/get_billing_account.py +15 -4
- pulumi_gcp/organizations/get_client_config.py +10 -4
- pulumi_gcp/organizations/get_client_open_id_user_info.py +6 -4
- pulumi_gcp/organizations/get_folder.py +17 -4
- pulumi_gcp/organizations/get_folders.py +8 -4
- pulumi_gcp/organizations/get_iam_policy.py +10 -4
- pulumi_gcp/organizations/get_organization.py +14 -4
- pulumi_gcp/organizations/get_project.py +18 -4
- pulumi_gcp/orgpolicy/policy.py +2 -2
- pulumi_gcp/privilegedaccessmanager/get_entitlement.py +22 -4
- pulumi_gcp/projects/get_iam_policy.py +9 -4
- pulumi_gcp/projects/get_organization_policy.py +15 -4
- pulumi_gcp/projects/get_project.py +8 -4
- pulumi_gcp/projects/get_project_service.py +12 -4
- pulumi_gcp/pubsub/_inputs.py +333 -1
- pulumi_gcp/pubsub/get_schema_iam_policy.py +11 -4
- pulumi_gcp/pubsub/get_subscription.py +25 -4
- pulumi_gcp/pubsub/get_subscription_iam_policy.py +11 -4
- pulumi_gcp/pubsub/get_topic.py +17 -4
- pulumi_gcp/pubsub/get_topic_iam_policy.py +11 -4
- pulumi_gcp/pubsub/outputs.py +410 -2
- pulumi_gcp/pubsub/subscription.py +6 -6
- pulumi_gcp/pubsub/topic.py +44 -0
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/redis/get_instance.py +44 -4
- pulumi_gcp/runtimeconfig/get_config.py +10 -4
- pulumi_gcp/runtimeconfig/get_config_iam_policy.py +11 -4
- pulumi_gcp/runtimeconfig/get_variable.py +14 -4
- pulumi_gcp/secretmanager/get_regional_secret.py +25 -4
- pulumi_gcp/secretmanager/get_regional_secret_iam_policy.py +13 -4
- pulumi_gcp/secretmanager/get_regional_secret_version.py +19 -4
- pulumi_gcp/secretmanager/get_regional_secret_version_access.py +15 -4
- pulumi_gcp/secretmanager/get_regional_secrets.py +12 -4
- pulumi_gcp/secretmanager/get_secret.py +23 -4
- pulumi_gcp/secretmanager/get_secret_iam_policy.py +11 -4
- pulumi_gcp/secretmanager/get_secret_version.py +16 -4
- pulumi_gcp/secretmanager/get_secret_version_access.py +13 -4
- pulumi_gcp/secretmanager/get_secrets.py +10 -4
- pulumi_gcp/secretmanager/outputs.py +2 -10
- pulumi_gcp/securesourcemanager/__init__.py +1 -0
- pulumi_gcp/securesourcemanager/branch_rule.py +975 -0
- pulumi_gcp/securesourcemanager/get_instance_iam_policy.py +13 -4
- pulumi_gcp/securesourcemanager/get_repository_iam_policy.py +13 -4
- pulumi_gcp/securesourcemanager/repository.py +0 -2
- pulumi_gcp/securitycenter/get_source_iam_policy.py +11 -4
- pulumi_gcp/securitycenter/get_v2_organization_source_iam_policy.py +11 -4
- pulumi_gcp/securityposture/posture.py +0 -2
- pulumi_gcp/securityposture/posture_deployment.py +0 -2
- pulumi_gcp/serviceaccount/get_account.py +14 -4
- pulumi_gcp/serviceaccount/get_account_access_token.py +14 -4
- pulumi_gcp/serviceaccount/get_account_id_token.py +14 -4
- pulumi_gcp/serviceaccount/get_account_jwt.py +14 -4
- pulumi_gcp/serviceaccount/get_account_key.py +13 -4
- pulumi_gcp/serviceaccount/get_iam_policy.py +9 -4
- pulumi_gcp/servicedirectory/get_namespace_iam_policy.py +9 -4
- pulumi_gcp/servicedirectory/get_service_iam_policy.py +9 -4
- pulumi_gcp/servicenetworking/get_peered_dns_domain.py +15 -4
- pulumi_gcp/serviceusage/consumer_quota_override.py +0 -2
- pulumi_gcp/siteverification/__init__.py +1 -0
- pulumi_gcp/siteverification/get_token.py +12 -4
- pulumi_gcp/siteverification/owner.py +398 -0
- pulumi_gcp/sourcerepo/get_repository.py +24 -5
- pulumi_gcp/sourcerepo/get_repository_iam_policy.py +11 -4
- pulumi_gcp/sourcerepo/repository.py +47 -0
- pulumi_gcp/spanner/backup_schedule.py +4 -2
- pulumi_gcp/spanner/get_database_iam_policy.py +13 -4
- pulumi_gcp/spanner/get_instance.py +22 -4
- pulumi_gcp/spanner/get_instance_iam_policy.py +11 -4
- pulumi_gcp/sql/get_backup_run.py +16 -4
- pulumi_gcp/sql/get_ca_certs.py +11 -4
- pulumi_gcp/sql/get_database.py +15 -4
- pulumi_gcp/sql/get_database_instance.py +32 -4
- pulumi_gcp/sql/get_database_instance_latest_recovery_time.py +10 -4
- pulumi_gcp/sql/get_database_instances.py +18 -4
- pulumi_gcp/sql/get_databases.py +10 -4
- pulumi_gcp/sql/get_tiers.py +8 -4
- pulumi_gcp/storage/get_bucket.py +34 -4
- pulumi_gcp/storage/get_bucket_iam_policy.py +9 -4
- pulumi_gcp/storage/get_bucket_object.py +30 -4
- pulumi_gcp/storage/get_bucket_object_content.py +31 -4
- pulumi_gcp/storage/get_bucket_objects.py +12 -4
- pulumi_gcp/storage/get_buckets.py +10 -4
- pulumi_gcp/storage/get_managed_folder_iam_policy.py +11 -4
- pulumi_gcp/storage/get_object_signed_url.py +22 -4
- pulumi_gcp/storage/get_project_service_account.py +11 -4
- pulumi_gcp/storage/get_transfer_project_service_account.py +10 -4
- pulumi_gcp/storage/get_transfer_project_servie_account.py +10 -4
- pulumi_gcp/tags/get_tag_key.py +14 -4
- pulumi_gcp/tags/get_tag_key_iam_policy.py +9 -4
- pulumi_gcp/tags/get_tag_keys.py +8 -4
- pulumi_gcp/tags/get_tag_value.py +14 -4
- pulumi_gcp/tags/get_tag_value_iam_policy.py +9 -4
- pulumi_gcp/tags/get_tag_values.py +8 -4
- pulumi_gcp/tags/tag_key.py +7 -7
- pulumi_gcp/tags/tag_value.py +7 -7
- pulumi_gcp/tpu/get_tensorflow_versions.py +10 -4
- pulumi_gcp/tpu/get_v2_accelerator_types.py +10 -4
- pulumi_gcp/tpu/get_v2_runtime_versions.py +10 -4
- pulumi_gcp/vertex/ai_feature_online_store_featureview.py +4 -4
- pulumi_gcp/vertex/get_ai_endpoint_iam_policy.py +13 -4
- pulumi_gcp/vertex/get_ai_featurestore_entitytype_iam_policy.py +11 -4
- pulumi_gcp/vertex/get_ai_featurestore_iam_policy.py +13 -4
- pulumi_gcp/vertex/get_ai_index.py +24 -4
- pulumi_gcp/vmwareengine/get_cluster.py +13 -4
- pulumi_gcp/vmwareengine/get_external_access_rule.py +21 -4
- pulumi_gcp/vmwareengine/get_external_address.py +16 -4
- pulumi_gcp/vmwareengine/get_network.py +16 -4
- pulumi_gcp/vmwareengine/get_network_peering.py +23 -4
- pulumi_gcp/vmwareengine/get_network_policy.py +20 -4
- pulumi_gcp/vmwareengine/get_nsx_credentials.py +9 -4
- pulumi_gcp/vmwareengine/get_private_cloud.py +22 -4
- pulumi_gcp/vmwareengine/get_subnet.py +20 -4
- pulumi_gcp/vmwareengine/get_vcenter_credentials.py +9 -4
- pulumi_gcp/vpcaccess/get_connector.py +22 -4
- pulumi_gcp/workbench/get_instance_iam_policy.py +13 -4
- pulumi_gcp/workstations/get_workstation_config_iam_policy.py +15 -4
- pulumi_gcp/workstations/get_workstation_iam_policy.py +17 -4
- {pulumi_gcp-8.5.0a1728368389.dist-info → pulumi_gcp-8.6.0.dist-info}/METADATA +2 -2
- {pulumi_gcp-8.5.0a1728368389.dist-info → pulumi_gcp-8.6.0.dist-info}/RECORD +395 -391
- {pulumi_gcp-8.5.0a1728368389.dist-info → pulumi_gcp-8.6.0.dist-info}/WHEEL +0 -0
- {pulumi_gcp-8.5.0a1728368389.dist-info → pulumi_gcp-8.6.0.dist-info}/top_level.txt +0 -0
pulumi_gcp/container/_inputs.py
CHANGED
@@ -97,6 +97,8 @@ __all__ = [
|
|
97
97
|
'AwsNodePoolConfigSshConfigArgsDict',
|
98
98
|
'AwsNodePoolConfigTaintArgs',
|
99
99
|
'AwsNodePoolConfigTaintArgsDict',
|
100
|
+
'AwsNodePoolKubeletConfigArgs',
|
101
|
+
'AwsNodePoolKubeletConfigArgsDict',
|
100
102
|
'AwsNodePoolManagementArgs',
|
101
103
|
'AwsNodePoolManagementArgsDict',
|
102
104
|
'AwsNodePoolMaxPodsConstraintArgs',
|
@@ -3046,6 +3048,98 @@ class AwsNodePoolConfigTaintArgs:
|
|
3046
3048
|
pulumi.set(self, "value", value)
|
3047
3049
|
|
3048
3050
|
|
3051
|
+
if not MYPY:
|
3052
|
+
class AwsNodePoolKubeletConfigArgsDict(TypedDict):
|
3053
|
+
cpu_cfs_quota: NotRequired[pulumi.Input[bool]]
|
3054
|
+
"""
|
3055
|
+
Whether or not to enable CPU CFS quota. Defaults to true.
|
3056
|
+
"""
|
3057
|
+
cpu_cfs_quota_period: NotRequired[pulumi.Input[str]]
|
3058
|
+
"""
|
3059
|
+
Optional. The CPU CFS quota period to use for the node. Defaults to "100ms".
|
3060
|
+
"""
|
3061
|
+
cpu_manager_policy: NotRequired[pulumi.Input[str]]
|
3062
|
+
"""
|
3063
|
+
The CpuManagerPolicy to use for the node. Defaults to "none".
|
3064
|
+
"""
|
3065
|
+
pod_pids_limit: NotRequired[pulumi.Input[int]]
|
3066
|
+
"""
|
3067
|
+
Optional. The maximum number of PIDs in each pod running on the node. The limit scales automatically based on underlying machine size if left unset.
|
3068
|
+
"""
|
3069
|
+
elif False:
|
3070
|
+
AwsNodePoolKubeletConfigArgsDict: TypeAlias = Mapping[str, Any]
|
3071
|
+
|
3072
|
+
@pulumi.input_type
|
3073
|
+
class AwsNodePoolKubeletConfigArgs:
|
3074
|
+
def __init__(__self__, *,
|
3075
|
+
cpu_cfs_quota: Optional[pulumi.Input[bool]] = None,
|
3076
|
+
cpu_cfs_quota_period: Optional[pulumi.Input[str]] = None,
|
3077
|
+
cpu_manager_policy: Optional[pulumi.Input[str]] = None,
|
3078
|
+
pod_pids_limit: Optional[pulumi.Input[int]] = None):
|
3079
|
+
"""
|
3080
|
+
:param pulumi.Input[bool] cpu_cfs_quota: Whether or not to enable CPU CFS quota. Defaults to true.
|
3081
|
+
:param pulumi.Input[str] cpu_cfs_quota_period: Optional. The CPU CFS quota period to use for the node. Defaults to "100ms".
|
3082
|
+
:param pulumi.Input[str] cpu_manager_policy: The CpuManagerPolicy to use for the node. Defaults to "none".
|
3083
|
+
:param pulumi.Input[int] pod_pids_limit: Optional. The maximum number of PIDs in each pod running on the node. The limit scales automatically based on underlying machine size if left unset.
|
3084
|
+
"""
|
3085
|
+
if cpu_cfs_quota is not None:
|
3086
|
+
pulumi.set(__self__, "cpu_cfs_quota", cpu_cfs_quota)
|
3087
|
+
if cpu_cfs_quota_period is not None:
|
3088
|
+
pulumi.set(__self__, "cpu_cfs_quota_period", cpu_cfs_quota_period)
|
3089
|
+
if cpu_manager_policy is not None:
|
3090
|
+
pulumi.set(__self__, "cpu_manager_policy", cpu_manager_policy)
|
3091
|
+
if pod_pids_limit is not None:
|
3092
|
+
pulumi.set(__self__, "pod_pids_limit", pod_pids_limit)
|
3093
|
+
|
3094
|
+
@property
|
3095
|
+
@pulumi.getter(name="cpuCfsQuota")
|
3096
|
+
def cpu_cfs_quota(self) -> Optional[pulumi.Input[bool]]:
|
3097
|
+
"""
|
3098
|
+
Whether or not to enable CPU CFS quota. Defaults to true.
|
3099
|
+
"""
|
3100
|
+
return pulumi.get(self, "cpu_cfs_quota")
|
3101
|
+
|
3102
|
+
@cpu_cfs_quota.setter
|
3103
|
+
def cpu_cfs_quota(self, value: Optional[pulumi.Input[bool]]):
|
3104
|
+
pulumi.set(self, "cpu_cfs_quota", value)
|
3105
|
+
|
3106
|
+
@property
|
3107
|
+
@pulumi.getter(name="cpuCfsQuotaPeriod")
|
3108
|
+
def cpu_cfs_quota_period(self) -> Optional[pulumi.Input[str]]:
|
3109
|
+
"""
|
3110
|
+
Optional. The CPU CFS quota period to use for the node. Defaults to "100ms".
|
3111
|
+
"""
|
3112
|
+
return pulumi.get(self, "cpu_cfs_quota_period")
|
3113
|
+
|
3114
|
+
@cpu_cfs_quota_period.setter
|
3115
|
+
def cpu_cfs_quota_period(self, value: Optional[pulumi.Input[str]]):
|
3116
|
+
pulumi.set(self, "cpu_cfs_quota_period", value)
|
3117
|
+
|
3118
|
+
@property
|
3119
|
+
@pulumi.getter(name="cpuManagerPolicy")
|
3120
|
+
def cpu_manager_policy(self) -> Optional[pulumi.Input[str]]:
|
3121
|
+
"""
|
3122
|
+
The CpuManagerPolicy to use for the node. Defaults to "none".
|
3123
|
+
"""
|
3124
|
+
return pulumi.get(self, "cpu_manager_policy")
|
3125
|
+
|
3126
|
+
@cpu_manager_policy.setter
|
3127
|
+
def cpu_manager_policy(self, value: Optional[pulumi.Input[str]]):
|
3128
|
+
pulumi.set(self, "cpu_manager_policy", value)
|
3129
|
+
|
3130
|
+
@property
|
3131
|
+
@pulumi.getter(name="podPidsLimit")
|
3132
|
+
def pod_pids_limit(self) -> Optional[pulumi.Input[int]]:
|
3133
|
+
"""
|
3134
|
+
Optional. The maximum number of PIDs in each pod running on the node. The limit scales automatically based on underlying machine size if left unset.
|
3135
|
+
"""
|
3136
|
+
return pulumi.get(self, "pod_pids_limit")
|
3137
|
+
|
3138
|
+
@pod_pids_limit.setter
|
3139
|
+
def pod_pids_limit(self, value: Optional[pulumi.Input[int]]):
|
3140
|
+
pulumi.set(self, "pod_pids_limit", value)
|
3141
|
+
|
3142
|
+
|
3049
3143
|
if not MYPY:
|
3050
3144
|
class AwsNodePoolManagementArgsDict(TypedDict):
|
3051
3145
|
auto_repair: NotRequired[pulumi.Input[bool]]
|
@@ -9793,6 +9887,8 @@ if not MYPY:
|
|
9793
9887
|
The CPU management policy on the node. See
|
9794
9888
|
[K8S CPU Management Policies](https://kubernetes.io/docs/tasks/administer-cluster/cpu-management-policies/).
|
9795
9889
|
One of `"none"` or `"static"`. If unset (or set to the empty string `""`), the API will treat the field as if set to "none".
|
9890
|
+
Prior to the 6.4.0 this field was marked as required. The workaround for the required field
|
9891
|
+
is setting the empty string `""`, which will function identically to not setting this field.
|
9796
9892
|
"""
|
9797
9893
|
insecure_kubelet_readonly_port_enabled: NotRequired[pulumi.Input[str]]
|
9798
9894
|
"""
|
@@ -9823,6 +9919,8 @@ class ClusterNodeConfigKubeletConfigArgs:
|
|
9823
9919
|
:param pulumi.Input[str] cpu_manager_policy: The CPU management policy on the node. See
|
9824
9920
|
[K8S CPU Management Policies](https://kubernetes.io/docs/tasks/administer-cluster/cpu-management-policies/).
|
9825
9921
|
One of `"none"` or `"static"`. If unset (or set to the empty string `""`), the API will treat the field as if set to "none".
|
9922
|
+
Prior to the 6.4.0 this field was marked as required. The workaround for the required field
|
9923
|
+
is setting the empty string `""`, which will function identically to not setting this field.
|
9826
9924
|
:param pulumi.Input[str] insecure_kubelet_readonly_port_enabled: Controls whether the kubelet read-only port is enabled. It is strongly recommended to set this to `FALSE`. Possible values: `TRUE`, `FALSE`.
|
9827
9925
|
:param pulumi.Input[int] pod_pids_limit: Controls the maximum number of processes allowed to run in a pod. The value must be greater than or equal to 1024 and less than 4194304.
|
9828
9926
|
"""
|
@@ -9872,6 +9970,8 @@ class ClusterNodeConfigKubeletConfigArgs:
|
|
9872
9970
|
The CPU management policy on the node. See
|
9873
9971
|
[K8S CPU Management Policies](https://kubernetes.io/docs/tasks/administer-cluster/cpu-management-policies/).
|
9874
9972
|
One of `"none"` or `"static"`. If unset (or set to the empty string `""`), the API will treat the field as if set to "none".
|
9973
|
+
Prior to the 6.4.0 this field was marked as required. The workaround for the required field
|
9974
|
+
is setting the empty string `""`, which will function identically to not setting this field.
|
9875
9975
|
"""
|
9876
9976
|
return pulumi.get(self, "cpu_manager_policy")
|
9877
9977
|
|
@@ -13684,6 +13784,8 @@ if not MYPY:
|
|
13684
13784
|
The CPU management policy on the node. See
|
13685
13785
|
[K8S CPU Management Policies](https://kubernetes.io/docs/tasks/administer-cluster/cpu-management-policies/).
|
13686
13786
|
One of `"none"` or `"static"`. If unset (or set to the empty string `""`), the API will treat the field as if set to "none".
|
13787
|
+
Prior to the 6.4.0 this field was marked as required. The workaround for the required field
|
13788
|
+
is setting the empty string `""`, which will function identically to not setting this field.
|
13687
13789
|
"""
|
13688
13790
|
insecure_kubelet_readonly_port_enabled: NotRequired[pulumi.Input[str]]
|
13689
13791
|
"""
|
@@ -13714,6 +13816,8 @@ class ClusterNodePoolNodeConfigKubeletConfigArgs:
|
|
13714
13816
|
:param pulumi.Input[str] cpu_manager_policy: The CPU management policy on the node. See
|
13715
13817
|
[K8S CPU Management Policies](https://kubernetes.io/docs/tasks/administer-cluster/cpu-management-policies/).
|
13716
13818
|
One of `"none"` or `"static"`. If unset (or set to the empty string `""`), the API will treat the field as if set to "none".
|
13819
|
+
Prior to the 6.4.0 this field was marked as required. The workaround for the required field
|
13820
|
+
is setting the empty string `""`, which will function identically to not setting this field.
|
13717
13821
|
:param pulumi.Input[str] insecure_kubelet_readonly_port_enabled: Controls whether the kubelet read-only port is enabled. It is strongly recommended to set this to `FALSE`. Possible values: `TRUE`, `FALSE`.
|
13718
13822
|
:param pulumi.Input[int] pod_pids_limit: Controls the maximum number of processes allowed to run in a pod. The value must be greater than or equal to 1024 and less than 4194304.
|
13719
13823
|
"""
|
@@ -13763,6 +13867,8 @@ class ClusterNodePoolNodeConfigKubeletConfigArgs:
|
|
13763
13867
|
The CPU management policy on the node. See
|
13764
13868
|
[K8S CPU Management Policies](https://kubernetes.io/docs/tasks/administer-cluster/cpu-management-policies/).
|
13765
13869
|
One of `"none"` or `"static"`. If unset (or set to the empty string `""`), the API will treat the field as if set to "none".
|
13870
|
+
Prior to the 6.4.0 this field was marked as required. The workaround for the required field
|
13871
|
+
is setting the empty string `""`, which will function identically to not setting this field.
|
13766
13872
|
"""
|
13767
13873
|
return pulumi.get(self, "cpu_manager_policy")
|
13768
13874
|
|
@@ -29,6 +29,7 @@ class AwsNodePoolArgs:
|
|
29
29
|
subnet_id: pulumi.Input[str],
|
30
30
|
version: pulumi.Input[str],
|
31
31
|
annotations: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
32
|
+
kubelet_config: Optional[pulumi.Input['AwsNodePoolKubeletConfigArgs']] = None,
|
32
33
|
management: Optional[pulumi.Input['AwsNodePoolManagementArgs']] = None,
|
33
34
|
name: Optional[pulumi.Input[str]] = None,
|
34
35
|
project: Optional[pulumi.Input[str]] = None,
|
@@ -48,6 +49,7 @@ class AwsNodePoolArgs:
|
|
48
49
|
alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between. **Note**: This field is
|
49
50
|
non-authoritative, and will only manage the annotations present in your configuration. Please refer to the field
|
50
51
|
`effective_annotations` for all of the annotations present on the resource.
|
52
|
+
:param pulumi.Input['AwsNodePoolKubeletConfigArgs'] kubelet_config: The kubelet configuration for the node pool.
|
51
53
|
:param pulumi.Input['AwsNodePoolManagementArgs'] management: The Management configuration for this node pool.
|
52
54
|
:param pulumi.Input[str] name: The name of this resource.
|
53
55
|
:param pulumi.Input[str] project: The project for the resource
|
@@ -62,6 +64,8 @@ class AwsNodePoolArgs:
|
|
62
64
|
pulumi.set(__self__, "version", version)
|
63
65
|
if annotations is not None:
|
64
66
|
pulumi.set(__self__, "annotations", annotations)
|
67
|
+
if kubelet_config is not None:
|
68
|
+
pulumi.set(__self__, "kubelet_config", kubelet_config)
|
65
69
|
if management is not None:
|
66
70
|
pulumi.set(__self__, "management", management)
|
67
71
|
if name is not None:
|
@@ -172,6 +176,18 @@ class AwsNodePoolArgs:
|
|
172
176
|
def annotations(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
173
177
|
pulumi.set(self, "annotations", value)
|
174
178
|
|
179
|
+
@property
|
180
|
+
@pulumi.getter(name="kubeletConfig")
|
181
|
+
def kubelet_config(self) -> Optional[pulumi.Input['AwsNodePoolKubeletConfigArgs']]:
|
182
|
+
"""
|
183
|
+
The kubelet configuration for the node pool.
|
184
|
+
"""
|
185
|
+
return pulumi.get(self, "kubelet_config")
|
186
|
+
|
187
|
+
@kubelet_config.setter
|
188
|
+
def kubelet_config(self, value: Optional[pulumi.Input['AwsNodePoolKubeletConfigArgs']]):
|
189
|
+
pulumi.set(self, "kubelet_config", value)
|
190
|
+
|
175
191
|
@property
|
176
192
|
@pulumi.getter
|
177
193
|
def management(self) -> Optional[pulumi.Input['AwsNodePoolManagementArgs']]:
|
@@ -231,6 +247,7 @@ class _AwsNodePoolState:
|
|
231
247
|
create_time: Optional[pulumi.Input[str]] = None,
|
232
248
|
effective_annotations: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
233
249
|
etag: Optional[pulumi.Input[str]] = None,
|
250
|
+
kubelet_config: Optional[pulumi.Input['AwsNodePoolKubeletConfigArgs']] = None,
|
234
251
|
location: Optional[pulumi.Input[str]] = None,
|
235
252
|
management: Optional[pulumi.Input['AwsNodePoolManagementArgs']] = None,
|
236
253
|
max_pods_constraint: Optional[pulumi.Input['AwsNodePoolMaxPodsConstraintArgs']] = None,
|
@@ -256,6 +273,7 @@ class _AwsNodePoolState:
|
|
256
273
|
:param pulumi.Input['AwsNodePoolConfigArgs'] config: The configuration of the node pool.
|
257
274
|
:param pulumi.Input[str] create_time: Output only. The time at which this node pool was created.
|
258
275
|
:param pulumi.Input[str] etag: Allows clients to perform consistent read-modify-writes through optimistic concurrency control. May be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
|
276
|
+
:param pulumi.Input['AwsNodePoolKubeletConfigArgs'] kubelet_config: The kubelet configuration for the node pool.
|
259
277
|
:param pulumi.Input[str] location: The location for the resource
|
260
278
|
:param pulumi.Input['AwsNodePoolManagementArgs'] management: The Management configuration for this node pool.
|
261
279
|
: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.
|
@@ -283,6 +301,8 @@ class _AwsNodePoolState:
|
|
283
301
|
pulumi.set(__self__, "effective_annotations", effective_annotations)
|
284
302
|
if etag is not None:
|
285
303
|
pulumi.set(__self__, "etag", etag)
|
304
|
+
if kubelet_config is not None:
|
305
|
+
pulumi.set(__self__, "kubelet_config", kubelet_config)
|
286
306
|
if location is not None:
|
287
307
|
pulumi.set(__self__, "location", location)
|
288
308
|
if management is not None:
|
@@ -394,6 +414,18 @@ class _AwsNodePoolState:
|
|
394
414
|
def etag(self, value: Optional[pulumi.Input[str]]):
|
395
415
|
pulumi.set(self, "etag", value)
|
396
416
|
|
417
|
+
@property
|
418
|
+
@pulumi.getter(name="kubeletConfig")
|
419
|
+
def kubelet_config(self) -> Optional[pulumi.Input['AwsNodePoolKubeletConfigArgs']]:
|
420
|
+
"""
|
421
|
+
The kubelet configuration for the node pool.
|
422
|
+
"""
|
423
|
+
return pulumi.get(self, "kubelet_config")
|
424
|
+
|
425
|
+
@kubelet_config.setter
|
426
|
+
def kubelet_config(self, value: Optional[pulumi.Input['AwsNodePoolKubeletConfigArgs']]):
|
427
|
+
pulumi.set(self, "kubelet_config", value)
|
428
|
+
|
397
429
|
@property
|
398
430
|
@pulumi.getter
|
399
431
|
def location(self) -> Optional[pulumi.Input[str]]:
|
@@ -548,6 +580,7 @@ class AwsNodePool(pulumi.CustomResource):
|
|
548
580
|
autoscaling: Optional[pulumi.Input[Union['AwsNodePoolAutoscalingArgs', 'AwsNodePoolAutoscalingArgsDict']]] = None,
|
549
581
|
cluster: Optional[pulumi.Input[str]] = None,
|
550
582
|
config: Optional[pulumi.Input[Union['AwsNodePoolConfigArgs', 'AwsNodePoolConfigArgsDict']]] = None,
|
583
|
+
kubelet_config: Optional[pulumi.Input[Union['AwsNodePoolKubeletConfigArgs', 'AwsNodePoolKubeletConfigArgsDict']]] = None,
|
551
584
|
location: Optional[pulumi.Input[str]] = None,
|
552
585
|
management: Optional[pulumi.Input[Union['AwsNodePoolManagementArgs', 'AwsNodePoolManagementArgsDict']]] = None,
|
553
586
|
max_pods_constraint: Optional[pulumi.Input[Union['AwsNodePoolMaxPodsConstraintArgs', 'AwsNodePoolMaxPodsConstraintArgsDict']]] = None,
|
@@ -684,6 +717,12 @@ class AwsNodePool(pulumi.CustomResource):
|
|
684
717
|
management={
|
685
718
|
"auto_repair": True,
|
686
719
|
},
|
720
|
+
kubelet_config={
|
721
|
+
"cpu_manager_policy": "none",
|
722
|
+
"cpu_cfs_quota": True,
|
723
|
+
"cpu_cfs_quota_period": "100ms",
|
724
|
+
"pod_pids_limit": 1024,
|
725
|
+
},
|
687
726
|
project="my-project-name")
|
688
727
|
```
|
689
728
|
### Basic_enum_aws_cluster
|
@@ -964,6 +1003,7 @@ class AwsNodePool(pulumi.CustomResource):
|
|
964
1003
|
:param pulumi.Input[Union['AwsNodePoolAutoscalingArgs', 'AwsNodePoolAutoscalingArgsDict']] autoscaling: Autoscaler configuration for this node pool.
|
965
1004
|
:param pulumi.Input[str] cluster: The awsCluster for the resource
|
966
1005
|
:param pulumi.Input[Union['AwsNodePoolConfigArgs', 'AwsNodePoolConfigArgsDict']] config: The configuration of the node pool.
|
1006
|
+
:param pulumi.Input[Union['AwsNodePoolKubeletConfigArgs', 'AwsNodePoolKubeletConfigArgsDict']] kubelet_config: The kubelet configuration for the node pool.
|
967
1007
|
:param pulumi.Input[str] location: The location for the resource
|
968
1008
|
:param pulumi.Input[Union['AwsNodePoolManagementArgs', 'AwsNodePoolManagementArgsDict']] management: The Management configuration for this node pool.
|
969
1009
|
:param pulumi.Input[Union['AwsNodePoolMaxPodsConstraintArgs', 'AwsNodePoolMaxPodsConstraintArgsDict']] max_pods_constraint: The constraint on the maximum number of pods that can be run simultaneously on a node in the node pool.
|
@@ -1106,6 +1146,12 @@ class AwsNodePool(pulumi.CustomResource):
|
|
1106
1146
|
management={
|
1107
1147
|
"auto_repair": True,
|
1108
1148
|
},
|
1149
|
+
kubelet_config={
|
1150
|
+
"cpu_manager_policy": "none",
|
1151
|
+
"cpu_cfs_quota": True,
|
1152
|
+
"cpu_cfs_quota_period": "100ms",
|
1153
|
+
"pod_pids_limit": 1024,
|
1154
|
+
},
|
1109
1155
|
project="my-project-name")
|
1110
1156
|
```
|
1111
1157
|
### Basic_enum_aws_cluster
|
@@ -1394,6 +1440,7 @@ class AwsNodePool(pulumi.CustomResource):
|
|
1394
1440
|
autoscaling: Optional[pulumi.Input[Union['AwsNodePoolAutoscalingArgs', 'AwsNodePoolAutoscalingArgsDict']]] = None,
|
1395
1441
|
cluster: Optional[pulumi.Input[str]] = None,
|
1396
1442
|
config: Optional[pulumi.Input[Union['AwsNodePoolConfigArgs', 'AwsNodePoolConfigArgsDict']]] = None,
|
1443
|
+
kubelet_config: Optional[pulumi.Input[Union['AwsNodePoolKubeletConfigArgs', 'AwsNodePoolKubeletConfigArgsDict']]] = None,
|
1397
1444
|
location: Optional[pulumi.Input[str]] = None,
|
1398
1445
|
management: Optional[pulumi.Input[Union['AwsNodePoolManagementArgs', 'AwsNodePoolManagementArgsDict']]] = None,
|
1399
1446
|
max_pods_constraint: Optional[pulumi.Input[Union['AwsNodePoolMaxPodsConstraintArgs', 'AwsNodePoolMaxPodsConstraintArgsDict']]] = None,
|
@@ -1421,6 +1468,7 @@ class AwsNodePool(pulumi.CustomResource):
|
|
1421
1468
|
if config is None and not opts.urn:
|
1422
1469
|
raise TypeError("Missing required property 'config'")
|
1423
1470
|
__props__.__dict__["config"] = config
|
1471
|
+
__props__.__dict__["kubelet_config"] = kubelet_config
|
1424
1472
|
if location is None and not opts.urn:
|
1425
1473
|
raise TypeError("Missing required property 'location'")
|
1426
1474
|
__props__.__dict__["location"] = location
|
@@ -1461,6 +1509,7 @@ class AwsNodePool(pulumi.CustomResource):
|
|
1461
1509
|
create_time: Optional[pulumi.Input[str]] = None,
|
1462
1510
|
effective_annotations: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
1463
1511
|
etag: Optional[pulumi.Input[str]] = None,
|
1512
|
+
kubelet_config: Optional[pulumi.Input[Union['AwsNodePoolKubeletConfigArgs', 'AwsNodePoolKubeletConfigArgsDict']]] = None,
|
1464
1513
|
location: Optional[pulumi.Input[str]] = None,
|
1465
1514
|
management: Optional[pulumi.Input[Union['AwsNodePoolManagementArgs', 'AwsNodePoolManagementArgsDict']]] = None,
|
1466
1515
|
max_pods_constraint: Optional[pulumi.Input[Union['AwsNodePoolMaxPodsConstraintArgs', 'AwsNodePoolMaxPodsConstraintArgsDict']]] = None,
|
@@ -1491,6 +1540,7 @@ class AwsNodePool(pulumi.CustomResource):
|
|
1491
1540
|
:param pulumi.Input[Union['AwsNodePoolConfigArgs', 'AwsNodePoolConfigArgsDict']] config: The configuration of the node pool.
|
1492
1541
|
:param pulumi.Input[str] create_time: Output only. The time at which this node pool was created.
|
1493
1542
|
:param pulumi.Input[str] etag: Allows clients to perform consistent read-modify-writes through optimistic concurrency control. May be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
|
1543
|
+
:param pulumi.Input[Union['AwsNodePoolKubeletConfigArgs', 'AwsNodePoolKubeletConfigArgsDict']] kubelet_config: The kubelet configuration for the node pool.
|
1494
1544
|
:param pulumi.Input[str] location: The location for the resource
|
1495
1545
|
:param pulumi.Input[Union['AwsNodePoolManagementArgs', 'AwsNodePoolManagementArgsDict']] management: The Management configuration for this node pool.
|
1496
1546
|
:param pulumi.Input[Union['AwsNodePoolMaxPodsConstraintArgs', 'AwsNodePoolMaxPodsConstraintArgsDict']] max_pods_constraint: The constraint on the maximum number of pods that can be run simultaneously on a node in the node pool.
|
@@ -1515,6 +1565,7 @@ class AwsNodePool(pulumi.CustomResource):
|
|
1515
1565
|
__props__.__dict__["create_time"] = create_time
|
1516
1566
|
__props__.__dict__["effective_annotations"] = effective_annotations
|
1517
1567
|
__props__.__dict__["etag"] = etag
|
1568
|
+
__props__.__dict__["kubelet_config"] = kubelet_config
|
1518
1569
|
__props__.__dict__["location"] = location
|
1519
1570
|
__props__.__dict__["management"] = management
|
1520
1571
|
__props__.__dict__["max_pods_constraint"] = max_pods_constraint
|
@@ -1587,6 +1638,14 @@ class AwsNodePool(pulumi.CustomResource):
|
|
1587
1638
|
"""
|
1588
1639
|
return pulumi.get(self, "etag")
|
1589
1640
|
|
1641
|
+
@property
|
1642
|
+
@pulumi.getter(name="kubeletConfig")
|
1643
|
+
def kubelet_config(self) -> pulumi.Output['outputs.AwsNodePoolKubeletConfig']:
|
1644
|
+
"""
|
1645
|
+
The kubelet configuration for the node pool.
|
1646
|
+
"""
|
1647
|
+
return pulumi.get(self, "kubelet_config")
|
1648
|
+
|
1590
1649
|
@property
|
1591
1650
|
@pulumi.getter
|
1592
1651
|
def location(self) -> pulumi.Output[str]:
|
@@ -140,9 +140,6 @@ def get_attached_install_manifest(cluster_id: Optional[str] = None,
|
|
140
140
|
manifest=pulumi.get(__ret__, 'manifest'),
|
141
141
|
platform_version=pulumi.get(__ret__, 'platform_version'),
|
142
142
|
project=pulumi.get(__ret__, 'project'))
|
143
|
-
|
144
|
-
|
145
|
-
@_utilities.lift_output_func(get_attached_install_manifest)
|
146
143
|
def get_attached_install_manifest_output(cluster_id: Optional[pulumi.Input[str]] = None,
|
147
144
|
location: Optional[pulumi.Input[str]] = None,
|
148
145
|
platform_version: Optional[pulumi.Input[str]] = None,
|
@@ -171,4 +168,17 @@ def get_attached_install_manifest_output(cluster_id: Optional[pulumi.Input[str]]
|
|
171
168
|
:param str project: ID of the project to list available platform versions for. Should match the project the cluster will be deployed to.
|
172
169
|
Defaults to the project that the provider is authenticated with.
|
173
170
|
"""
|
174
|
-
|
171
|
+
__args__ = dict()
|
172
|
+
__args__['clusterId'] = cluster_id
|
173
|
+
__args__['location'] = location
|
174
|
+
__args__['platformVersion'] = platform_version
|
175
|
+
__args__['project'] = project
|
176
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
177
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:container/getAttachedInstallManifest:getAttachedInstallManifest', __args__, opts=opts, typ=GetAttachedInstallManifestResult)
|
178
|
+
return __ret__.apply(lambda __response__: GetAttachedInstallManifestResult(
|
179
|
+
cluster_id=pulumi.get(__response__, 'cluster_id'),
|
180
|
+
id=pulumi.get(__response__, 'id'),
|
181
|
+
location=pulumi.get(__response__, 'location'),
|
182
|
+
manifest=pulumi.get(__response__, 'manifest'),
|
183
|
+
platform_version=pulumi.get(__response__, 'platform_version'),
|
184
|
+
project=pulumi.get(__response__, 'project')))
|
@@ -112,9 +112,6 @@ def get_attached_versions(location: Optional[str] = None,
|
|
112
112
|
location=pulumi.get(__ret__, 'location'),
|
113
113
|
project=pulumi.get(__ret__, 'project'),
|
114
114
|
valid_versions=pulumi.get(__ret__, 'valid_versions'))
|
115
|
-
|
116
|
-
|
117
|
-
@_utilities.lift_output_func(get_attached_versions)
|
118
115
|
def get_attached_versions_output(location: Optional[pulumi.Input[str]] = None,
|
119
116
|
project: Optional[pulumi.Input[str]] = None,
|
120
117
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetAttachedVersionsResult]:
|
@@ -137,4 +134,13 @@ def get_attached_versions_output(location: Optional[pulumi.Input[str]] = None,
|
|
137
134
|
:param str project: ID of the project to list available platform versions for. Should match the project the cluster will be deployed to.
|
138
135
|
Defaults to the project that the provider is authenticated with.
|
139
136
|
"""
|
140
|
-
|
137
|
+
__args__ = dict()
|
138
|
+
__args__['location'] = location
|
139
|
+
__args__['project'] = project
|
140
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
141
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:container/getAttachedVersions:getAttachedVersions', __args__, opts=opts, typ=GetAttachedVersionsResult)
|
142
|
+
return __ret__.apply(lambda __response__: GetAttachedVersionsResult(
|
143
|
+
id=pulumi.get(__response__, 'id'),
|
144
|
+
location=pulumi.get(__response__, 'location'),
|
145
|
+
project=pulumi.get(__response__, 'project'),
|
146
|
+
valid_versions=pulumi.get(__response__, 'valid_versions')))
|
@@ -125,9 +125,6 @@ def get_aws_versions(location: Optional[str] = None,
|
|
125
125
|
project=pulumi.get(__ret__, 'project'),
|
126
126
|
supported_regions=pulumi.get(__ret__, 'supported_regions'),
|
127
127
|
valid_versions=pulumi.get(__ret__, 'valid_versions'))
|
128
|
-
|
129
|
-
|
130
|
-
@_utilities.lift_output_func(get_aws_versions)
|
131
128
|
def get_aws_versions_output(location: Optional[pulumi.Input[Optional[str]]] = None,
|
132
129
|
project: Optional[pulumi.Input[Optional[str]]] = None,
|
133
130
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetAwsVersionsResult]:
|
@@ -150,4 +147,14 @@ def get_aws_versions_output(location: Optional[pulumi.Input[Optional[str]]] = No
|
|
150
147
|
:param str project: ID of the project to list available cluster versions for. Should match the project the cluster will be deployed to.
|
151
148
|
Defaults to the project that the provider is authenticated with.
|
152
149
|
"""
|
153
|
-
|
150
|
+
__args__ = dict()
|
151
|
+
__args__['location'] = location
|
152
|
+
__args__['project'] = project
|
153
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
154
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:container/getAwsVersions:getAwsVersions', __args__, opts=opts, typ=GetAwsVersionsResult)
|
155
|
+
return __ret__.apply(lambda __response__: GetAwsVersionsResult(
|
156
|
+
id=pulumi.get(__response__, 'id'),
|
157
|
+
location=pulumi.get(__response__, 'location'),
|
158
|
+
project=pulumi.get(__response__, 'project'),
|
159
|
+
supported_regions=pulumi.get(__response__, 'supported_regions'),
|
160
|
+
valid_versions=pulumi.get(__response__, 'valid_versions')))
|
@@ -125,9 +125,6 @@ def get_azure_versions(location: Optional[str] = None,
|
|
125
125
|
project=pulumi.get(__ret__, 'project'),
|
126
126
|
supported_regions=pulumi.get(__ret__, 'supported_regions'),
|
127
127
|
valid_versions=pulumi.get(__ret__, 'valid_versions'))
|
128
|
-
|
129
|
-
|
130
|
-
@_utilities.lift_output_func(get_azure_versions)
|
131
128
|
def get_azure_versions_output(location: Optional[pulumi.Input[Optional[str]]] = None,
|
132
129
|
project: Optional[pulumi.Input[Optional[str]]] = None,
|
133
130
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetAzureVersionsResult]:
|
@@ -150,4 +147,14 @@ def get_azure_versions_output(location: Optional[pulumi.Input[Optional[str]]] =
|
|
150
147
|
:param str project: ID of the project to list available cluster versions for. Should match the project the cluster will be deployed to.
|
151
148
|
Defaults to the project that the provider is authenticated with.
|
152
149
|
"""
|
153
|
-
|
150
|
+
__args__ = dict()
|
151
|
+
__args__['location'] = location
|
152
|
+
__args__['project'] = project
|
153
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
154
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:container/getAzureVersions:getAzureVersions', __args__, opts=opts, typ=GetAzureVersionsResult)
|
155
|
+
return __ret__.apply(lambda __response__: GetAzureVersionsResult(
|
156
|
+
id=pulumi.get(__response__, 'id'),
|
157
|
+
location=pulumi.get(__response__, 'location'),
|
158
|
+
project=pulumi.get(__response__, 'project'),
|
159
|
+
supported_regions=pulumi.get(__response__, 'supported_regions'),
|
160
|
+
valid_versions=pulumi.get(__response__, 'valid_versions')))
|
@@ -878,9 +878,6 @@ def get_cluster(location: Optional[str] = None,
|
|
878
878
|
vertical_pod_autoscalings=pulumi.get(__ret__, 'vertical_pod_autoscalings'),
|
879
879
|
workload_alts_configs=pulumi.get(__ret__, 'workload_alts_configs'),
|
880
880
|
workload_identity_configs=pulumi.get(__ret__, 'workload_identity_configs'))
|
881
|
-
|
882
|
-
|
883
|
-
@_utilities.lift_output_func(get_cluster)
|
884
881
|
def get_cluster_output(location: Optional[pulumi.Input[Optional[str]]] = None,
|
885
882
|
name: Optional[pulumi.Input[str]] = None,
|
886
883
|
project: Optional[pulumi.Input[Optional[str]]] = None,
|
@@ -910,4 +907,90 @@ def get_cluster_output(location: Optional[pulumi.Input[Optional[str]]] = None,
|
|
910
907
|
:param str project: The project in which the resource belongs. If it
|
911
908
|
is not provided, the provider project is used.
|
912
909
|
"""
|
913
|
-
|
910
|
+
__args__ = dict()
|
911
|
+
__args__['location'] = location
|
912
|
+
__args__['name'] = name
|
913
|
+
__args__['project'] = project
|
914
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
915
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:container/getCluster:getCluster', __args__, opts=opts, typ=GetClusterResult)
|
916
|
+
return __ret__.apply(lambda __response__: GetClusterResult(
|
917
|
+
addons_configs=pulumi.get(__response__, 'addons_configs'),
|
918
|
+
allow_net_admin=pulumi.get(__response__, 'allow_net_admin'),
|
919
|
+
authenticator_groups_configs=pulumi.get(__response__, 'authenticator_groups_configs'),
|
920
|
+
binary_authorizations=pulumi.get(__response__, 'binary_authorizations'),
|
921
|
+
cluster_autoscalings=pulumi.get(__response__, 'cluster_autoscalings'),
|
922
|
+
cluster_ipv4_cidr=pulumi.get(__response__, 'cluster_ipv4_cidr'),
|
923
|
+
cluster_telemetries=pulumi.get(__response__, 'cluster_telemetries'),
|
924
|
+
confidential_nodes=pulumi.get(__response__, 'confidential_nodes'),
|
925
|
+
cost_management_configs=pulumi.get(__response__, 'cost_management_configs'),
|
926
|
+
database_encryptions=pulumi.get(__response__, 'database_encryptions'),
|
927
|
+
datapath_provider=pulumi.get(__response__, 'datapath_provider'),
|
928
|
+
default_max_pods_per_node=pulumi.get(__response__, 'default_max_pods_per_node'),
|
929
|
+
default_snat_statuses=pulumi.get(__response__, 'default_snat_statuses'),
|
930
|
+
deletion_protection=pulumi.get(__response__, 'deletion_protection'),
|
931
|
+
description=pulumi.get(__response__, 'description'),
|
932
|
+
dns_configs=pulumi.get(__response__, 'dns_configs'),
|
933
|
+
effective_labels=pulumi.get(__response__, 'effective_labels'),
|
934
|
+
enable_autopilot=pulumi.get(__response__, 'enable_autopilot'),
|
935
|
+
enable_cilium_clusterwide_network_policy=pulumi.get(__response__, 'enable_cilium_clusterwide_network_policy'),
|
936
|
+
enable_fqdn_network_policy=pulumi.get(__response__, 'enable_fqdn_network_policy'),
|
937
|
+
enable_intranode_visibility=pulumi.get(__response__, 'enable_intranode_visibility'),
|
938
|
+
enable_k8s_beta_apis=pulumi.get(__response__, 'enable_k8s_beta_apis'),
|
939
|
+
enable_kubernetes_alpha=pulumi.get(__response__, 'enable_kubernetes_alpha'),
|
940
|
+
enable_l4_ilb_subsetting=pulumi.get(__response__, 'enable_l4_ilb_subsetting'),
|
941
|
+
enable_legacy_abac=pulumi.get(__response__, 'enable_legacy_abac'),
|
942
|
+
enable_multi_networking=pulumi.get(__response__, 'enable_multi_networking'),
|
943
|
+
enable_shielded_nodes=pulumi.get(__response__, 'enable_shielded_nodes'),
|
944
|
+
enable_tpu=pulumi.get(__response__, 'enable_tpu'),
|
945
|
+
endpoint=pulumi.get(__response__, 'endpoint'),
|
946
|
+
fleets=pulumi.get(__response__, 'fleets'),
|
947
|
+
gateway_api_configs=pulumi.get(__response__, 'gateway_api_configs'),
|
948
|
+
id=pulumi.get(__response__, 'id'),
|
949
|
+
identity_service_configs=pulumi.get(__response__, 'identity_service_configs'),
|
950
|
+
initial_node_count=pulumi.get(__response__, 'initial_node_count'),
|
951
|
+
ip_allocation_policies=pulumi.get(__response__, 'ip_allocation_policies'),
|
952
|
+
label_fingerprint=pulumi.get(__response__, 'label_fingerprint'),
|
953
|
+
location=pulumi.get(__response__, 'location'),
|
954
|
+
logging_configs=pulumi.get(__response__, 'logging_configs'),
|
955
|
+
logging_service=pulumi.get(__response__, 'logging_service'),
|
956
|
+
maintenance_policies=pulumi.get(__response__, 'maintenance_policies'),
|
957
|
+
master_authorized_networks_configs=pulumi.get(__response__, 'master_authorized_networks_configs'),
|
958
|
+
master_auths=pulumi.get(__response__, 'master_auths'),
|
959
|
+
master_version=pulumi.get(__response__, 'master_version'),
|
960
|
+
mesh_certificates=pulumi.get(__response__, 'mesh_certificates'),
|
961
|
+
min_master_version=pulumi.get(__response__, 'min_master_version'),
|
962
|
+
monitoring_configs=pulumi.get(__response__, 'monitoring_configs'),
|
963
|
+
monitoring_service=pulumi.get(__response__, 'monitoring_service'),
|
964
|
+
name=pulumi.get(__response__, 'name'),
|
965
|
+
network=pulumi.get(__response__, 'network'),
|
966
|
+
network_policies=pulumi.get(__response__, 'network_policies'),
|
967
|
+
networking_mode=pulumi.get(__response__, 'networking_mode'),
|
968
|
+
node_configs=pulumi.get(__response__, 'node_configs'),
|
969
|
+
node_locations=pulumi.get(__response__, 'node_locations'),
|
970
|
+
node_pool_auto_configs=pulumi.get(__response__, 'node_pool_auto_configs'),
|
971
|
+
node_pool_defaults=pulumi.get(__response__, 'node_pool_defaults'),
|
972
|
+
node_pools=pulumi.get(__response__, 'node_pools'),
|
973
|
+
node_version=pulumi.get(__response__, 'node_version'),
|
974
|
+
notification_configs=pulumi.get(__response__, 'notification_configs'),
|
975
|
+
operation=pulumi.get(__response__, 'operation'),
|
976
|
+
pod_security_policy_configs=pulumi.get(__response__, 'pod_security_policy_configs'),
|
977
|
+
private_cluster_configs=pulumi.get(__response__, 'private_cluster_configs'),
|
978
|
+
private_ipv6_google_access=pulumi.get(__response__, 'private_ipv6_google_access'),
|
979
|
+
project=pulumi.get(__response__, 'project'),
|
980
|
+
protect_configs=pulumi.get(__response__, 'protect_configs'),
|
981
|
+
pulumi_labels=pulumi.get(__response__, 'pulumi_labels'),
|
982
|
+
release_channels=pulumi.get(__response__, 'release_channels'),
|
983
|
+
remove_default_node_pool=pulumi.get(__response__, 'remove_default_node_pool'),
|
984
|
+
resource_labels=pulumi.get(__response__, 'resource_labels'),
|
985
|
+
resource_usage_export_configs=pulumi.get(__response__, 'resource_usage_export_configs'),
|
986
|
+
secret_manager_configs=pulumi.get(__response__, 'secret_manager_configs'),
|
987
|
+
security_posture_configs=pulumi.get(__response__, 'security_posture_configs'),
|
988
|
+
self_link=pulumi.get(__response__, 'self_link'),
|
989
|
+
service_external_ips_configs=pulumi.get(__response__, 'service_external_ips_configs'),
|
990
|
+
services_ipv4_cidr=pulumi.get(__response__, 'services_ipv4_cidr'),
|
991
|
+
subnetwork=pulumi.get(__response__, 'subnetwork'),
|
992
|
+
tpu_configs=pulumi.get(__response__, 'tpu_configs'),
|
993
|
+
tpu_ipv4_cidr_block=pulumi.get(__response__, 'tpu_ipv4_cidr_block'),
|
994
|
+
vertical_pod_autoscalings=pulumi.get(__response__, 'vertical_pod_autoscalings'),
|
995
|
+
workload_alts_configs=pulumi.get(__response__, 'workload_alts_configs'),
|
996
|
+
workload_identity_configs=pulumi.get(__response__, 'workload_identity_configs')))
|
@@ -226,9 +226,6 @@ def get_engine_versions(location: Optional[str] = None,
|
|
226
226
|
valid_master_versions=pulumi.get(__ret__, 'valid_master_versions'),
|
227
227
|
valid_node_versions=pulumi.get(__ret__, 'valid_node_versions'),
|
228
228
|
version_prefix=pulumi.get(__ret__, 'version_prefix'))
|
229
|
-
|
230
|
-
|
231
|
-
@_utilities.lift_output_func(get_engine_versions)
|
232
229
|
def get_engine_versions_output(location: Optional[pulumi.Input[Optional[str]]] = None,
|
233
230
|
project: Optional[pulumi.Input[Optional[str]]] = None,
|
234
231
|
version_prefix: Optional[pulumi.Input[Optional[str]]] = None,
|
@@ -276,4 +273,21 @@ def get_engine_versions_output(location: Optional[pulumi.Input[Optional[str]]] =
|
|
276
273
|
versions like `1.12.5-gke.10` accidentally. See [the docs on versioning schema](https://cloud.google.com/kubernetes-engine/versioning-and-upgrades#versioning_scheme)
|
277
274
|
for full details on how version strings are formatted.
|
278
275
|
"""
|
279
|
-
|
276
|
+
__args__ = dict()
|
277
|
+
__args__['location'] = location
|
278
|
+
__args__['project'] = project
|
279
|
+
__args__['versionPrefix'] = version_prefix
|
280
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
281
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:container/getEngineVersions:getEngineVersions', __args__, opts=opts, typ=GetEngineVersionsResult)
|
282
|
+
return __ret__.apply(lambda __response__: GetEngineVersionsResult(
|
283
|
+
default_cluster_version=pulumi.get(__response__, 'default_cluster_version'),
|
284
|
+
id=pulumi.get(__response__, 'id'),
|
285
|
+
latest_master_version=pulumi.get(__response__, 'latest_master_version'),
|
286
|
+
latest_node_version=pulumi.get(__response__, 'latest_node_version'),
|
287
|
+
location=pulumi.get(__response__, 'location'),
|
288
|
+
project=pulumi.get(__response__, 'project'),
|
289
|
+
release_channel_default_version=pulumi.get(__response__, 'release_channel_default_version'),
|
290
|
+
release_channel_latest_version=pulumi.get(__response__, 'release_channel_latest_version'),
|
291
|
+
valid_master_versions=pulumi.get(__response__, 'valid_master_versions'),
|
292
|
+
valid_node_versions=pulumi.get(__response__, 'valid_node_versions'),
|
293
|
+
version_prefix=pulumi.get(__response__, 'version_prefix')))
|
@@ -151,9 +151,6 @@ def get_registry_image(digest: Optional[str] = None,
|
|
151
151
|
project=pulumi.get(__ret__, 'project'),
|
152
152
|
region=pulumi.get(__ret__, 'region'),
|
153
153
|
tag=pulumi.get(__ret__, 'tag'))
|
154
|
-
|
155
|
-
|
156
|
-
@_utilities.lift_output_func(get_registry_image)
|
157
154
|
def get_registry_image_output(digest: Optional[pulumi.Input[Optional[str]]] = None,
|
158
155
|
name: Optional[pulumi.Input[str]] = None,
|
159
156
|
project: Optional[pulumi.Input[Optional[str]]] = None,
|
@@ -182,4 +179,19 @@ def get_registry_image_output(digest: Optional[pulumi.Input[Optional[str]]] = No
|
|
182
179
|
:param str region: The GCR region to use. As of this writing, one of `asia`, `eu`, and `us`. See [the documentation](https://cloud.google.com/container-registry/docs/pushing-and-pulling) for additional information.
|
183
180
|
:param str tag: The tag to fetch, if any.
|
184
181
|
"""
|
185
|
-
|
182
|
+
__args__ = dict()
|
183
|
+
__args__['digest'] = digest
|
184
|
+
__args__['name'] = name
|
185
|
+
__args__['project'] = project
|
186
|
+
__args__['region'] = region
|
187
|
+
__args__['tag'] = tag
|
188
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
189
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:container/getRegistryImage:getRegistryImage', __args__, opts=opts, typ=GetRegistryImageResult)
|
190
|
+
return __ret__.apply(lambda __response__: GetRegistryImageResult(
|
191
|
+
digest=pulumi.get(__response__, 'digest'),
|
192
|
+
id=pulumi.get(__response__, 'id'),
|
193
|
+
image_url=pulumi.get(__response__, 'image_url'),
|
194
|
+
name=pulumi.get(__response__, 'name'),
|
195
|
+
project=pulumi.get(__response__, 'project'),
|
196
|
+
region=pulumi.get(__response__, 'region'),
|
197
|
+
tag=pulumi.get(__response__, 'tag')))
|
@@ -112,9 +112,6 @@ def get_registry_repository(project: Optional[str] = None,
|
|
112
112
|
project=pulumi.get(__ret__, 'project'),
|
113
113
|
region=pulumi.get(__ret__, 'region'),
|
114
114
|
repository_url=pulumi.get(__ret__, 'repository_url'))
|
115
|
-
|
116
|
-
|
117
|
-
@_utilities.lift_output_func(get_registry_repository)
|
118
115
|
def get_registry_repository_output(project: Optional[pulumi.Input[Optional[str]]] = None,
|
119
116
|
region: Optional[pulumi.Input[Optional[str]]] = None,
|
120
117
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetRegistryRepositoryResult]:
|
@@ -137,4 +134,13 @@ def get_registry_repository_output(project: Optional[pulumi.Input[Optional[str]]
|
|
137
134
|
:param str project: The project ID that this repository is attached to. If not provided, provider project will be used instead.
|
138
135
|
:param str region: The GCR region to use. As of this writing, one of `asia`, `eu`, and `us`. See [the documentation](https://cloud.google.com/container-registry/docs/pushing-and-pulling) for additional information.
|
139
136
|
"""
|
140
|
-
|
137
|
+
__args__ = dict()
|
138
|
+
__args__['project'] = project
|
139
|
+
__args__['region'] = region
|
140
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
141
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:container/getRegistryRepository:getRegistryRepository', __args__, opts=opts, typ=GetRegistryRepositoryResult)
|
142
|
+
return __ret__.apply(lambda __response__: GetRegistryRepositoryResult(
|
143
|
+
id=pulumi.get(__response__, 'id'),
|
144
|
+
project=pulumi.get(__response__, 'project'),
|
145
|
+
region=pulumi.get(__response__, 'region'),
|
146
|
+
repository_url=pulumi.get(__response__, 'repository_url')))
|