Package-level declarations

Types

Link copied to clipboard

An Anthos cluster running on customer owned infrastructure. To get more information about Cluster, see:

Link copied to clipboard
data class AttachedClusterArgs(val annotations: Output<Map<String, String>>? = null, val authorization: Output<AttachedClusterAuthorizationArgs>? = null, val deletionPolicy: Output<String>? = null, val description: Output<String>? = null, val distribution: Output<String>? = null, val fleet: Output<AttachedClusterFleetArgs>? = null, val location: Output<String>? = null, val loggingConfig: Output<AttachedClusterLoggingConfigArgs>? = null, val monitoringConfig: Output<AttachedClusterMonitoringConfigArgs>? = null, val name: Output<String>? = null, val oidcConfig: Output<AttachedClusterOidcConfigArgs>? = null, val platformVersion: Output<String>? = null, val project: Output<String>? = null) : ConvertibleToJava<AttachedClusterArgs>

An Anthos cluster running on customer owned infrastructure. To get more information about Cluster, see:

Link copied to clipboard

An Anthos cluster running on AWS. For more information, see:

Link copied to clipboard
data class AwsClusterArgs(val annotations: Output<Map<String, String>>? = null, val authorization: Output<AwsClusterAuthorizationArgs>? = null, val awsRegion: Output<String>? = null, val controlPlane: Output<AwsClusterControlPlaneArgs>? = null, val description: Output<String>? = null, val fleet: Output<AwsClusterFleetArgs>? = null, val location: Output<String>? = null, val loggingConfig: Output<AwsClusterLoggingConfigArgs>? = null, val name: Output<String>? = null, val networking: Output<AwsClusterNetworkingArgs>? = null, val project: Output<String>? = null) : ConvertibleToJava<AwsClusterArgs>

An Anthos cluster running on AWS. For more information, see:

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

An Anthos node pool running on AWS. For more information, see:

Link copied to clipboard
data class AwsNodePoolArgs(val annotations: Output<Map<String, String>>? = null, val autoscaling: Output<AwsNodePoolAutoscalingArgs>? = null, val cluster: Output<String>? = null, val config: Output<AwsNodePoolConfigArgs>? = null, val location: Output<String>? = null, val maxPodsConstraint: Output<AwsNodePoolMaxPodsConstraintArgs>? = null, val name: Output<String>? = null, val project: Output<String>? = null, val subnetId: Output<String>? = null, val version: Output<String>? = null) : ConvertibleToJava<AwsNodePoolArgs>

An Anthos node pool running on AWS. For more information, see:

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

AzureClient resources hold client authentication information needed by the Anthos Multi-Cloud API to manage Azure resources on your Azure subscription.When an AzureCluster is created, an AzureClient resource needs to be provided and all operations on Azure resources associated to that cluster will authenticate to Azure services using the given client.AzureClient resources are immutable and cannot be modified upon creation.Each AzureClient resource is bound to a single Azure Active Directory Application and tenant. For more information, see:

Link copied to clipboard
data class AzureClientArgs(val applicationId: Output<String>? = null, val location: Output<String>? = null, val name: Output<String>? = null, val project: Output<String>? = null, val tenantId: Output<String>? = null) : ConvertibleToJava<AzureClientArgs>

AzureClient resources hold client authentication information needed by the Anthos Multi-Cloud API to manage Azure resources on your Azure subscription.When an AzureCluster is created, an AzureClient resource needs to be provided and all operations on Azure resources associated to that cluster will authenticate to Azure services using the given client.AzureClient resources are immutable and cannot be modified upon creation.Each AzureClient resource is bound to a single Azure Active Directory Application and tenant. For more information, see:

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

An Anthos cluster running on Azure. For more information, see:

Link copied to clipboard
data class AzureClusterArgs(val annotations: Output<Map<String, String>>? = null, val authorization: Output<AzureClusterAuthorizationArgs>? = null, val azureRegion: Output<String>? = null, val client: Output<String>? = null, val controlPlane: Output<AzureClusterControlPlaneArgs>? = null, val description: Output<String>? = null, val fleet: Output<AzureClusterFleetArgs>? = null, val location: Output<String>? = null, val loggingConfig: Output<AzureClusterLoggingConfigArgs>? = null, val name: Output<String>? = null, val networking: Output<AzureClusterNetworkingArgs>? = null, val project: Output<String>? = null, val resourceGroupId: Output<String>? = null) : ConvertibleToJava<AzureClusterArgs>

