pulumi-gcp 7.0.0rc0__py3-none-any.whl → 7.1.0__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- pulumi_gcp/__init__.py +118 -0
- pulumi_gcp/accesscontextmanager/_inputs.py +546 -71
- pulumi_gcp/accesscontextmanager/access_level.py +18 -2
- pulumi_gcp/accesscontextmanager/access_level_condition.py +57 -3
- pulumi_gcp/accesscontextmanager/access_levels.py +18 -2
- pulumi_gcp/accesscontextmanager/access_policy.py +18 -2
- pulumi_gcp/accesscontextmanager/authorized_orgs_desc.py +18 -2
- pulumi_gcp/accesscontextmanager/egress_policy.py +18 -2
- pulumi_gcp/accesscontextmanager/gcp_user_access_binding.py +18 -2
- pulumi_gcp/accesscontextmanager/ingress_policy.py +18 -2
- pulumi_gcp/accesscontextmanager/outputs.py +643 -71
- pulumi_gcp/accesscontextmanager/service_perimeter.py +18 -2
- pulumi_gcp/accesscontextmanager/service_perimeter_egress_policy.py +18 -2
- pulumi_gcp/accesscontextmanager/service_perimeter_ingress_policy.py +18 -2
- pulumi_gcp/accesscontextmanager/service_perimeter_resource.py +18 -2
- pulumi_gcp/accesscontextmanager/service_perimeters.py +18 -2
- pulumi_gcp/activedirectory/domain.py +22 -10
- pulumi_gcp/activedirectory/domain_trust.py +18 -2
- pulumi_gcp/activedirectory/peering.py +4 -8
- pulumi_gcp/alloydb/__init__.py +1 -0
- pulumi_gcp/alloydb/_inputs.py +93 -0
- pulumi_gcp/alloydb/backup.py +22 -10
- pulumi_gcp/alloydb/cluster.py +283 -11
- pulumi_gcp/alloydb/instance.py +241 -40
- pulumi_gcp/alloydb/outputs.py +130 -0
- pulumi_gcp/alloydb/user.py +609 -0
- pulumi_gcp/apigateway/api.py +22 -10
- pulumi_gcp/apigateway/api_config.py +22 -10
- pulumi_gcp/apigateway/gateway.py +22 -10
- pulumi_gcp/apigee/addons_config.py +18 -2
- pulumi_gcp/apigee/endpoint_attachment.py +18 -2
- pulumi_gcp/apigee/env_group.py +18 -2
- pulumi_gcp/apigee/env_group_attachment.py +18 -2
- pulumi_gcp/apigee/env_keystore.py +18 -2
- pulumi_gcp/apigee/env_references.py +18 -2
- pulumi_gcp/apigee/environment.py +96 -5
- pulumi_gcp/apigee/flowhook.py +18 -2
- pulumi_gcp/apigee/instance.py +18 -2
- pulumi_gcp/apigee/instance_attachment.py +18 -2
- pulumi_gcp/apigee/keystores_aliases_key_cert_file.py +18 -2
- pulumi_gcp/apigee/keystores_aliases_pkcs12.py +18 -2
- pulumi_gcp/apigee/keystores_aliases_self_signed_cert.py +18 -2
- pulumi_gcp/apigee/nat_address.py +18 -2
- pulumi_gcp/apigee/organization.py +18 -2
- pulumi_gcp/apigee/sharedflow.py +18 -2
- pulumi_gcp/apigee/sharedflow_deployment.py +18 -2
- pulumi_gcp/apigee/sync_authorization.py +18 -2
- pulumi_gcp/apigee/target_server.py +18 -2
- pulumi_gcp/appengine/application.py +20 -4
- pulumi_gcp/appengine/application_url_dispatch_rules.py +18 -2
- pulumi_gcp/appengine/domain_mapping.py +18 -2
- pulumi_gcp/appengine/engine_split_traffic.py +18 -2
- pulumi_gcp/appengine/firewall_rule.py +18 -2
- pulumi_gcp/appengine/flexible_app_version.py +18 -2
- pulumi_gcp/appengine/service_network_settings.py +18 -2
- pulumi_gcp/appengine/standard_app_version.py +18 -2
- pulumi_gcp/artifactregistry/_inputs.py +4 -4
- pulumi_gcp/artifactregistry/outputs.py +4 -4
- pulumi_gcp/artifactregistry/repository.py +24 -12
- pulumi_gcp/artifactregistry/vpcsc_config.py +18 -2
- pulumi_gcp/assuredworkloads/_inputs.py +178 -4
- pulumi_gcp/assuredworkloads/outputs.py +217 -5
- pulumi_gcp/assuredworkloads/workload.py +474 -63
- pulumi_gcp/backupdisasterrecovery/__init__.py +1 -0
- pulumi_gcp/backupdisasterrecovery/get_management_server.py +152 -0
- pulumi_gcp/backupdisasterrecovery/management_server.py +18 -2
- pulumi_gcp/backupdisasterrecovery/outputs.py +40 -0
- pulumi_gcp/beyondcorp/app_connection.py +22 -10
- pulumi_gcp/beyondcorp/app_connector.py +22 -10
- pulumi_gcp/beyondcorp/app_gateway.py +22 -10
- pulumi_gcp/biglake/catalog.py +18 -2
- pulumi_gcp/biglake/database.py +18 -2
- pulumi_gcp/biglake/table.py +18 -2
- pulumi_gcp/bigquery/__init__.py +1 -0
- pulumi_gcp/bigquery/_inputs.py +94 -8
- pulumi_gcp/bigquery/app_profile.py +18 -2
- pulumi_gcp/bigquery/bi_reservation.py +18 -2
- pulumi_gcp/bigquery/capacity_commitment.py +25 -9
- pulumi_gcp/bigquery/connection.py +56 -2
- pulumi_gcp/bigquery/data_transfer_config.py +18 -2
- pulumi_gcp/bigquery/dataset.py +22 -10
- pulumi_gcp/bigquery/dataset_iam_binding.py +10 -38
- pulumi_gcp/bigquery/dataset_iam_member.py +10 -38
- pulumi_gcp/bigquery/dataset_iam_policy.py +10 -38
- pulumi_gcp/bigquery/get_dataset.py +315 -0
- pulumi_gcp/bigquery/job.py +26 -10
- pulumi_gcp/bigquery/outputs.py +275 -9
- pulumi_gcp/bigquery/reservation.py +18 -2
- pulumi_gcp/bigquery/reservation_assignment.py +18 -2
- pulumi_gcp/bigquery/routine.py +18 -2
- pulumi_gcp/bigquery/table.py +171 -17
- pulumi_gcp/bigqueryanalyticshub/data_exchange.py +18 -2
- pulumi_gcp/bigqueryanalyticshub/listing.py +18 -2
- pulumi_gcp/bigquerydatapolicy/data_policy.py +18 -2
- pulumi_gcp/bigtable/instance.py +30 -10
- pulumi_gcp/bigtable/instance_iam_binding.py +12 -20
- pulumi_gcp/bigtable/instance_iam_member.py +12 -20
- pulumi_gcp/bigtable/instance_iam_policy.py +12 -20
- pulumi_gcp/bigtable/table.py +18 -6
- pulumi_gcp/bigtable/table_iam_binding.py +12 -20
- pulumi_gcp/bigtable/table_iam_member.py +12 -20
- pulumi_gcp/bigtable/table_iam_policy.py +12 -20
- pulumi_gcp/billing/account_iam_binding.py +12 -20
- pulumi_gcp/billing/account_iam_member.py +12 -20
- pulumi_gcp/billing/account_iam_policy.py +12 -20
- pulumi_gcp/billing/budget.py +18 -2
- pulumi_gcp/billing/project_info.py +18 -2
- pulumi_gcp/billing/sub_account.py +18 -2
- pulumi_gcp/binaryauthorization/attestor.py +18 -2
- pulumi_gcp/binaryauthorization/policy.py +18 -2
- pulumi_gcp/certificateauthority/authority.py +22 -10
- pulumi_gcp/certificateauthority/ca_pool.py +22 -10
- pulumi_gcp/certificateauthority/certificate.py +22 -10
- pulumi_gcp/certificateauthority/certificate_template.py +22 -10
- pulumi_gcp/certificatemanager/certificate.py +223 -31
- pulumi_gcp/certificatemanager/certificate_issuance_config.py +22 -10
- pulumi_gcp/certificatemanager/certificate_map.py +22 -10
- pulumi_gcp/certificatemanager/certificate_map_entry.py +22 -10
- pulumi_gcp/certificatemanager/dns_authorization.py +22 -10
- pulumi_gcp/certificatemanager/trust_config.py +22 -10
- pulumi_gcp/cloudasset/folder_feed.py +18 -2
- pulumi_gcp/cloudasset/organization_feed.py +18 -2
- pulumi_gcp/cloudasset/project_feed.py +18 -2
- pulumi_gcp/cloudbuild/bitbucket_server_config.py +18 -2
- pulumi_gcp/cloudbuild/trigger.py +18 -2
- pulumi_gcp/cloudbuild/worker_pool.py +18 -2
- pulumi_gcp/cloudbuildv2/connection.py +18 -2
- pulumi_gcp/cloudbuildv2/repository.py +18 -2
- pulumi_gcp/clouddeploy/delivery_pipeline.py +22 -10
- pulumi_gcp/clouddeploy/target.py +22 -10
- pulumi_gcp/cloudfunctions/function.py +26 -14
- pulumi_gcp/cloudfunctions/get_function.py +3 -0
- pulumi_gcp/cloudfunctionsv2/function.py +22 -10
- pulumi_gcp/cloudidentity/__init__.py +1 -0
- pulumi_gcp/cloudidentity/_inputs.py +119 -0
- pulumi_gcp/cloudidentity/get_group_lookup.py +128 -0
- pulumi_gcp/cloudidentity/group.py +50 -2
- pulumi_gcp/cloudidentity/group_membership.py +18 -2
- pulumi_gcp/cloudidentity/outputs.py +156 -0
- pulumi_gcp/cloudids/endpoint.py +18 -2
- pulumi_gcp/cloudrun/_inputs.py +12 -0
- pulumi_gcp/cloudrun/domain_mapping.py +18 -2
- pulumi_gcp/cloudrun/outputs.py +12 -0
- pulumi_gcp/cloudrun/service.py +18 -2
- pulumi_gcp/cloudrunv2/__init__.py +2 -0
- pulumi_gcp/cloudrunv2/get_job.py +394 -0
- pulumi_gcp/cloudrunv2/get_service.py +454 -0
- pulumi_gcp/cloudrunv2/job.py +40 -27
- pulumi_gcp/cloudrunv2/outputs.py +1687 -0
- pulumi_gcp/cloudrunv2/service.py +40 -27
- pulumi_gcp/cloudscheduler/job.py +18 -2
- pulumi_gcp/cloudtasks/queue.py +18 -2
- pulumi_gcp/composer/_inputs.py +17 -0
- pulumi_gcp/composer/environment.py +68 -5
- pulumi_gcp/composer/get_environment.py +13 -3
- pulumi_gcp/composer/outputs.py +26 -0
- pulumi_gcp/compute/__init__.py +2 -0
- pulumi_gcp/compute/_inputs.py +158 -4
- pulumi_gcp/compute/address.py +38 -18
- pulumi_gcp/compute/attached_disk.py +18 -2
- pulumi_gcp/compute/autoscaler.py +18 -2
- pulumi_gcp/compute/backend_bucket.py +18 -2
- pulumi_gcp/compute/backend_service.py +32 -16
- pulumi_gcp/compute/disk.py +22 -10
- pulumi_gcp/compute/disk_resource_policy_attachment.py +18 -2
- pulumi_gcp/compute/external_vpn_gateway.py +22 -10
- pulumi_gcp/compute/firewall.py +18 -2
- pulumi_gcp/compute/firewall_policy_association.py +18 -2
- pulumi_gcp/compute/firewall_policy_rule.py +18 -2
- pulumi_gcp/compute/forwarding_rule.py +377 -276
- pulumi_gcp/compute/get_disk.py +3 -0
- pulumi_gcp/compute/get_forwarding_rule.py +11 -1
- pulumi_gcp/compute/get_image.py +3 -0
- pulumi_gcp/compute/get_network.py +14 -1
- pulumi_gcp/compute/get_networks.py +130 -0
- pulumi_gcp/compute/get_subnetwork.py +14 -1
- pulumi_gcp/compute/global_address.py +18 -2
- pulumi_gcp/compute/global_forwarding_rule.py +127 -108
- pulumi_gcp/compute/global_network_endpoint.py +18 -2
- pulumi_gcp/compute/global_network_endpoint_group.py +18 -2
- pulumi_gcp/compute/ha_vpn_gateway.py +18 -2
- pulumi_gcp/compute/health_check.py +18 -2
- pulumi_gcp/compute/http_health_check.py +18 -2
- pulumi_gcp/compute/https_health_check.py +18 -2
- pulumi_gcp/compute/image.py +22 -10
- pulumi_gcp/compute/instance.py +44 -36
- pulumi_gcp/compute/instance_group.py +24 -8
- pulumi_gcp/compute/instance_group_manager.py +26 -10
- pulumi_gcp/compute/instance_group_named_port.py +18 -2
- pulumi_gcp/compute/instance_settings.py +387 -0
- pulumi_gcp/compute/instance_template.py +29 -21
- pulumi_gcp/compute/interconnect_attachment.py +18 -2
- pulumi_gcp/compute/machine_image.py +18 -2
- pulumi_gcp/compute/managed_ssl_certificate.py +18 -2
- pulumi_gcp/compute/manged_ssl_certificate.py +18 -2
- pulumi_gcp/compute/network.py +18 -2
- pulumi_gcp/compute/network_attachment.py +156 -2
- pulumi_gcp/compute/network_edge_security_service.py +18 -2
- pulumi_gcp/compute/network_endpoint.py +18 -2
- pulumi_gcp/compute/network_endpoint_group.py +32 -16
- pulumi_gcp/compute/network_endpoint_list.py +18 -2
- pulumi_gcp/compute/network_firewall_policy.py +18 -2
- pulumi_gcp/compute/network_firewall_policy_association.py +18 -2
- pulumi_gcp/compute/network_firewall_policy_rule.py +18 -2
- pulumi_gcp/compute/network_peering.py +20 -4
- pulumi_gcp/compute/network_peering_routes_config.py +18 -2
- pulumi_gcp/compute/node_group.py +129 -2
- pulumi_gcp/compute/node_template.py +18 -2
- pulumi_gcp/compute/organization_security_policy.py +18 -2
- pulumi_gcp/compute/organization_security_policy_association.py +18 -2
- pulumi_gcp/compute/organization_security_policy_rule.py +18 -2
- pulumi_gcp/compute/outputs.py +230 -7
- pulumi_gcp/compute/packet_mirroring.py +18 -2
- pulumi_gcp/compute/per_instance_config.py +18 -2
- pulumi_gcp/compute/project_default_network_tier.py +20 -4
- pulumi_gcp/compute/project_metadata.py +20 -4
- pulumi_gcp/compute/project_metadata_item.py +20 -4
- pulumi_gcp/compute/public_advertised_prefix.py +18 -2
- pulumi_gcp/compute/public_delegated_prefix.py +18 -2
- pulumi_gcp/compute/region_autoscaler.py +18 -2
- pulumi_gcp/compute/region_backend_service.py +18 -2
- pulumi_gcp/compute/region_commitment.py +18 -2
- pulumi_gcp/compute/region_disk.py +22 -10
- pulumi_gcp/compute/region_disk_resource_policy_attachment.py +18 -2
- pulumi_gcp/compute/region_health_check.py +18 -2
- pulumi_gcp/compute/region_instance_group_manager.py +20 -4
- pulumi_gcp/compute/region_instance_template.py +29 -21
- pulumi_gcp/compute/region_network_endpoint_group.py +18 -2
- pulumi_gcp/compute/region_network_firewall_policy.py +18 -2
- pulumi_gcp/compute/region_network_firewall_policy_association.py +18 -2
- pulumi_gcp/compute/region_network_firewall_policy_rule.py +18 -2
- pulumi_gcp/compute/region_per_instance_config.py +18 -2
- pulumi_gcp/compute/region_security_policy.py +18 -2
- pulumi_gcp/compute/region_security_policy_rule.py +18 -2
- pulumi_gcp/compute/region_ssl_certificate.py +18 -2
- pulumi_gcp/compute/region_ssl_policy.py +18 -2
- pulumi_gcp/compute/region_target_http_proxy.py +18 -2
- pulumi_gcp/compute/region_target_https_proxy.py +18 -2
- pulumi_gcp/compute/region_target_tcp_proxy.py +18 -2
- pulumi_gcp/compute/region_url_map.py +18 -2
- pulumi_gcp/compute/reservation.py +18 -2
- pulumi_gcp/compute/resource_policy.py +18 -2
- pulumi_gcp/compute/route.py +18 -2
- pulumi_gcp/compute/router.py +18 -2
- pulumi_gcp/compute/router_interface.py +22 -6
- pulumi_gcp/compute/router_nat.py +18 -2
- pulumi_gcp/compute/router_peer.py +18 -2
- pulumi_gcp/compute/security_policy.py +52 -4
- pulumi_gcp/compute/security_scan_config.py +18 -2
- pulumi_gcp/compute/service_attachment.py +18 -2
- pulumi_gcp/compute/shared_vpc_host_project.py +20 -4
- pulumi_gcp/compute/shared_vpc_service_project.py +20 -4
- pulumi_gcp/compute/snapshot.py +22 -10
- pulumi_gcp/compute/ssl_certificate.py +18 -2
- pulumi_gcp/compute/ssl_policy.py +18 -2
- pulumi_gcp/compute/subnetwork.py +109 -2
- pulumi_gcp/compute/target_grpc_proxy.py +18 -2
- pulumi_gcp/compute/target_http_proxy.py +18 -2
- pulumi_gcp/compute/target_https_proxy.py +181 -16
- pulumi_gcp/compute/target_instance.py +18 -2
- pulumi_gcp/compute/target_pool.py +18 -2
- pulumi_gcp/compute/target_ssl_proxy.py +18 -2
- pulumi_gcp/compute/target_tcp_proxy.py +18 -2
- pulumi_gcp/compute/url_map.py +18 -2
- pulumi_gcp/compute/vpn_gateway.py +18 -2
- pulumi_gcp/compute/vpn_tunnel.py +18 -2
- pulumi_gcp/config/vars.py +12 -0
- pulumi_gcp/container/_inputs.py +299 -54
- pulumi_gcp/container/attached_cluster.py +18 -2
- pulumi_gcp/container/aws_cluster.py +24 -2
- pulumi_gcp/container/aws_node_pool.py +18 -2
- pulumi_gcp/container/azure_client.py +18 -2
- pulumi_gcp/container/azure_cluster.py +24 -2
- pulumi_gcp/container/azure_node_pool.py +18 -2
- pulumi_gcp/container/cluster.py +92 -29
- pulumi_gcp/container/get_cluster.py +11 -1
- pulumi_gcp/container/node_pool.py +22 -6
- pulumi_gcp/container/outputs.py +384 -52
- pulumi_gcp/containeranalysis/note.py +18 -2
- pulumi_gcp/containeranalysis/occurence.py +18 -2
- pulumi_gcp/databasemigrationservice/__init__.py +1 -0
- pulumi_gcp/databasemigrationservice/_inputs.py +465 -0
- pulumi_gcp/databasemigrationservice/connection_profile.py +122 -12
- pulumi_gcp/databasemigrationservice/outputs.py +466 -0
- pulumi_gcp/databasemigrationservice/private_connection.py +672 -0
- pulumi_gcp/datacatalog/entry.py +18 -2
- pulumi_gcp/datacatalog/entry_group.py +18 -2
- pulumi_gcp/datacatalog/policy_tag.py +18 -2
- pulumi_gcp/datacatalog/tag.py +18 -2
- pulumi_gcp/datacatalog/tag_template.py +18 -2
- pulumi_gcp/datacatalog/taxonomy.py +18 -2
- pulumi_gcp/dataflow/job.py +24 -12
- pulumi_gcp/dataflow/pipeline.py +18 -2
- pulumi_gcp/dataform/_inputs.py +78 -21
- pulumi_gcp/dataform/outputs.py +86 -20
- pulumi_gcp/dataform/repository.py +140 -9
- pulumi_gcp/dataform/repository_release_config.py +18 -2
- pulumi_gcp/dataform/repository_workflow_config.py +20 -4
- pulumi_gcp/datafusion/instance.py +22 -10
- pulumi_gcp/dataloss/prevention_deidentify_template.py +18 -2
- pulumi_gcp/dataloss/prevention_inspect_template.py +18 -2
- pulumi_gcp/dataloss/prevention_job_trigger.py +18 -2
- pulumi_gcp/dataloss/prevention_stored_info_type.py +18 -2
- pulumi_gcp/dataplex/asset.py +22 -10
- pulumi_gcp/dataplex/datascan.py +22 -10
- pulumi_gcp/dataplex/lake.py +22 -10
- pulumi_gcp/dataplex/task.py +22 -10
- pulumi_gcp/dataplex/zone.py +22 -10
- pulumi_gcp/dataproc/_inputs.py +148 -0
- pulumi_gcp/dataproc/autoscaling_policy.py +18 -2
- pulumi_gcp/dataproc/cluster.py +2 -2
- pulumi_gcp/dataproc/cluster_iam_binding.py +12 -20
- pulumi_gcp/dataproc/cluster_iam_member.py +12 -20
- pulumi_gcp/dataproc/cluster_iam_policy.py +12 -20
- pulumi_gcp/dataproc/job.py +20 -8
- pulumi_gcp/dataproc/job_iam_binding.py +12 -20
- pulumi_gcp/dataproc/job_iam_member.py +12 -20
- pulumi_gcp/dataproc/job_iam_policy.py +12 -20
- pulumi_gcp/dataproc/metastore_federation.py +22 -10
- pulumi_gcp/dataproc/metastore_service.py +22 -10
- pulumi_gcp/dataproc/outputs.py +175 -0
- pulumi_gcp/dataproc/workflow_template.py +18 -2
- pulumi_gcp/datastore/data_store_index.py +18 -2
- pulumi_gcp/datastream/connection_profile.py +22 -10
- pulumi_gcp/datastream/private_connection.py +22 -10
- pulumi_gcp/datastream/stream.py +22 -10
- pulumi_gcp/deploymentmanager/deployment.py +18 -2
- pulumi_gcp/diagflow/_inputs.py +626 -4
- pulumi_gcp/diagflow/agent.py +18 -2
- pulumi_gcp/diagflow/cx_agent.py +288 -21
- pulumi_gcp/diagflow/cx_entity_type.py +18 -2
- pulumi_gcp/diagflow/cx_environment.py +18 -2
- pulumi_gcp/diagflow/cx_flow.py +309 -4
- pulumi_gcp/diagflow/cx_intent.py +165 -10
- pulumi_gcp/diagflow/cx_page.py +109 -4
- pulumi_gcp/diagflow/cx_security_settings.py +18 -2
- pulumi_gcp/diagflow/cx_test_case.py +18 -2
- pulumi_gcp/diagflow/cx_version.py +18 -2
- pulumi_gcp/diagflow/cx_webhook.py +18 -2
- pulumi_gcp/diagflow/entity_type.py +18 -2
- pulumi_gcp/diagflow/fulfillment.py +18 -2
- pulumi_gcp/diagflow/intent.py +18 -2
- pulumi_gcp/diagflow/outputs.py +722 -5
- pulumi_gcp/dns/get_keys.py +16 -2
- pulumi_gcp/dns/managed_zone.py +22 -10
- pulumi_gcp/dns/policy.py +18 -2
- pulumi_gcp/dns/record_set.py +24 -8
- pulumi_gcp/dns/response_policy.py +18 -2
- pulumi_gcp/dns/response_policy_rule.py +18 -2
- pulumi_gcp/edgecontainer/__init__.py +12 -0
- pulumi_gcp/edgecontainer/_inputs.py +1171 -0
- pulumi_gcp/edgecontainer/cluster.py +1539 -0
- pulumi_gcp/edgecontainer/node_pool.py +1062 -0
- pulumi_gcp/edgecontainer/outputs.py +1204 -0
- pulumi_gcp/edgecontainer/vpn_connection.py +918 -0
- pulumi_gcp/edgenetwork/network.py +18 -2
- pulumi_gcp/edgenetwork/subnet.py +18 -2
- pulumi_gcp/essentialcontacts/contact.py +18 -2
- pulumi_gcp/essentialcontacts/document_ai_processor.py +18 -2
- pulumi_gcp/essentialcontacts/document_ai_processor_default_version.py +18 -2
- pulumi_gcp/essentialcontacts/document_ai_warehouse_document_schema.py +18 -2
- pulumi_gcp/eventarc/channel.py +18 -2
- pulumi_gcp/eventarc/google_channel_config.py +18 -2
- pulumi_gcp/eventarc/trigger.py +22 -10
- pulumi_gcp/filestore/backup.py +22 -10
- pulumi_gcp/filestore/instance.py +22 -10
- pulumi_gcp/filestore/snapshot.py +22 -10
- pulumi_gcp/firebase/__init__.py +1 -0
- pulumi_gcp/firebase/_inputs.py +878 -0
- pulumi_gcp/firebase/android_app.py +18 -2
- pulumi_gcp/firebase/apple_app.py +18 -2
- pulumi_gcp/firebase/database_instance.py +18 -2
- pulumi_gcp/firebase/extensions_instance.py +18 -2
- pulumi_gcp/firebase/hosting_channel.py +22 -10
- pulumi_gcp/firebase/hosting_custom_domain.py +1274 -0
- pulumi_gcp/firebase/hosting_release.py +18 -2
- pulumi_gcp/firebase/hosting_site.py +18 -2
- pulumi_gcp/firebase/hosting_version.py +18 -2
- pulumi_gcp/firebase/outputs.py +905 -0
- pulumi_gcp/firebase/project.py +18 -2
- pulumi_gcp/firebase/storage_bucket.py +18 -2
- pulumi_gcp/firebase/web_app.py +18 -2
- pulumi_gcp/firebaserules/release.py +18 -2
- pulumi_gcp/firebaserules/ruleset.py +18 -2
- pulumi_gcp/firestore/__init__.py +1 -0
- pulumi_gcp/firestore/_inputs.py +35 -2
- pulumi_gcp/firestore/backup_schedule.py +547 -0
- pulumi_gcp/firestore/database.py +24 -4
- pulumi_gcp/firestore/document.py +22 -2
- pulumi_gcp/firestore/field.py +27 -13
- pulumi_gcp/firestore/index.py +140 -21
- pulumi_gcp/firestore/outputs.py +31 -2
- pulumi_gcp/folder/access_approval_settings.py +18 -2
- pulumi_gcp/folder/iam_audit_config.py +10 -58
- pulumi_gcp/folder/iam_member.py +10 -58
- pulumi_gcp/folder/iam_policy.py +10 -58
- pulumi_gcp/folder/organization_policy.py +22 -6
- pulumi_gcp/gkebackup/backup_plan.py +22 -10
- pulumi_gcp/gkebackup/restore_plan.py +22 -10
- pulumi_gcp/gkebackup/restore_plan_iam_binding.py +18 -2
- pulumi_gcp/gkebackup/restore_plan_iam_member.py +18 -2
- pulumi_gcp/gkebackup/restore_plan_iam_policy.py +18 -2
- pulumi_gcp/gkehub/__init__.py +1 -0
- pulumi_gcp/gkehub/_inputs.py +431 -0
- pulumi_gcp/gkehub/feature.py +76 -10
- pulumi_gcp/gkehub/feature_membership.py +22 -2
- pulumi_gcp/gkehub/fleet.py +432 -0
- pulumi_gcp/gkehub/get_membership_iam_policy.py +24 -3
- pulumi_gcp/gkehub/membership.py +120 -16
- pulumi_gcp/gkehub/membership_binding.py +22 -10
- pulumi_gcp/gkehub/membership_iam_binding.py +67 -0
- pulumi_gcp/gkehub/membership_iam_member.py +67 -0
- pulumi_gcp/gkehub/membership_iam_policy.py +67 -0
- pulumi_gcp/gkehub/membership_rbac_role_binding.py +18 -2
- pulumi_gcp/gkehub/namespace.py +22 -10
- pulumi_gcp/gkehub/outputs.py +432 -1
- pulumi_gcp/gkehub/scope.py +22 -10
- pulumi_gcp/gkehub/scope_rbac_role_binding.py +22 -10
- pulumi_gcp/gkeonprem/_inputs.py +17 -31
- pulumi_gcp/gkeonprem/bare_metal_admin_cluster.py +148 -132
- pulumi_gcp/gkeonprem/bare_metal_cluster.py +260 -246
- pulumi_gcp/gkeonprem/bare_metal_node_pool.py +30 -18
- pulumi_gcp/gkeonprem/outputs.py +17 -31
- pulumi_gcp/gkeonprem/v_mware_cluster.py +287 -230
- pulumi_gcp/gkeonprem/v_mware_node_pool.py +30 -18
- pulumi_gcp/healthcare/consent_store.py +22 -10
- pulumi_gcp/healthcare/dataset.py +18 -2
- pulumi_gcp/healthcare/dataset_iam_binding.py +10 -38
- pulumi_gcp/healthcare/dataset_iam_member.py +10 -38
- pulumi_gcp/healthcare/dataset_iam_policy.py +10 -38
- pulumi_gcp/healthcare/dicom_store.py +22 -10
- pulumi_gcp/healthcare/dicom_store_iam_binding.py +10 -30
- pulumi_gcp/healthcare/dicom_store_iam_member.py +10 -30
- pulumi_gcp/healthcare/dicom_store_iam_policy.py +10 -30
- pulumi_gcp/healthcare/fhir_store.py +22 -10
- pulumi_gcp/healthcare/fhir_store_iam_binding.py +10 -30
- pulumi_gcp/healthcare/fhir_store_iam_member.py +10 -30
- pulumi_gcp/healthcare/fhir_store_iam_policy.py +10 -30
- pulumi_gcp/healthcare/hl7_store.py +22 -10
- pulumi_gcp/healthcare/hl7_store_iam_binding.py +10 -30
- pulumi_gcp/healthcare/hl7_store_iam_member.py +10 -30
- pulumi_gcp/healthcare/hl7_store_iam_policy.py +10 -30
- pulumi_gcp/iam/_inputs.py +20 -0
- pulumi_gcp/iam/access_boundary_policy.py +18 -2
- pulumi_gcp/iam/deny_policy.py +18 -2
- pulumi_gcp/iam/outputs.py +20 -0
- pulumi_gcp/iam/workforce_pool.py +18 -2
- pulumi_gcp/iam/workforce_pool_provider.py +18 -2
- pulumi_gcp/iam/workload_identity_pool.py +18 -2
- pulumi_gcp/iam/workload_identity_pool_provider.py +18 -2
- pulumi_gcp/iap/brand.py +18 -2
- pulumi_gcp/iap/client.py +18 -2
- pulumi_gcp/identityplatform/_inputs.py +92 -0
- pulumi_gcp/identityplatform/config.py +91 -5
- pulumi_gcp/identityplatform/default_supported_idp_config.py +18 -2
- pulumi_gcp/identityplatform/inbound_saml_config.py +18 -2
- pulumi_gcp/identityplatform/oauth_idp_config.py +18 -2
- pulumi_gcp/identityplatform/outputs.py +129 -0
- pulumi_gcp/identityplatform/project_default_config.py +18 -2
- pulumi_gcp/identityplatform/tenant.py +18 -2
- pulumi_gcp/identityplatform/tenant_default_supported_idp_config.py +18 -2
- pulumi_gcp/identityplatform/tenant_inbound_saml_config.py +18 -2
- pulumi_gcp/identityplatform/tenant_oauth_idp_config.py +18 -2
- pulumi_gcp/integrationconnectors/__init__.py +10 -0
- pulumi_gcp/integrationconnectors/_inputs.py +2518 -0
- pulumi_gcp/integrationconnectors/connection.py +1921 -0
- pulumi_gcp/integrationconnectors/outputs.py +2780 -0
- pulumi_gcp/kms/crypto_key.py +22 -10
- pulumi_gcp/kms/crypto_key_iam_binding.py +10 -30
- pulumi_gcp/kms/crypto_key_iam_member.py +10 -30
- pulumi_gcp/kms/crypto_key_iam_policy.py +10 -30
- pulumi_gcp/kms/crypto_key_version.py +18 -2
- pulumi_gcp/kms/key_ring.py +18 -2
- pulumi_gcp/kms/key_ring_iam_binding.py +10 -30
- pulumi_gcp/kms/key_ring_iam_member.py +10 -30
- pulumi_gcp/kms/key_ring_iam_policy.py +10 -30
- pulumi_gcp/kms/key_ring_import_job.py +18 -2
- pulumi_gcp/logging/_inputs.py +160 -0
- pulumi_gcp/logging/billing_account_bucket_config.py +61 -26
- pulumi_gcp/logging/billing_account_exclusion.py +20 -4
- pulumi_gcp/logging/billing_account_sink.py +20 -4
- pulumi_gcp/logging/folder_bucket_config.py +75 -4
- pulumi_gcp/logging/folder_exclusion.py +20 -4
- pulumi_gcp/logging/folder_sink.py +20 -4
- pulumi_gcp/logging/linked_dataset.py +18 -2
- pulumi_gcp/logging/log_view.py +18 -2
- pulumi_gcp/logging/metric.py +18 -2
- pulumi_gcp/logging/organization_bucket_config.py +75 -4
- pulumi_gcp/logging/organization_exclusion.py +20 -4
- pulumi_gcp/logging/organization_sink.py +20 -4
- pulumi_gcp/logging/outputs.py +196 -0
- pulumi_gcp/logging/project_bucket_config.py +59 -134
- pulumi_gcp/logging/project_exclusion.py +20 -4
- pulumi_gcp/logging/project_sink.py +95 -18
- pulumi_gcp/looker/instance.py +18 -2
- pulumi_gcp/memcache/instance.py +22 -10
- pulumi_gcp/ml/engine_model.py +22 -10
- pulumi_gcp/monitoring/_inputs.py +127 -13
- pulumi_gcp/monitoring/alert_policy.py +64 -2
- pulumi_gcp/monitoring/custom_service.py +18 -2
- pulumi_gcp/monitoring/dashboard.py +18 -2
- pulumi_gcp/monitoring/generic_service.py +18 -2
- pulumi_gcp/monitoring/group.py +18 -2
- pulumi_gcp/monitoring/metric_descriptor.py +18 -2
- pulumi_gcp/monitoring/monitored_project.py +18 -2
- pulumi_gcp/monitoring/notification_channel.py +18 -2
- pulumi_gcp/monitoring/outputs.py +158 -13
- pulumi_gcp/monitoring/slo.py +18 -2
- pulumi_gcp/monitoring/uptime_check_config.py +92 -9
- pulumi_gcp/networkconnectivity/__init__.py +1 -0
- pulumi_gcp/networkconnectivity/_inputs.py +185 -0
- pulumi_gcp/networkconnectivity/hub.py +22 -10
- pulumi_gcp/networkconnectivity/outputs.py +189 -0
- pulumi_gcp/networkconnectivity/policy_based_route.py +1003 -0
- pulumi_gcp/networkconnectivity/service_connection_policy.py +22 -10
- pulumi_gcp/networkconnectivity/spoke.py +22 -10
- pulumi_gcp/networkmanagement/connectivity_test.py +22 -10
- pulumi_gcp/networksecurity/address_group.py +22 -10
- pulumi_gcp/networksecurity/authorization_policy.py +22 -10
- pulumi_gcp/networksecurity/client_tls_policy.py +22 -10
- pulumi_gcp/networksecurity/gateway_security_policy.py +18 -2
- pulumi_gcp/networksecurity/gateway_security_policy_rule.py +18 -2
- pulumi_gcp/networksecurity/server_tls_policy.py +92 -10
- pulumi_gcp/networksecurity/tls_inspection_policy.py +18 -2
- pulumi_gcp/networksecurity/url_list.py +18 -2
- pulumi_gcp/networkservices/edge_cache_keyset.py +22 -10
- pulumi_gcp/networkservices/edge_cache_origin.py +22 -10
- pulumi_gcp/networkservices/edge_cache_service.py +22 -10
- pulumi_gcp/networkservices/endpoint_policy.py +22 -10
- pulumi_gcp/networkservices/gateway.py +22 -10
- pulumi_gcp/networkservices/grpc_route.py +22 -10
- pulumi_gcp/networkservices/http_route.py +22 -10
- pulumi_gcp/networkservices/mesh.py +22 -10
- pulumi_gcp/networkservices/service_binding.py +22 -10
- pulumi_gcp/networkservices/tcp_route.py +22 -10
- pulumi_gcp/networkservices/tls_route.py +18 -2
- pulumi_gcp/notebooks/environment.py +18 -2
- pulumi_gcp/notebooks/instance.py +22 -10
- pulumi_gcp/notebooks/location.py +18 -2
- pulumi_gcp/notebooks/runtime.py +18 -2
- pulumi_gcp/organizations/access_approval_settings.py +18 -2
- pulumi_gcp/organizations/folder.py +22 -6
- pulumi_gcp/organizations/iam_member.py +10 -58
- pulumi_gcp/organizations/iam_policy.py +10 -58
- pulumi_gcp/organizations/policy.py +22 -4
- pulumi_gcp/organizations/project.py +24 -12
- pulumi_gcp/orgpolicy/custom_constraint.py +50 -22
- pulumi_gcp/orgpolicy/policy.py +18 -2
- pulumi_gcp/osconfig/guest_policies.py +18 -2
- pulumi_gcp/osconfig/os_policy_assignment.py +18 -2
- pulumi_gcp/osconfig/patch_deployment.py +18 -2
- pulumi_gcp/oslogin/ssh_public_key.py +18 -2
- pulumi_gcp/projects/access_approval_settings.py +18 -2
- pulumi_gcp/projects/api_key.py +18 -2
- pulumi_gcp/projects/iam_audit_config.py +10 -58
- pulumi_gcp/projects/iam_binding.py +10 -58
- pulumi_gcp/projects/iam_custom_role.py +18 -2
- pulumi_gcp/projects/iam_member.py +10 -58
- pulumi_gcp/projects/iam_policy.py +10 -58
- pulumi_gcp/projects/organization_policy.py +24 -8
- pulumi_gcp/projects/service.py +22 -4
- pulumi_gcp/projects/usage_export_bucket.py +20 -4
- pulumi_gcp/provider.py +60 -0
- pulumi_gcp/pubsub/__init__.py +4 -0
- pulumi_gcp/pubsub/_inputs.py +80 -0
- pulumi_gcp/pubsub/get_schema_iam_policy.py +147 -0
- pulumi_gcp/pubsub/lite_reservation.py +18 -2
- pulumi_gcp/pubsub/lite_subscription.py +18 -2
- pulumi_gcp/pubsub/lite_topic.py +18 -2
- pulumi_gcp/pubsub/outputs.py +56 -0
- pulumi_gcp/pubsub/schema.py +18 -2
- pulumi_gcp/pubsub/schema_iam_binding.py +601 -0
- pulumi_gcp/pubsub/schema_iam_member.py +601 -0
- pulumi_gcp/pubsub/schema_iam_policy.py +523 -0
- pulumi_gcp/pubsub/subscription.py +22 -10
- pulumi_gcp/pubsub/subscription_iam_binding.py +12 -20
- pulumi_gcp/pubsub/subscription_iam_member.py +12 -20
- pulumi_gcp/pubsub/subscription_iam_policy.py +12 -20
- pulumi_gcp/pubsub/topic.py +36 -17
- pulumi_gcp/recaptcha/enterprise_key.py +22 -10
- pulumi_gcp/redis/cluster.py +42 -18
- pulumi_gcp/redis/instance.py +22 -58
- pulumi_gcp/resourcemanager/lien.py +18 -2
- pulumi_gcp/runtimeconfig/config.py +26 -6
- pulumi_gcp/runtimeconfig/variable.py +26 -6
- pulumi_gcp/secretmanager/__init__.py +1 -0
- pulumi_gcp/secretmanager/get_secrets.py +133 -0
- pulumi_gcp/secretmanager/outputs.py +354 -0
- pulumi_gcp/secretmanager/secret.py +36 -10
- pulumi_gcp/secretmanager/secret_version.py +18 -2
- pulumi_gcp/securitycenter/folder_custom_module.py +18 -2
- pulumi_gcp/securitycenter/instance_iam_binding.py +18 -2
- pulumi_gcp/securitycenter/instance_iam_member.py +18 -2
- pulumi_gcp/securitycenter/instance_iam_policy.py +18 -2
- pulumi_gcp/securitycenter/mute_config.py +18 -2
- pulumi_gcp/securitycenter/notification_config.py +18 -2
- pulumi_gcp/securitycenter/organization_custom_module.py +18 -2
- pulumi_gcp/securitycenter/project_custom_module.py +18 -2
- pulumi_gcp/securitycenter/source.py +18 -2
- pulumi_gcp/securitycenter/source_iam_binding.py +18 -2
- pulumi_gcp/securitycenter/source_iam_member.py +18 -2
- pulumi_gcp/securitycenter/source_iam_policy.py +18 -2
- pulumi_gcp/serviceaccount/account.py +20 -4
- pulumi_gcp/serviceaccount/iam_binding.py +2 -30
- pulumi_gcp/serviceaccount/iam_member.py +2 -30
- pulumi_gcp/serviceaccount/iam_policy.py +2 -30
- pulumi_gcp/servicedirectory/endpoint.py +18 -2
- pulumi_gcp/servicedirectory/namespace.py +22 -10
- pulumi_gcp/servicedirectory/service.py +18 -2
- pulumi_gcp/servicenetworking/connection.py +22 -6
- pulumi_gcp/servicenetworking/peered_dns_domain.py +18 -6
- pulumi_gcp/serviceusage/consumer_quota_override.py +18 -2
- pulumi_gcp/sourcerepo/repository.py +18 -2
- pulumi_gcp/spanner/_inputs.py +142 -0
- pulumi_gcp/spanner/database.py +18 -2
- pulumi_gcp/spanner/database_iam_binding.py +10 -26
- pulumi_gcp/spanner/database_iam_member.py +10 -26
- pulumi_gcp/spanner/database_iam_policy.py +10 -26
- pulumi_gcp/spanner/get_instance.py +12 -1
- pulumi_gcp/spanner/instance.py +99 -10
- pulumi_gcp/spanner/instance_iam_binding.py +10 -26
- pulumi_gcp/spanner/instance_iam_member.py +10 -26
- pulumi_gcp/spanner/instance_iam_policy.py +10 -26
- pulumi_gcp/spanner/outputs.py +236 -0
- pulumi_gcp/sql/_inputs.py +27 -7
- pulumi_gcp/sql/database.py +18 -2
- pulumi_gcp/sql/database_instance.py +24 -8
- pulumi_gcp/sql/outputs.py +41 -9
- pulumi_gcp/sql/source_representation_instance.py +25 -9
- pulumi_gcp/sql/user.py +38 -8
- pulumi_gcp/storage/_inputs.py +59 -1
- pulumi_gcp/storage/bucket.py +69 -6
- pulumi_gcp/storage/bucket_access_control.py +18 -2
- pulumi_gcp/storage/bucket_object.py +47 -0
- pulumi_gcp/storage/default_object_access_control.py +18 -2
- pulumi_gcp/storage/get_bucket.py +11 -1
- pulumi_gcp/storage/get_bucket_object.py +11 -1
- pulumi_gcp/storage/get_bucket_object_content.py +11 -1
- pulumi_gcp/storage/hmac_key.py +18 -2
- pulumi_gcp/storage/insights_report_config.py +18 -2
- pulumi_gcp/storage/notification.py +20 -4
- pulumi_gcp/storage/object_access_control.py +18 -2
- pulumi_gcp/storage/outputs.py +129 -2
- pulumi_gcp/storage/transfer_agent_pool.py +18 -2
- pulumi_gcp/storage/transfer_job.py +20 -4
- pulumi_gcp/tags/location_tag_binding.py +35 -19
- pulumi_gcp/tags/tag_binding.py +18 -2
- pulumi_gcp/tags/tag_key.py +18 -2
- pulumi_gcp/tags/tag_value.py +18 -2
- pulumi_gcp/tpu/_inputs.py +450 -0
- pulumi_gcp/tpu/node.py +22 -10
- pulumi_gcp/tpu/outputs.py +477 -0
- pulumi_gcp/tpu/v2_vm.py +906 -38
- pulumi_gcp/vertex/_inputs.py +39 -0
- pulumi_gcp/vertex/ai_dataset.py +4 -8
- pulumi_gcp/vertex/ai_endpoint.py +22 -10
- pulumi_gcp/vertex/ai_feature_store.py +22 -10
- pulumi_gcp/vertex/ai_feature_store_entity_type.py +22 -10
- pulumi_gcp/vertex/ai_feature_store_entity_type_feature.py +22 -10
- pulumi_gcp/vertex/ai_index.py +22 -10
- pulumi_gcp/vertex/ai_index_endpoint.py +116 -10
- pulumi_gcp/vertex/ai_metadata_store.py +18 -2
- pulumi_gcp/vertex/ai_tensorboard.py +22 -10
- pulumi_gcp/vertex/outputs.py +50 -0
- pulumi_gcp/vmwareengine/cluster.py +18 -2
- pulumi_gcp/vmwareengine/network.py +18 -2
- pulumi_gcp/vmwareengine/private_cloud.py +18 -2
- pulumi_gcp/vpcaccess/connector.py +18 -2
- pulumi_gcp/workflows/workflow.py +159 -11
- pulumi_gcp/workstations/_inputs.py +23 -0
- pulumi_gcp/workstations/outputs.py +19 -0
- pulumi_gcp/workstations/workstation.py +22 -10
- pulumi_gcp/workstations/workstation_cluster.py +142 -10
- pulumi_gcp/workstations/workstation_config.py +24 -12
- {pulumi_gcp-7.0.0rc0.dist-info → pulumi_gcp-7.1.0.dist-info}/METADATA +1 -1
- {pulumi_gcp-7.0.0rc0.dist-info → pulumi_gcp-7.1.0.dist-info}/RECORD +678 -650
- {pulumi_gcp-7.0.0rc0.dist-info → pulumi_gcp-7.1.0.dist-info}/WHEEL +0 -0
- {pulumi_gcp-7.0.0rc0.dist-info → pulumi_gcp-7.1.0.dist-info}/top_level.txt +0 -0
pulumi_gcp/container/outputs.py
CHANGED
@@ -22,6 +22,7 @@ __all__ = [
|
|
22
22
|
'AttachedClusterOidcConfig',
|
23
23
|
'AttachedClusterWorkloadIdentityConfig',
|
24
24
|
'AwsClusterAuthorization',
|
25
|
+
'AwsClusterAuthorizationAdminGroup',
|
25
26
|
'AwsClusterAuthorizationAdminUser',
|
26
27
|
'AwsClusterBinaryAuthorization',
|
27
28
|
'AwsClusterControlPlane',
|
@@ -53,6 +54,7 @@ __all__ = [
|
|
53
54
|
'AwsNodePoolUpdateSettings',
|
54
55
|
'AwsNodePoolUpdateSettingsSurgeSettings',
|
55
56
|
'AzureClusterAuthorization',
|
57
|
+
'AzureClusterAuthorizationAdminGroup',
|
56
58
|
'AzureClusterAuthorizationAdminUser',
|
57
59
|
'AzureClusterAzureServicesAuthentication',
|
58
60
|
'AzureClusterControlPlane',
|
@@ -105,6 +107,7 @@ __all__ = [
|
|
105
107
|
'ClusterDefaultSnatStatus',
|
106
108
|
'ClusterDnsConfig',
|
107
109
|
'ClusterEnableK8sBetaApis',
|
110
|
+
'ClusterFleet',
|
108
111
|
'ClusterGatewayApiConfig',
|
109
112
|
'ClusterIdentityServiceConfig',
|
110
113
|
'ClusterIpAllocationPolicy',
|
@@ -267,6 +270,7 @@ __all__ = [
|
|
267
270
|
'GetClusterDefaultSnatStatusResult',
|
268
271
|
'GetClusterDnsConfigResult',
|
269
272
|
'GetClusterEnableK8sBetaApiResult',
|
273
|
+
'GetClusterFleetResult',
|
270
274
|
'GetClusterGatewayApiConfigResult',
|
271
275
|
'GetClusterIdentityServiceConfigResult',
|
272
276
|
'GetClusterIpAllocationPolicyResult',
|
@@ -372,7 +376,9 @@ class AttachedClusterAuthorization(dict):
|
|
372
376
|
@staticmethod
|
373
377
|
def __key_warning(key: str):
|
374
378
|
suggest = None
|
375
|
-
if key == "
|
379
|
+
if key == "adminGroups":
|
380
|
+
suggest = "admin_groups"
|
381
|
+
elif key == "adminUsers":
|
376
382
|
suggest = "admin_users"
|
377
383
|
|
378
384
|
if suggest:
|
@@ -387,17 +393,37 @@ class AttachedClusterAuthorization(dict):
|
|
387
393
|
return super().get(key, default)
|
388
394
|
|
389
395
|
def __init__(__self__, *,
|
396
|
+
admin_groups: Optional[Sequence[str]] = None,
|
390
397
|
admin_users: Optional[Sequence[str]] = None):
|
391
398
|
"""
|
399
|
+
:param Sequence[str] admin_groups: Groups that can perform operations as a cluster admin. A managed
|
400
|
+
ClusterRoleBinding will be created to grant the `cluster-admin` ClusterRole
|
401
|
+
to the groups. Up to ten admin groups can be provided.
|
402
|
+
For more info on RBAC, see
|
403
|
+
https://kubernetes.io/docs/reference/access-authn-authz/rbac/#user-facing-roles
|
392
404
|
:param Sequence[str] admin_users: Users that can perform operations as a cluster admin. A managed
|
393
405
|
ClusterRoleBinding will be created to grant the `cluster-admin` ClusterRole
|
394
406
|
to the users. Up to ten admin users can be provided.
|
395
407
|
For more info on RBAC, see
|
396
408
|
https://kubernetes.io/docs/reference/access-authn-authz/rbac/#user-facing-roles
|
397
409
|
"""
|
410
|
+
if admin_groups is not None:
|
411
|
+
pulumi.set(__self__, "admin_groups", admin_groups)
|
398
412
|
if admin_users is not None:
|
399
413
|
pulumi.set(__self__, "admin_users", admin_users)
|
400
414
|
|
415
|
+
@property
|
416
|
+
@pulumi.getter(name="adminGroups")
|
417
|
+
def admin_groups(self) -> Optional[Sequence[str]]:
|
418
|
+
"""
|
419
|
+
Groups that can perform operations as a cluster admin. A managed
|
420
|
+
ClusterRoleBinding will be created to grant the `cluster-admin` ClusterRole
|
421
|
+
to the groups. Up to ten admin groups can be provided.
|
422
|
+
For more info on RBAC, see
|
423
|
+
https://kubernetes.io/docs/reference/access-authn-authz/rbac/#user-facing-roles
|
424
|
+
"""
|
425
|
+
return pulumi.get(self, "admin_groups")
|
426
|
+
|
401
427
|
@property
|
402
428
|
@pulumi.getter(name="adminUsers")
|
403
429
|
def admin_users(self) -> Optional[Sequence[str]]:
|
@@ -759,6 +785,8 @@ class AwsClusterAuthorization(dict):
|
|
759
785
|
suggest = None
|
760
786
|
if key == "adminUsers":
|
761
787
|
suggest = "admin_users"
|
788
|
+
elif key == "adminGroups":
|
789
|
+
suggest = "admin_groups"
|
762
790
|
|
763
791
|
if suggest:
|
764
792
|
pulumi.log.warn(f"Key '{key}' not found in AwsClusterAuthorization. Access the value via the '{suggest}' property getter instead.")
|
@@ -772,11 +800,15 @@ class AwsClusterAuthorization(dict):
|
|
772
800
|
return super().get(key, default)
|
773
801
|
|
774
802
|
def __init__(__self__, *,
|
775
|
-
admin_users: Sequence['outputs.AwsClusterAuthorizationAdminUser']
|
803
|
+
admin_users: Sequence['outputs.AwsClusterAuthorizationAdminUser'],
|
804
|
+
admin_groups: Optional[Sequence['outputs.AwsClusterAuthorizationAdminGroup']] = None):
|
776
805
|
"""
|
777
806
|
:param Sequence['AwsClusterAuthorizationAdminUserArgs'] admin_users: Users to perform operations as a cluster admin. A managed ClusterRoleBinding will be created to grant the `cluster-admin` ClusterRole to the users. Up to ten admin users can be provided. For more info on RBAC, see https://kubernetes.io/docs/reference/access-authn-authz/rbac/#user-facing-roles
|
807
|
+
:param Sequence['AwsClusterAuthorizationAdminGroupArgs'] admin_groups: Groups of users that can perform operations as a cluster admin. A managed ClusterRoleBinding will be created to grant the `cluster-admin` ClusterRole to the groups. Up to ten admin groups can be provided. For more info on RBAC, see https://kubernetes.io/docs/reference/access-authn-authz/rbac/#user-facing-roles
|
778
808
|
"""
|
779
809
|
pulumi.set(__self__, "admin_users", admin_users)
|
810
|
+
if admin_groups is not None:
|
811
|
+
pulumi.set(__self__, "admin_groups", admin_groups)
|
780
812
|
|
781
813
|
@property
|
782
814
|
@pulumi.getter(name="adminUsers")
|
@@ -786,6 +818,32 @@ class AwsClusterAuthorization(dict):
|
|
786
818
|
"""
|
787
819
|
return pulumi.get(self, "admin_users")
|
788
820
|
|
821
|
+
@property
|
822
|
+
@pulumi.getter(name="adminGroups")
|
823
|
+
def admin_groups(self) -> Optional[Sequence['outputs.AwsClusterAuthorizationAdminGroup']]:
|
824
|
+
"""
|
825
|
+
Groups of users that can perform operations as a cluster admin. A managed ClusterRoleBinding will be created to grant the `cluster-admin` ClusterRole to the groups. Up to ten admin groups can be provided. For more info on RBAC, see https://kubernetes.io/docs/reference/access-authn-authz/rbac/#user-facing-roles
|
826
|
+
"""
|
827
|
+
return pulumi.get(self, "admin_groups")
|
828
|
+
|
829
|
+
|
830
|
+
@pulumi.output_type
|
831
|
+
class AwsClusterAuthorizationAdminGroup(dict):
|
832
|
+
def __init__(__self__, *,
|
833
|
+
group: str):
|
834
|
+
"""
|
835
|
+
:param str group: The name of the group, e.g. `my-group@domain.com`.
|
836
|
+
"""
|
837
|
+
pulumi.set(__self__, "group", group)
|
838
|
+
|
839
|
+
@property
|
840
|
+
@pulumi.getter
|
841
|
+
def group(self) -> str:
|
842
|
+
"""
|
843
|
+
The name of the group, e.g. `my-group@domain.com`.
|
844
|
+
"""
|
845
|
+
return pulumi.get(self, "group")
|
846
|
+
|
789
847
|
|
790
848
|
@pulumi.output_type
|
791
849
|
class AwsClusterAuthorizationAdminUser(dict):
|
@@ -1220,7 +1278,7 @@ class AwsClusterControlPlaneMainVolume(dict):
|
|
1220
1278
|
:param int iops: Optional. The number of I/O operations per second (IOPS) to provision for GP3 volume.
|
1221
1279
|
:param str kms_key_arn: Optional. The Amazon Resource Name (ARN) of the Customer Managed Key (CMK) used to encrypt AWS EBS volumes. If not specified, the default Amazon managed key associated to the AWS region where this cluster runs will be used.
|
1222
1280
|
:param int size_gib: Optional. The size of the volume, in GiBs. When unspecified, a default value is provided. See the specific reference in the parent resource.
|
1223
|
-
:param int throughput: Optional. The throughput to provision for the volume, in MiB/s. Only valid if the volume type is GP3.
|
1281
|
+
:param int throughput: Optional. The throughput to provision for the volume, in MiB/s. Only valid if the volume type is GP3. If volume type is gp3 and throughput is not specified, the throughput will defaults to 125.
|
1224
1282
|
:param str volume_type: Optional. Type of the EBS volume. When unspecified, it defaults to GP2 volume. Possible values: VOLUME_TYPE_UNSPECIFIED, GP2, GP3
|
1225
1283
|
"""
|
1226
1284
|
if iops is not None:
|
@@ -1262,7 +1320,7 @@ class AwsClusterControlPlaneMainVolume(dict):
|
|
1262
1320
|
@pulumi.getter
|
1263
1321
|
def throughput(self) -> Optional[int]:
|
1264
1322
|
"""
|
1265
|
-
Optional. The throughput to provision for the volume, in MiB/s. Only valid if the volume type is GP3.
|
1323
|
+
Optional. The throughput to provision for the volume, in MiB/s. Only valid if the volume type is GP3. If volume type is gp3 and throughput is not specified, the throughput will defaults to 125.
|
1266
1324
|
"""
|
1267
1325
|
return pulumi.get(self, "throughput")
|
1268
1326
|
|
@@ -1356,7 +1414,7 @@ class AwsClusterControlPlaneRootVolume(dict):
|
|
1356
1414
|
:param int iops: Optional. The number of I/O operations per second (IOPS) to provision for GP3 volume.
|
1357
1415
|
:param str kms_key_arn: Optional. The Amazon Resource Name (ARN) of the Customer Managed Key (CMK) used to encrypt AWS EBS volumes. If not specified, the default Amazon managed key associated to the AWS region where this cluster runs will be used.
|
1358
1416
|
:param int size_gib: Optional. The size of the volume, in GiBs. When unspecified, a default value is provided. See the specific reference in the parent resource.
|
1359
|
-
:param int throughput: Optional. The throughput to provision for the volume, in MiB/s. Only valid if the volume type is GP3.
|
1417
|
+
:param int throughput: Optional. The throughput to provision for the volume, in MiB/s. Only valid if the volume type is GP3. If volume type is gp3 and throughput is not specified, the throughput will defaults to 125.
|
1360
1418
|
:param str volume_type: Optional. Type of the EBS volume. When unspecified, it defaults to GP2 volume. Possible values: VOLUME_TYPE_UNSPECIFIED, GP2, GP3
|
1361
1419
|
"""
|
1362
1420
|
if iops is not None:
|
@@ -1398,7 +1456,7 @@ class AwsClusterControlPlaneRootVolume(dict):
|
|
1398
1456
|
@pulumi.getter
|
1399
1457
|
def throughput(self) -> Optional[int]:
|
1400
1458
|
"""
|
1401
|
-
Optional. The throughput to provision for the volume, in MiB/s. Only valid if the volume type is GP3.
|
1459
|
+
Optional. The throughput to provision for the volume, in MiB/s. Only valid if the volume type is GP3. If volume type is gp3 and throughput is not specified, the throughput will defaults to 125.
|
1402
1460
|
"""
|
1403
1461
|
return pulumi.get(self, "throughput")
|
1404
1462
|
|
@@ -2101,7 +2159,7 @@ class AwsNodePoolConfigRootVolume(dict):
|
|
2101
2159
|
:param int iops: Optional. The number of I/O operations per second (IOPS) to provision for GP3 volume.
|
2102
2160
|
:param str kms_key_arn: Optional. The Amazon Resource Name (ARN) of the Customer Managed Key (CMK) used to encrypt AWS EBS volumes. If not specified, the default Amazon managed key associated to the AWS region where this cluster runs will be used.
|
2103
2161
|
:param int size_gib: Optional. The size of the volume, in GiBs. When unspecified, a default value is provided. See the specific reference in the parent resource.
|
2104
|
-
:param int throughput: Optional. The throughput to provision for the volume, in MiB/s. Only valid if the volume type is GP3.
|
2162
|
+
:param int throughput: Optional. The throughput to provision for the volume, in MiB/s. Only valid if the volume type is GP3. If volume type is gp3 and throughput is not specified, the throughput will defaults to 125.
|
2105
2163
|
:param str volume_type: Optional. Type of the EBS volume. When unspecified, it defaults to GP2 volume. Possible values: VOLUME_TYPE_UNSPECIFIED, GP2, GP3
|
2106
2164
|
"""
|
2107
2165
|
if iops is not None:
|
@@ -2143,7 +2201,7 @@ class AwsNodePoolConfigRootVolume(dict):
|
|
2143
2201
|
@pulumi.getter
|
2144
2202
|
def throughput(self) -> Optional[int]:
|
2145
2203
|
"""
|
2146
|
-
Optional. The throughput to provision for the volume, in MiB/s. Only valid if the volume type is GP3.
|
2204
|
+
Optional. The throughput to provision for the volume, in MiB/s. Only valid if the volume type is GP3. If volume type is gp3 and throughput is not specified, the throughput will defaults to 125.
|
2147
2205
|
"""
|
2148
2206
|
return pulumi.get(self, "throughput")
|
2149
2207
|
|
@@ -2434,6 +2492,8 @@ class AzureClusterAuthorization(dict):
|
|
2434
2492
|
suggest = None
|
2435
2493
|
if key == "adminUsers":
|
2436
2494
|
suggest = "admin_users"
|
2495
|
+
elif key == "adminGroups":
|
2496
|
+
suggest = "admin_groups"
|
2437
2497
|
|
2438
2498
|
if suggest:
|
2439
2499
|
pulumi.log.warn(f"Key '{key}' not found in AzureClusterAuthorization. Access the value via the '{suggest}' property getter instead.")
|
@@ -2447,11 +2507,15 @@ class AzureClusterAuthorization(dict):
|
|
2447
2507
|
return super().get(key, default)
|
2448
2508
|
|
2449
2509
|
def __init__(__self__, *,
|
2450
|
-
admin_users: Sequence['outputs.AzureClusterAuthorizationAdminUser']
|
2510
|
+
admin_users: Sequence['outputs.AzureClusterAuthorizationAdminUser'],
|
2511
|
+
admin_groups: Optional[Sequence['outputs.AzureClusterAuthorizationAdminGroup']] = None):
|
2451
2512
|
"""
|
2452
2513
|
:param Sequence['AzureClusterAuthorizationAdminUserArgs'] admin_users: Users that can perform operations as a cluster admin. A new ClusterRoleBinding will be created to grant the cluster-admin ClusterRole to the users. Up to ten admin users can be provided. For more info on RBAC, see https://kubernetes.io/docs/reference/access-authn-authz/rbac/#user-facing-roles
|
2514
|
+
:param Sequence['AzureClusterAuthorizationAdminGroupArgs'] admin_groups: Groups of users that can perform operations as a cluster admin. A managed ClusterRoleBinding will be created to grant the `cluster-admin` ClusterRole to the groups. Up to ten admin groups can be provided. For more info on RBAC, see https://kubernetes.io/docs/reference/access-authn-authz/rbac/#user-facing-roles
|
2453
2515
|
"""
|
2454
2516
|
pulumi.set(__self__, "admin_users", admin_users)
|
2517
|
+
if admin_groups is not None:
|
2518
|
+
pulumi.set(__self__, "admin_groups", admin_groups)
|
2455
2519
|
|
2456
2520
|
@property
|
2457
2521
|
@pulumi.getter(name="adminUsers")
|
@@ -2461,6 +2525,32 @@ class AzureClusterAuthorization(dict):
|
|
2461
2525
|
"""
|
2462
2526
|
return pulumi.get(self, "admin_users")
|
2463
2527
|
|
2528
|
+
@property
|
2529
|
+
@pulumi.getter(name="adminGroups")
|
2530
|
+
def admin_groups(self) -> Optional[Sequence['outputs.AzureClusterAuthorizationAdminGroup']]:
|
2531
|
+
"""
|
2532
|
+
Groups of users that can perform operations as a cluster admin. A managed ClusterRoleBinding will be created to grant the `cluster-admin` ClusterRole to the groups. Up to ten admin groups can be provided. For more info on RBAC, see https://kubernetes.io/docs/reference/access-authn-authz/rbac/#user-facing-roles
|
2533
|
+
"""
|
2534
|
+
return pulumi.get(self, "admin_groups")
|
2535
|
+
|
2536
|
+
|
2537
|
+
@pulumi.output_type
|
2538
|
+
class AzureClusterAuthorizationAdminGroup(dict):
|
2539
|
+
def __init__(__self__, *,
|
2540
|
+
group: str):
|
2541
|
+
"""
|
2542
|
+
:param str group: The name of the group, e.g. `my-group@domain.com`.
|
2543
|
+
"""
|
2544
|
+
pulumi.set(__self__, "group", group)
|
2545
|
+
|
2546
|
+
@property
|
2547
|
+
@pulumi.getter
|
2548
|
+
def group(self) -> str:
|
2549
|
+
"""
|
2550
|
+
The name of the group, e.g. `my-group@domain.com`.
|
2551
|
+
"""
|
2552
|
+
return pulumi.get(self, "group")
|
2553
|
+
|
2464
2554
|
|
2465
2555
|
@pulumi.output_type
|
2466
2556
|
class AzureClusterAuthorizationAdminUser(dict):
|
@@ -5020,6 +5110,58 @@ class ClusterEnableK8sBetaApis(dict):
|
|
5020
5110
|
return pulumi.get(self, "enabled_apis")
|
5021
5111
|
|
5022
5112
|
|
5113
|
+
@pulumi.output_type
|
5114
|
+
class ClusterFleet(dict):
|
5115
|
+
@staticmethod
|
5116
|
+
def __key_warning(key: str):
|
5117
|
+
suggest = None
|
5118
|
+
if key == "preRegistered":
|
5119
|
+
suggest = "pre_registered"
|
5120
|
+
|
5121
|
+
if suggest:
|
5122
|
+
pulumi.log.warn(f"Key '{key}' not found in ClusterFleet. Access the value via the '{suggest}' property getter instead.")
|
5123
|
+
|
5124
|
+
def __getitem__(self, key: str) -> Any:
|
5125
|
+
ClusterFleet.__key_warning(key)
|
5126
|
+
return super().__getitem__(key)
|
5127
|
+
|
5128
|
+
def get(self, key: str, default = None) -> Any:
|
5129
|
+
ClusterFleet.__key_warning(key)
|
5130
|
+
return super().get(key, default)
|
5131
|
+
|
5132
|
+
def __init__(__self__, *,
|
5133
|
+
membership: Optional[str] = None,
|
5134
|
+
pre_registered: Optional[bool] = None,
|
5135
|
+
project: Optional[str] = None):
|
5136
|
+
"""
|
5137
|
+
:param str project: The name of the Fleet host project where this cluster will be registered.
|
5138
|
+
"""
|
5139
|
+
if membership is not None:
|
5140
|
+
pulumi.set(__self__, "membership", membership)
|
5141
|
+
if pre_registered is not None:
|
5142
|
+
pulumi.set(__self__, "pre_registered", pre_registered)
|
5143
|
+
if project is not None:
|
5144
|
+
pulumi.set(__self__, "project", project)
|
5145
|
+
|
5146
|
+
@property
|
5147
|
+
@pulumi.getter
|
5148
|
+
def membership(self) -> Optional[str]:
|
5149
|
+
return pulumi.get(self, "membership")
|
5150
|
+
|
5151
|
+
@property
|
5152
|
+
@pulumi.getter(name="preRegistered")
|
5153
|
+
def pre_registered(self) -> Optional[bool]:
|
5154
|
+
return pulumi.get(self, "pre_registered")
|
5155
|
+
|
5156
|
+
@property
|
5157
|
+
@pulumi.getter
|
5158
|
+
def project(self) -> Optional[str]:
|
5159
|
+
"""
|
5160
|
+
The name of the Fleet host project where this cluster will be registered.
|
5161
|
+
"""
|
5162
|
+
return pulumi.get(self, "project")
|
5163
|
+
|
5164
|
+
|
5023
5165
|
@pulumi.output_type
|
5024
5166
|
class ClusterGatewayApiConfig(dict):
|
5025
5167
|
def __init__(__self__, *,
|
@@ -6016,6 +6158,8 @@ class ClusterNodeConfig(dict):
|
|
6016
6158
|
suggest = "disk_type"
|
6017
6159
|
elif key == "effectiveTaints":
|
6018
6160
|
suggest = "effective_taints"
|
6161
|
+
elif key == "enableConfidentialStorage":
|
6162
|
+
suggest = "enable_confidential_storage"
|
6019
6163
|
elif key == "ephemeralStorageConfig":
|
6020
6164
|
suggest = "ephemeral_storage_config"
|
6021
6165
|
elif key == "ephemeralStorageLocalSsdConfig":
|
@@ -6081,6 +6225,7 @@ class ClusterNodeConfig(dict):
|
|
6081
6225
|
disk_size_gb: Optional[int] = None,
|
6082
6226
|
disk_type: Optional[str] = None,
|
6083
6227
|
effective_taints: Optional[Sequence['outputs.ClusterNodeConfigEffectiveTaint']] = None,
|
6228
|
+
enable_confidential_storage: Optional[bool] = None,
|
6084
6229
|
ephemeral_storage_config: Optional['outputs.ClusterNodeConfigEphemeralStorageConfig'] = None,
|
6085
6230
|
ephemeral_storage_local_ssd_config: Optional['outputs.ClusterNodeConfigEphemeralStorageLocalSsdConfig'] = None,
|
6086
6231
|
fast_socket: Optional['outputs.ClusterNodeConfigFastSocket'] = None,
|
@@ -6120,6 +6265,8 @@ class ClusterNodeConfig(dict):
|
|
6120
6265
|
in GB. The smallest allowed disk size is 10GB. Defaults to 100GB.
|
6121
6266
|
:param str disk_type: Type of the disk attached to each node
|
6122
6267
|
(e.g. 'pd-standard', 'pd-balanced' or 'pd-ssd'). If unspecified, the default disk type is 'pd-standard'
|
6268
|
+
:param bool enable_confidential_storage: )
|
6269
|
+
Enabling Confidential Storage will create boot disk with confidential mode. It is disabled by default.
|
6123
6270
|
:param 'ClusterNodeConfigEphemeralStorageConfigArgs' ephemeral_storage_config: ) Parameters for the ephemeral storage filesystem. If unspecified, ephemeral storage is backed by the boot disk. Structure is documented below.
|
6124
6271
|
|
6125
6272
|
```python
|
@@ -6166,13 +6313,7 @@ class ClusterNodeConfig(dict):
|
|
6166
6313
|
```
|
6167
6314
|
:param Mapping[str, str] labels: The Kubernetes labels (key/value pairs) to be applied to each node. The kubernetes.io/ and k8s.io/ prefixes are
|
6168
6315
|
reserved by Kubernetes Core components and cannot be specified.
|
6169
|
-
:param 'ClusterNodeConfigLinuxNodeConfigArgs' linux_node_config:
|
6170
|
-
Note that validations happen all server side. All attributes are optional.
|
6171
|
-
Structure is documented below.
|
6172
|
-
|
6173
|
-
```python
|
6174
|
-
import pulumi
|
6175
|
-
```
|
6316
|
+
:param 'ClusterNodeConfigLinuxNodeConfigArgs' linux_node_config: Parameters that can be configured on Linux nodes. Structure is documented below.
|
6176
6317
|
:param 'ClusterNodeConfigLocalNvmeSsdBlockConfigArgs' local_nvme_ssd_block_config: Parameters for the local NVMe SSDs. Structure is documented below.
|
6177
6318
|
:param int local_ssd_count: The amount of local SSD disks that will be
|
6178
6319
|
attached to each cluster node. Defaults to 0.
|
@@ -6238,6 +6379,8 @@ class ClusterNodeConfig(dict):
|
|
6238
6379
|
pulumi.set(__self__, "disk_type", disk_type)
|
6239
6380
|
if effective_taints is not None:
|
6240
6381
|
pulumi.set(__self__, "effective_taints", effective_taints)
|
6382
|
+
if enable_confidential_storage is not None:
|
6383
|
+
pulumi.set(__self__, "enable_confidential_storage", enable_confidential_storage)
|
6241
6384
|
if ephemeral_storage_config is not None:
|
6242
6385
|
pulumi.set(__self__, "ephemeral_storage_config", ephemeral_storage_config)
|
6243
6386
|
if ephemeral_storage_local_ssd_config is not None:
|
@@ -6347,6 +6490,15 @@ class ClusterNodeConfig(dict):
|
|
6347
6490
|
def effective_taints(self) -> Optional[Sequence['outputs.ClusterNodeConfigEffectiveTaint']]:
|
6348
6491
|
return pulumi.get(self, "effective_taints")
|
6349
6492
|
|
6493
|
+
@property
|
6494
|
+
@pulumi.getter(name="enableConfidentialStorage")
|
6495
|
+
def enable_confidential_storage(self) -> Optional[bool]:
|
6496
|
+
"""
|
6497
|
+
)
|
6498
|
+
Enabling Confidential Storage will create boot disk with confidential mode. It is disabled by default.
|
6499
|
+
"""
|
6500
|
+
return pulumi.get(self, "enable_confidential_storage")
|
6501
|
+
|
6350
6502
|
@property
|
6351
6503
|
@pulumi.getter(name="ephemeralStorageConfig")
|
6352
6504
|
def ephemeral_storage_config(self) -> Optional['outputs.ClusterNodeConfigEphemeralStorageConfig']:
|
@@ -6465,13 +6617,7 @@ class ClusterNodeConfig(dict):
|
|
6465
6617
|
@pulumi.getter(name="linuxNodeConfig")
|
6466
6618
|
def linux_node_config(self) -> Optional['outputs.ClusterNodeConfigLinuxNodeConfig']:
|
6467
6619
|
"""
|
6468
|
-
|
6469
|
-
Note that validations happen all server side. All attributes are optional.
|
6470
|
-
Structure is documented below.
|
6471
|
-
|
6472
|
-
```python
|
6473
|
-
import pulumi
|
6474
|
-
```
|
6620
|
+
Parameters that can be configured on Linux nodes. Structure is documented below.
|
6475
6621
|
"""
|
6476
6622
|
return pulumi.get(self, "linux_node_config")
|
6477
6623
|
|
@@ -7194,22 +7340,64 @@ class ClusterNodeConfigKubeletConfig(dict):
|
|
7194
7340
|
|
7195
7341
|
@pulumi.output_type
|
7196
7342
|
class ClusterNodeConfigLinuxNodeConfig(dict):
|
7343
|
+
@staticmethod
|
7344
|
+
def __key_warning(key: str):
|
7345
|
+
suggest = None
|
7346
|
+
if key == "cgroupMode":
|
7347
|
+
suggest = "cgroup_mode"
|
7348
|
+
|
7349
|
+
if suggest:
|
7350
|
+
pulumi.log.warn(f"Key '{key}' not found in ClusterNodeConfigLinuxNodeConfig. Access the value via the '{suggest}' property getter instead.")
|
7351
|
+
|
7352
|
+
def __getitem__(self, key: str) -> Any:
|
7353
|
+
ClusterNodeConfigLinuxNodeConfig.__key_warning(key)
|
7354
|
+
return super().__getitem__(key)
|
7355
|
+
|
7356
|
+
def get(self, key: str, default = None) -> Any:
|
7357
|
+
ClusterNodeConfigLinuxNodeConfig.__key_warning(key)
|
7358
|
+
return super().get(key, default)
|
7359
|
+
|
7197
7360
|
def __init__(__self__, *,
|
7198
|
-
|
7361
|
+
cgroup_mode: Optional[str] = None,
|
7362
|
+
sysctls: Optional[Mapping[str, str]] = None):
|
7199
7363
|
"""
|
7364
|
+
:param str cgroup_mode: Possible cgroup modes that can be used.
|
7365
|
+
Accepted values are:
|
7200
7366
|
:param Mapping[str, str] sysctls: The Linux kernel parameters to be applied to the nodes
|
7201
7367
|
and all pods running on the nodes. Specified as a map from the key, such as
|
7202
|
-
`net.core.wmem_max`, to a string value.
|
7368
|
+
`net.core.wmem_max`, to a string value. Currently supported attributes can be found [here](https://cloud.google.com/sdk/gcloud/reference/beta/container/node-pools/create#--system-config-from-file).
|
7369
|
+
Note that validations happen all server side. All attributes are optional.
|
7370
|
+
|
7371
|
+
```python
|
7372
|
+
import pulumi
|
7373
|
+
```
|
7203
7374
|
"""
|
7204
|
-
|
7375
|
+
if cgroup_mode is not None:
|
7376
|
+
pulumi.set(__self__, "cgroup_mode", cgroup_mode)
|
7377
|
+
if sysctls is not None:
|
7378
|
+
pulumi.set(__self__, "sysctls", sysctls)
|
7379
|
+
|
7380
|
+
@property
|
7381
|
+
@pulumi.getter(name="cgroupMode")
|
7382
|
+
def cgroup_mode(self) -> Optional[str]:
|
7383
|
+
"""
|
7384
|
+
Possible cgroup modes that can be used.
|
7385
|
+
Accepted values are:
|
7386
|
+
"""
|
7387
|
+
return pulumi.get(self, "cgroup_mode")
|
7205
7388
|
|
7206
7389
|
@property
|
7207
7390
|
@pulumi.getter
|
7208
|
-
def sysctls(self) -> Mapping[str, str]:
|
7391
|
+
def sysctls(self) -> Optional[Mapping[str, str]]:
|
7209
7392
|
"""
|
7210
7393
|
The Linux kernel parameters to be applied to the nodes
|
7211
7394
|
and all pods running on the nodes. Specified as a map from the key, such as
|
7212
|
-
`net.core.wmem_max`, to a string value.
|
7395
|
+
`net.core.wmem_max`, to a string value. Currently supported attributes can be found [here](https://cloud.google.com/sdk/gcloud/reference/beta/container/node-pools/create#--system-config-from-file).
|
7396
|
+
Note that validations happen all server side. All attributes are optional.
|
7397
|
+
|
7398
|
+
```python
|
7399
|
+
import pulumi
|
7400
|
+
```
|
7213
7401
|
"""
|
7214
7402
|
return pulumi.get(self, "sysctls")
|
7215
7403
|
|
@@ -8331,6 +8519,8 @@ class ClusterNodePoolNodeConfig(dict):
|
|
8331
8519
|
suggest = "disk_type"
|
8332
8520
|
elif key == "effectiveTaints":
|
8333
8521
|
suggest = "effective_taints"
|
8522
|
+
elif key == "enableConfidentialStorage":
|
8523
|
+
suggest = "enable_confidential_storage"
|
8334
8524
|
elif key == "ephemeralStorageConfig":
|
8335
8525
|
suggest = "ephemeral_storage_config"
|
8336
8526
|
elif key == "ephemeralStorageLocalSsdConfig":
|
@@ -8396,6 +8586,7 @@ class ClusterNodePoolNodeConfig(dict):
|
|
8396
8586
|
disk_size_gb: Optional[int] = None,
|
8397
8587
|
disk_type: Optional[str] = None,
|
8398
8588
|
effective_taints: Optional[Sequence['outputs.ClusterNodePoolNodeConfigEffectiveTaint']] = None,
|
8589
|
+
enable_confidential_storage: Optional[bool] = None,
|
8399
8590
|
ephemeral_storage_config: Optional['outputs.ClusterNodePoolNodeConfigEphemeralStorageConfig'] = None,
|
8400
8591
|
ephemeral_storage_local_ssd_config: Optional['outputs.ClusterNodePoolNodeConfigEphemeralStorageLocalSsdConfig'] = None,
|
8401
8592
|
fast_socket: Optional['outputs.ClusterNodePoolNodeConfigFastSocket'] = None,
|
@@ -8435,6 +8626,8 @@ class ClusterNodePoolNodeConfig(dict):
|
|
8435
8626
|
in GB. The smallest allowed disk size is 10GB. Defaults to 100GB.
|
8436
8627
|
:param str disk_type: Type of the disk attached to each node
|
8437
8628
|
(e.g. 'pd-standard', 'pd-balanced' or 'pd-ssd'). If unspecified, the default disk type is 'pd-standard'
|
8629
|
+
:param bool enable_confidential_storage: )
|
8630
|
+
Enabling Confidential Storage will create boot disk with confidential mode. It is disabled by default.
|
8438
8631
|
:param 'ClusterNodePoolNodeConfigEphemeralStorageConfigArgs' ephemeral_storage_config: ) Parameters for the ephemeral storage filesystem. If unspecified, ephemeral storage is backed by the boot disk. Structure is documented below.
|
8439
8632
|
|
8440
8633
|
```python
|
@@ -8481,13 +8674,7 @@ class ClusterNodePoolNodeConfig(dict):
|
|
8481
8674
|
```
|
8482
8675
|
:param Mapping[str, str] labels: The Kubernetes labels (key/value pairs) to be applied to each node. The kubernetes.io/ and k8s.io/ prefixes are
|
8483
8676
|
reserved by Kubernetes Core components and cannot be specified.
|
8484
|
-
:param 'ClusterNodePoolNodeConfigLinuxNodeConfigArgs' linux_node_config:
|
8485
|
-
Note that validations happen all server side. All attributes are optional.
|
8486
|
-
Structure is documented below.
|
8487
|
-
|
8488
|
-
```python
|
8489
|
-
import pulumi
|
8490
|
-
```
|
8677
|
+
:param 'ClusterNodePoolNodeConfigLinuxNodeConfigArgs' linux_node_config: Parameters that can be configured on Linux nodes. Structure is documented below.
|
8491
8678
|
:param 'ClusterNodePoolNodeConfigLocalNvmeSsdBlockConfigArgs' local_nvme_ssd_block_config: Parameters for the local NVMe SSDs. Structure is documented below.
|
8492
8679
|
:param int local_ssd_count: The amount of local SSD disks that will be
|
8493
8680
|
attached to each cluster node. Defaults to 0.
|
@@ -8553,6 +8740,8 @@ class ClusterNodePoolNodeConfig(dict):
|
|
8553
8740
|
pulumi.set(__self__, "disk_type", disk_type)
|
8554
8741
|
if effective_taints is not None:
|
8555
8742
|
pulumi.set(__self__, "effective_taints", effective_taints)
|
8743
|
+
if enable_confidential_storage is not None:
|
8744
|
+
pulumi.set(__self__, "enable_confidential_storage", enable_confidential_storage)
|
8556
8745
|
if ephemeral_storage_config is not None:
|
8557
8746
|
pulumi.set(__self__, "ephemeral_storage_config", ephemeral_storage_config)
|
8558
8747
|
if ephemeral_storage_local_ssd_config is not None:
|
@@ -8662,6 +8851,15 @@ class ClusterNodePoolNodeConfig(dict):
|
|
8662
8851
|
def effective_taints(self) -> Optional[Sequence['outputs.ClusterNodePoolNodeConfigEffectiveTaint']]:
|
8663
8852
|
return pulumi.get(self, "effective_taints")
|
8664
8853
|
|
8854
|
+
@property
|
8855
|
+
@pulumi.getter(name="enableConfidentialStorage")
|
8856
|
+
def enable_confidential_storage(self) -> Optional[bool]:
|
8857
|
+
"""
|
8858
|
+
)
|
8859
|
+
Enabling Confidential Storage will create boot disk with confidential mode. It is disabled by default.
|
8860
|
+
"""
|
8861
|
+
return pulumi.get(self, "enable_confidential_storage")
|
8862
|
+
|
8665
8863
|
@property
|
8666
8864
|
@pulumi.getter(name="ephemeralStorageConfig")
|
8667
8865
|
def ephemeral_storage_config(self) -> Optional['outputs.ClusterNodePoolNodeConfigEphemeralStorageConfig']:
|
@@ -8780,13 +8978,7 @@ class ClusterNodePoolNodeConfig(dict):
|
|
8780
8978
|
@pulumi.getter(name="linuxNodeConfig")
|
8781
8979
|
def linux_node_config(self) -> Optional['outputs.ClusterNodePoolNodeConfigLinuxNodeConfig']:
|
8782
8980
|
"""
|
8783
|
-
|
8784
|
-
Note that validations happen all server side. All attributes are optional.
|
8785
|
-
Structure is documented below.
|
8786
|
-
|
8787
|
-
```python
|
8788
|
-
import pulumi
|
8789
|
-
```
|
8981
|
+
Parameters that can be configured on Linux nodes. Structure is documented below.
|
8790
8982
|
"""
|
8791
8983
|
return pulumi.get(self, "linux_node_config")
|
8792
8984
|
|
@@ -9509,22 +9701,64 @@ class ClusterNodePoolNodeConfigKubeletConfig(dict):
|
|
9509
9701
|
|
9510
9702
|
@pulumi.output_type
|
9511
9703
|
class ClusterNodePoolNodeConfigLinuxNodeConfig(dict):
|
9704
|
+
@staticmethod
|
9705
|
+
def __key_warning(key: str):
|
9706
|
+
suggest = None
|
9707
|
+
if key == "cgroupMode":
|
9708
|
+
suggest = "cgroup_mode"
|
9709
|
+
|
9710
|
+
if suggest:
|
9711
|
+
pulumi.log.warn(f"Key '{key}' not found in ClusterNodePoolNodeConfigLinuxNodeConfig. Access the value via the '{suggest}' property getter instead.")
|
9712
|
+
|
9713
|
+
def __getitem__(self, key: str) -> Any:
|
9714
|
+
ClusterNodePoolNodeConfigLinuxNodeConfig.__key_warning(key)
|
9715
|
+
return super().__getitem__(key)
|
9716
|
+
|
9717
|
+
def get(self, key: str, default = None) -> Any:
|
9718
|
+
ClusterNodePoolNodeConfigLinuxNodeConfig.__key_warning(key)
|
9719
|
+
return super().get(key, default)
|
9720
|
+
|
9512
9721
|
def __init__(__self__, *,
|
9513
|
-
|
9722
|
+
cgroup_mode: Optional[str] = None,
|
9723
|
+
sysctls: Optional[Mapping[str, str]] = None):
|
9514
9724
|
"""
|
9725
|
+
:param str cgroup_mode: Possible cgroup modes that can be used.
|
9726
|
+
Accepted values are:
|
9515
9727
|
:param Mapping[str, str] sysctls: The Linux kernel parameters to be applied to the nodes
|
9516
9728
|
and all pods running on the nodes. Specified as a map from the key, such as
|
9517
|
-
`net.core.wmem_max`, to a string value.
|
9729
|
+
`net.core.wmem_max`, to a string value. Currently supported attributes can be found [here](https://cloud.google.com/sdk/gcloud/reference/beta/container/node-pools/create#--system-config-from-file).
|
9730
|
+
Note that validations happen all server side. All attributes are optional.
|
9731
|
+
|
9732
|
+
```python
|
9733
|
+
import pulumi
|
9734
|
+
```
|
9518
9735
|
"""
|
9519
|
-
|
9736
|
+
if cgroup_mode is not None:
|
9737
|
+
pulumi.set(__self__, "cgroup_mode", cgroup_mode)
|
9738
|
+
if sysctls is not None:
|
9739
|
+
pulumi.set(__self__, "sysctls", sysctls)
|
9740
|
+
|
9741
|
+
@property
|
9742
|
+
@pulumi.getter(name="cgroupMode")
|
9743
|
+
def cgroup_mode(self) -> Optional[str]:
|
9744
|
+
"""
|
9745
|
+
Possible cgroup modes that can be used.
|
9746
|
+
Accepted values are:
|
9747
|
+
"""
|
9748
|
+
return pulumi.get(self, "cgroup_mode")
|
9520
9749
|
|
9521
9750
|
@property
|
9522
9751
|
@pulumi.getter
|
9523
|
-
def sysctls(self) -> Mapping[str, str]:
|
9752
|
+
def sysctls(self) -> Optional[Mapping[str, str]]:
|
9524
9753
|
"""
|
9525
9754
|
The Linux kernel parameters to be applied to the nodes
|
9526
9755
|
and all pods running on the nodes. Specified as a map from the key, such as
|
9527
|
-
`net.core.wmem_max`, to a string value.
|
9756
|
+
`net.core.wmem_max`, to a string value. Currently supported attributes can be found [here](https://cloud.google.com/sdk/gcloud/reference/beta/container/node-pools/create#--system-config-from-file).
|
9757
|
+
Note that validations happen all server side. All attributes are optional.
|
9758
|
+
|
9759
|
+
```python
|
9760
|
+
import pulumi
|
9761
|
+
```
|
9528
9762
|
"""
|
9529
9763
|
return pulumi.get(self, "sysctls")
|
9530
9764
|
|
@@ -10679,7 +10913,7 @@ class ClusterSecurityPostureConfig(dict):
|
|
10679
10913
|
vulnerability_mode: Optional[str] = None):
|
10680
10914
|
"""
|
10681
10915
|
:param str mode: Sets the mode of the Kubernetes security posture API's off-cluster features. Available options include `DISABLED` and `BASIC`.
|
10682
|
-
:param str vulnerability_mode: Sets the mode of the Kubernetes security posture API's workload vulnerability scanning. Available options include `VULNERABILITY_DISABLED` and `
|
10916
|
+
:param str vulnerability_mode: Sets the mode of the Kubernetes security posture API's workload vulnerability scanning. Available options include `VULNERABILITY_DISABLED`, `VULNERABILITY_BASIC` and `VULNERABILITY_ENTERPRISE`.
|
10683
10917
|
"""
|
10684
10918
|
if mode is not None:
|
10685
10919
|
pulumi.set(__self__, "mode", mode)
|
@@ -10698,7 +10932,7 @@ class ClusterSecurityPostureConfig(dict):
|
|
10698
10932
|
@pulumi.getter(name="vulnerabilityMode")
|
10699
10933
|
def vulnerability_mode(self) -> Optional[str]:
|
10700
10934
|
"""
|
10701
|
-
Sets the mode of the Kubernetes security posture API's workload vulnerability scanning. Available options include `VULNERABILITY_DISABLED` and `
|
10935
|
+
Sets the mode of the Kubernetes security posture API's workload vulnerability scanning. Available options include `VULNERABILITY_DISABLED`, `VULNERABILITY_BASIC` and `VULNERABILITY_ENTERPRISE`.
|
10702
10936
|
"""
|
10703
10937
|
return pulumi.get(self, "vulnerability_mode")
|
10704
10938
|
|
@@ -11240,6 +11474,8 @@ class NodePoolNodeConfig(dict):
|
|
11240
11474
|
suggest = "disk_type"
|
11241
11475
|
elif key == "effectiveTaints":
|
11242
11476
|
suggest = "effective_taints"
|
11477
|
+
elif key == "enableConfidentialStorage":
|
11478
|
+
suggest = "enable_confidential_storage"
|
11243
11479
|
elif key == "ephemeralStorageConfig":
|
11244
11480
|
suggest = "ephemeral_storage_config"
|
11245
11481
|
elif key == "ephemeralStorageLocalSsdConfig":
|
@@ -11305,6 +11541,7 @@ class NodePoolNodeConfig(dict):
|
|
11305
11541
|
disk_size_gb: Optional[int] = None,
|
11306
11542
|
disk_type: Optional[str] = None,
|
11307
11543
|
effective_taints: Optional[Sequence['outputs.NodePoolNodeConfigEffectiveTaint']] = None,
|
11544
|
+
enable_confidential_storage: Optional[bool] = None,
|
11308
11545
|
ephemeral_storage_config: Optional['outputs.NodePoolNodeConfigEphemeralStorageConfig'] = None,
|
11309
11546
|
ephemeral_storage_local_ssd_config: Optional['outputs.NodePoolNodeConfigEphemeralStorageLocalSsdConfig'] = None,
|
11310
11547
|
fast_socket: Optional['outputs.NodePoolNodeConfigFastSocket'] = None,
|
@@ -11350,6 +11587,8 @@ class NodePoolNodeConfig(dict):
|
|
11350
11587
|
pulumi.set(__self__, "disk_type", disk_type)
|
11351
11588
|
if effective_taints is not None:
|
11352
11589
|
pulumi.set(__self__, "effective_taints", effective_taints)
|
11590
|
+
if enable_confidential_storage is not None:
|
11591
|
+
pulumi.set(__self__, "enable_confidential_storage", enable_confidential_storage)
|
11353
11592
|
if ephemeral_storage_config is not None:
|
11354
11593
|
pulumi.set(__self__, "ephemeral_storage_config", ephemeral_storage_config)
|
11355
11594
|
if ephemeral_storage_local_ssd_config is not None:
|
@@ -11444,6 +11683,11 @@ class NodePoolNodeConfig(dict):
|
|
11444
11683
|
def effective_taints(self) -> Optional[Sequence['outputs.NodePoolNodeConfigEffectiveTaint']]:
|
11445
11684
|
return pulumi.get(self, "effective_taints")
|
11446
11685
|
|
11686
|
+
@property
|
11687
|
+
@pulumi.getter(name="enableConfidentialStorage")
|
11688
|
+
def enable_confidential_storage(self) -> Optional[bool]:
|
11689
|
+
return pulumi.get(self, "enable_confidential_storage")
|
11690
|
+
|
11447
11691
|
@property
|
11448
11692
|
@pulumi.getter(name="ephemeralStorageConfig")
|
11449
11693
|
def ephemeral_storage_config(self) -> Optional['outputs.NodePoolNodeConfigEphemeralStorageConfig']:
|
@@ -12022,13 +12266,39 @@ class NodePoolNodeConfigKubeletConfig(dict):
|
|
12022
12266
|
|
12023
12267
|
@pulumi.output_type
|
12024
12268
|
class NodePoolNodeConfigLinuxNodeConfig(dict):
|
12269
|
+
@staticmethod
|
12270
|
+
def __key_warning(key: str):
|
12271
|
+
suggest = None
|
12272
|
+
if key == "cgroupMode":
|
12273
|
+
suggest = "cgroup_mode"
|
12274
|
+
|
12275
|
+
if suggest:
|
12276
|
+
pulumi.log.warn(f"Key '{key}' not found in NodePoolNodeConfigLinuxNodeConfig. Access the value via the '{suggest}' property getter instead.")
|
12277
|
+
|
12278
|
+
def __getitem__(self, key: str) -> Any:
|
12279
|
+
NodePoolNodeConfigLinuxNodeConfig.__key_warning(key)
|
12280
|
+
return super().__getitem__(key)
|
12281
|
+
|
12282
|
+
def get(self, key: str, default = None) -> Any:
|
12283
|
+
NodePoolNodeConfigLinuxNodeConfig.__key_warning(key)
|
12284
|
+
return super().get(key, default)
|
12285
|
+
|
12025
12286
|
def __init__(__self__, *,
|
12026
|
-
|
12027
|
-
|
12287
|
+
cgroup_mode: Optional[str] = None,
|
12288
|
+
sysctls: Optional[Mapping[str, str]] = None):
|
12289
|
+
if cgroup_mode is not None:
|
12290
|
+
pulumi.set(__self__, "cgroup_mode", cgroup_mode)
|
12291
|
+
if sysctls is not None:
|
12292
|
+
pulumi.set(__self__, "sysctls", sysctls)
|
12293
|
+
|
12294
|
+
@property
|
12295
|
+
@pulumi.getter(name="cgroupMode")
|
12296
|
+
def cgroup_mode(self) -> Optional[str]:
|
12297
|
+
return pulumi.get(self, "cgroup_mode")
|
12028
12298
|
|
12029
12299
|
@property
|
12030
12300
|
@pulumi.getter
|
12031
|
-
def sysctls(self) -> Mapping[str, str]:
|
12301
|
+
def sysctls(self) -> Optional[Mapping[str, str]]:
|
12032
12302
|
return pulumi.get(self, "sysctls")
|
12033
12303
|
|
12034
12304
|
|
@@ -13201,6 +13471,40 @@ class GetClusterEnableK8sBetaApiResult(dict):
|
|
13201
13471
|
return pulumi.get(self, "enabled_apis")
|
13202
13472
|
|
13203
13473
|
|
13474
|
+
@pulumi.output_type
|
13475
|
+
class GetClusterFleetResult(dict):
|
13476
|
+
def __init__(__self__, *,
|
13477
|
+
membership: str,
|
13478
|
+
pre_registered: bool,
|
13479
|
+
project: str):
|
13480
|
+
"""
|
13481
|
+
:param str project: The project in which the resource belongs. If it
|
13482
|
+
is not provided, the provider project is used.
|
13483
|
+
"""
|
13484
|
+
pulumi.set(__self__, "membership", membership)
|
13485
|
+
pulumi.set(__self__, "pre_registered", pre_registered)
|
13486
|
+
pulumi.set(__self__, "project", project)
|
13487
|
+
|
13488
|
+
@property
|
13489
|
+
@pulumi.getter
|
13490
|
+
def membership(self) -> str:
|
13491
|
+
return pulumi.get(self, "membership")
|
13492
|
+
|
13493
|
+
@property
|
13494
|
+
@pulumi.getter(name="preRegistered")
|
13495
|
+
def pre_registered(self) -> bool:
|
13496
|
+
return pulumi.get(self, "pre_registered")
|
13497
|
+
|
13498
|
+
@property
|
13499
|
+
@pulumi.getter
|
13500
|
+
def project(self) -> str:
|
13501
|
+
"""
|
13502
|
+
The project in which the resource belongs. If it
|
13503
|
+
is not provided, the provider project is used.
|
13504
|
+
"""
|
13505
|
+
return pulumi.get(self, "project")
|
13506
|
+
|
13507
|
+
|
13204
13508
|
@pulumi.output_type
|
13205
13509
|
class GetClusterGatewayApiConfigResult(dict):
|
13206
13510
|
def __init__(__self__, *,
|
@@ -13611,6 +13915,7 @@ class GetClusterNodeConfigResult(dict):
|
|
13611
13915
|
disk_size_gb: int,
|
13612
13916
|
disk_type: str,
|
13613
13917
|
effective_taints: Sequence['outputs.GetClusterNodeConfigEffectiveTaintResult'],
|
13918
|
+
enable_confidential_storage: bool,
|
13614
13919
|
ephemeral_storage_configs: Sequence['outputs.GetClusterNodeConfigEphemeralStorageConfigResult'],
|
13615
13920
|
ephemeral_storage_local_ssd_configs: Sequence['outputs.GetClusterNodeConfigEphemeralStorageLocalSsdConfigResult'],
|
13616
13921
|
fast_sockets: Sequence['outputs.GetClusterNodeConfigFastSocketResult'],
|
@@ -13647,6 +13952,7 @@ class GetClusterNodeConfigResult(dict):
|
|
13647
13952
|
pulumi.set(__self__, "disk_size_gb", disk_size_gb)
|
13648
13953
|
pulumi.set(__self__, "disk_type", disk_type)
|
13649
13954
|
pulumi.set(__self__, "effective_taints", effective_taints)
|
13955
|
+
pulumi.set(__self__, "enable_confidential_storage", enable_confidential_storage)
|
13650
13956
|
pulumi.set(__self__, "ephemeral_storage_configs", ephemeral_storage_configs)
|
13651
13957
|
pulumi.set(__self__, "ephemeral_storage_local_ssd_configs", ephemeral_storage_local_ssd_configs)
|
13652
13958
|
pulumi.set(__self__, "fast_sockets", fast_sockets)
|
@@ -13708,6 +14014,11 @@ class GetClusterNodeConfigResult(dict):
|
|
13708
14014
|
def effective_taints(self) -> Sequence['outputs.GetClusterNodeConfigEffectiveTaintResult']:
|
13709
14015
|
return pulumi.get(self, "effective_taints")
|
13710
14016
|
|
14017
|
+
@property
|
14018
|
+
@pulumi.getter(name="enableConfidentialStorage")
|
14019
|
+
def enable_confidential_storage(self) -> bool:
|
14020
|
+
return pulumi.get(self, "enable_confidential_storage")
|
14021
|
+
|
13711
14022
|
@property
|
13712
14023
|
@pulumi.getter(name="ephemeralStorageConfigs")
|
13713
14024
|
def ephemeral_storage_configs(self) -> Sequence['outputs.GetClusterNodeConfigEphemeralStorageConfigResult']:
|
@@ -14088,9 +14399,16 @@ class GetClusterNodeConfigKubeletConfigResult(dict):
|
|
14088
14399
|
@pulumi.output_type
|
14089
14400
|
class GetClusterNodeConfigLinuxNodeConfigResult(dict):
|
14090
14401
|
def __init__(__self__, *,
|
14402
|
+
cgroup_mode: str,
|
14091
14403
|
sysctls: Mapping[str, str]):
|
14404
|
+
pulumi.set(__self__, "cgroup_mode", cgroup_mode)
|
14092
14405
|
pulumi.set(__self__, "sysctls", sysctls)
|
14093
14406
|
|
14407
|
+
@property
|
14408
|
+
@pulumi.getter(name="cgroupMode")
|
14409
|
+
def cgroup_mode(self) -> str:
|
14410
|
+
return pulumi.get(self, "cgroup_mode")
|
14411
|
+
|
14094
14412
|
@property
|
14095
14413
|
@pulumi.getter
|
14096
14414
|
def sysctls(self) -> Mapping[str, str]:
|
@@ -14604,6 +14922,7 @@ class GetClusterNodePoolNodeConfigResult(dict):
|
|
14604
14922
|
disk_size_gb: int,
|
14605
14923
|
disk_type: str,
|
14606
14924
|
effective_taints: Sequence['outputs.GetClusterNodePoolNodeConfigEffectiveTaintResult'],
|
14925
|
+
enable_confidential_storage: bool,
|
14607
14926
|
ephemeral_storage_configs: Sequence['outputs.GetClusterNodePoolNodeConfigEphemeralStorageConfigResult'],
|
14608
14927
|
ephemeral_storage_local_ssd_configs: Sequence['outputs.GetClusterNodePoolNodeConfigEphemeralStorageLocalSsdConfigResult'],
|
14609
14928
|
fast_sockets: Sequence['outputs.GetClusterNodePoolNodeConfigFastSocketResult'],
|
@@ -14640,6 +14959,7 @@ class GetClusterNodePoolNodeConfigResult(dict):
|
|
14640
14959
|
pulumi.set(__self__, "disk_size_gb", disk_size_gb)
|
14641
14960
|
pulumi.set(__self__, "disk_type", disk_type)
|
14642
14961
|
pulumi.set(__self__, "effective_taints", effective_taints)
|
14962
|
+
pulumi.set(__self__, "enable_confidential_storage", enable_confidential_storage)
|
14643
14963
|
pulumi.set(__self__, "ephemeral_storage_configs", ephemeral_storage_configs)
|
14644
14964
|
pulumi.set(__self__, "ephemeral_storage_local_ssd_configs", ephemeral_storage_local_ssd_configs)
|
14645
14965
|
pulumi.set(__self__, "fast_sockets", fast_sockets)
|
@@ -14701,6 +15021,11 @@ class GetClusterNodePoolNodeConfigResult(dict):
|
|
14701
15021
|
def effective_taints(self) -> Sequence['outputs.GetClusterNodePoolNodeConfigEffectiveTaintResult']:
|
14702
15022
|
return pulumi.get(self, "effective_taints")
|
14703
15023
|
|
15024
|
+
@property
|
15025
|
+
@pulumi.getter(name="enableConfidentialStorage")
|
15026
|
+
def enable_confidential_storage(self) -> bool:
|
15027
|
+
return pulumi.get(self, "enable_confidential_storage")
|
15028
|
+
|
14704
15029
|
@property
|
14705
15030
|
@pulumi.getter(name="ephemeralStorageConfigs")
|
14706
15031
|
def ephemeral_storage_configs(self) -> Sequence['outputs.GetClusterNodePoolNodeConfigEphemeralStorageConfigResult']:
|
@@ -15081,9 +15406,16 @@ class GetClusterNodePoolNodeConfigKubeletConfigResult(dict):
|
|
15081
15406
|
@pulumi.output_type
|
15082
15407
|
class GetClusterNodePoolNodeConfigLinuxNodeConfigResult(dict):
|
15083
15408
|
def __init__(__self__, *,
|
15409
|
+
cgroup_mode: str,
|
15084
15410
|
sysctls: Mapping[str, str]):
|
15411
|
+
pulumi.set(__self__, "cgroup_mode", cgroup_mode)
|
15085
15412
|
pulumi.set(__self__, "sysctls", sysctls)
|
15086
15413
|
|
15414
|
+
@property
|
15415
|
+
@pulumi.getter(name="cgroupMode")
|
15416
|
+
def cgroup_mode(self) -> str:
|
15417
|
+
return pulumi.get(self, "cgroup_mode")
|
15418
|
+
|
15087
15419
|
@property
|
15088
15420
|
@pulumi.getter
|
15089
15421
|
def sysctls(self) -> Mapping[str, str]:
|