An Anthos cluster running on Azure. For more information, see:

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

An Anthos node pool running on Azure. For more information, see:

Link copied to clipboard
data class AzureNodePoolArgs(val annotations: Output<Map<String, String>>? = null, val autoscaling: Output<AzureNodePoolAutoscalingArgs>? = null, val azureAvailabilityZone: Output<String>? = null, val cluster: Output<String>? = null, val config: Output<AzureNodePoolConfigArgs>? = null, val location: Output<String>? = null, val maxPodsConstraint: Output<AzureNodePoolMaxPodsConstraintArgs>? = null, val name: Output<String>? = null, val project: Output<String>? = null, val subnetId: Output<String>? = null, val version: Output<String>? = null) : ConvertibleToJava<AzureNodePoolArgs>

An Anthos node pool running on Azure. For more information, see:

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

GKE clusters can be imported using the project , location, and name. If the project is omitted, the default provider value will be used. Examples

Link copied to clipboard
data class ClusterArgs(val addonsConfig: Output<ClusterAddonsConfigArgs>? = null, val authenticatorGroupsConfig: Output<ClusterAuthenticatorGroupsConfigArgs>? = null, val binaryAuthorization: Output<ClusterBinaryAuthorizationArgs>? = null, val clusterAutoscaling: Output<ClusterClusterAutoscalingArgs>? = null, val clusterIpv4Cidr: Output<String>? = null, val clusterTelemetry: Output<ClusterClusterTelemetryArgs>? = null, val confidentialNodes: Output<ClusterConfidentialNodesArgs>? = null, val costManagementConfig: Output<ClusterCostManagementConfigArgs>? = null, val databaseEncryption: Output<ClusterDatabaseEncryptionArgs>? = null, val datapathProvider: Output<String>? = null, val defaultMaxPodsPerNode: Output<Int>? = null, val defaultSnatStatus: Output<ClusterDefaultSnatStatusArgs>? = null, val description: Output<String>? = null, val dnsConfig: Output<ClusterDnsConfigArgs>? = null, val enableAutopilot: Output<Boolean>? = null, val enableBinaryAuthorization: Output<Boolean>? = null, val enableIntranodeVisibility: Output<Boolean>? = null, val enableKubernetesAlpha: Output<Boolean>? = null, val enableL4IlbSubsetting: Output<Boolean>? = null, val enableLegacyAbac: Output<Boolean>? = null, val enableShieldedNodes: Output<Boolean>? = null, val enableTpu: Output<Boolean>? = null, val gatewayApiConfig: Output<ClusterGatewayApiConfigArgs>? = null, val identityServiceConfig: Output<ClusterIdentityServiceConfigArgs>? = null, val initialNodeCount: Output<Int>? = null, val ipAllocationPolicy: Output<ClusterIpAllocationPolicyArgs>? = null, val location: Output<String>? = null, val loggingConfig: Output<ClusterLoggingConfigArgs>? = null, val loggingService: Output<String>? = null, val maintenancePolicy: Output<ClusterMaintenancePolicyArgs>? = null, val masterAuth: Output<ClusterMasterAuthArgs>? = null, val masterAuthorizedNetworksConfig: Output<ClusterMasterAuthorizedNetworksConfigArgs>? = null, val meshCertificates: Output<ClusterMeshCertificatesArgs>? = null, val minMasterVersion: Output<String>? = null, val monitoringConfig: Output<ClusterMonitoringConfigArgs>? = null, val monitoringService: Output<String>? = null, val name: Output<String>? = null, val network: Output<String>? = null, val networkPolicy: Output<ClusterNetworkPolicyArgs>? = null, val networkingMode: Output<String>? = null, val nodeConfig: Output<ClusterNodeConfigArgs>? = null, val nodeLocations: Output<List<String>>? = null, val nodePoolAutoConfig: Output<ClusterNodePoolAutoConfigArgs>? = null, val nodePoolDefaults: Output<ClusterNodePoolDefaultsArgs>? = null, val nodePools: Output<List<ClusterNodePoolArgs>>? = null, val nodeVersion: Output<String>? = null, val notificationConfig: Output<ClusterNotificationConfigArgs>? = null, val podSecurityPolicyConfig: Output<ClusterPodSecurityPolicyConfigArgs>? = null, val privateClusterConfig: Output<ClusterPrivateClusterConfigArgs>? = null, val privateIpv6GoogleAccess: Output<String>? = null, val project: Output<String>? = null, val releaseChannel: Output<ClusterReleaseChannelArgs>? = null, val removeDefaultNodePool: Output<Boolean>? = null, val resourceLabels: Output<Map<String, String>>? = null, val resourceUsageExportConfig: Output<ClusterResourceUsageExportConfigArgs>? = null, val serviceExternalIpsConfig: Output<ClusterServiceExternalIpsConfigArgs>? = null, val subnetwork: Output<String>? = null, val tpuConfig: Output<ClusterTpuConfigArgs>? = null, val verticalPodAutoscaling: Output<ClusterVerticalPodAutoscalingArgs>? = null, val workloadIdentityConfig: Output<ClusterWorkloadIdentityConfigArgs>? = null) : ConvertibleToJava<ClusterArgs>

GKE clusters can be imported using the project , location, and name. If the project is omitted, the default provider value will be used. Examples

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Node pools can be imported using the project, location, cluster and name. If the project is omitted, the project value in the provider configuration will be used. Examples

Link copied to clipboard
data class NodePoolArgs(val autoscaling: Output<NodePoolAutoscalingArgs>? = null, val cluster: Output<String>? = null, val initialNodeCount: Output<Int>? = null, val location: Output<String>? = null, val management: Output<NodePoolManagementArgs>? = null, val maxPodsPerNode: Output<Int>? = null, val name: Output<String>? = null, val namePrefix: Output<String>? = null, val networkConfig: Output<NodePoolNetworkConfigArgs>? = null, val nodeConfig: Output<NodePoolNodeConfigArgs>? = null, val nodeCount: Output<Int>? = null, val nodeLocations: Output<List<String>>? = null, val placementPolicy: Output<NodePoolPlacementPolicyArgs>? = null, val project: Output<String>? = null, val upgradeSettings: Output<NodePoolUpgradeSettingsArgs>? = null, val version: Output<String>? = null) : ConvertibleToJava<NodePoolArgs>

Node pools can be imported using the project, location, cluster and name. If the project is omitted, the project value in the provider configuration will be used. Examples

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Ensures that the Google Cloud Storage bucket that backs Google Container Registry exists. Creating this resource will create the backing bucket if it does not exist, or do nothing if the bucket already exists. Destroying this resource does NOT destroy the backing bucket. For more information see the official documentation This resource can be used to ensure that the GCS bucket exists prior to assigning permissions. For more information see the access control page for GCR.

Link copied to clipboard
data class RegistryArgs(val location: Output<String>? = null, val project: Output<String>? = null) : ConvertibleToJava<RegistryArgs>

Ensures that the Google Cloud Storage bucket that backs Google Container Registry exists. Creating this resource will create the backing bucket if it does not exist, or do nothing if the bucket already exists. Destroying this resource does NOT destroy the backing bucket. For more information see the official documentation This resource can be used to ensure that the GCS bucket exists prior to assigning permissions. For more information see the access control page for GCR.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
suspend fun awsClusterResource(name: String, block: suspend AwsClusterResourceBuilder.() -> Unit): AwsCluster
Link copied to clipboard
suspend fun awsNodePoolResource(name: String, block: suspend AwsNodePoolResourceBuilder.() -> Unit): AwsNodePool
Link copied to clipboard
suspend fun azureClientResource(name: String, block: suspend AzureClientResourceBuilder.() -> Unit): AzureClient
Link copied to clipboard
suspend fun azureClusterResource(name: String, block: suspend AzureClusterResourceBuilder.() -> Unit): AzureCluster
Link copied to clipboard
Link copied to clipboard
suspend fun clusterResource(name: String, block: suspend ClusterResourceBuilder.() -> Unit): Cluster
Link copied to clipboard
suspend fun nodePoolResource(name: String, block: suspend NodePoolResourceBuilder.() -> Unit): NodePool
Link copied to clipboard
suspend fun registryResource(name: String, block: suspend RegistryResourceBuilder.() -> Unit): Registry