Package-level declarations

Types

Link copied to clipboard
class AttachedCluster : KotlinCustomResource

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 binaryAuthorization: Output<AttachedClusterBinaryAuthorizationArgs>? = 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, val proxyConfig: Output<AttachedClusterProxyConfigArgs>? = null) : ConvertibleToJava<AttachedClusterArgs>

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

Link copied to clipboard
object AttachedClusterMapper : ResourceMapper<AttachedCluster>
Link copied to clipboard
class AwsCluster : KotlinCustomResource

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 binaryAuthorization: Output<AwsClusterBinaryAuthorizationArgs>? = 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
object AwsClusterMapper : ResourceMapper<AwsCluster>
Link copied to clipboard
Link copied to clipboard
class AwsNodePool : KotlinCustomResource

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 management: Output<AwsNodePoolManagementArgs>? = null, val maxPodsConstraint: Output<AwsNodePoolMaxPodsConstraintArgs>? = null, val name: Output<String>? = null, val project: Output<String>? = null, val subnetId: Output<String>? = null, val updateSettings: Output<AwsNodePoolUpdateSettingsArgs>? = 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
object AwsNodePoolMapper : ResourceMapper<AwsNodePool>
Link copied to clipboard
Link copied to clipboard
class AzureClient : KotlinCustomResource

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
object AzureClientMapper : ResourceMapper<AzureClient>
Link copied to clipboard
Link copied to clipboard
class AzureCluster : KotlinCustomResource

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 azureServicesAuthentication: Output<AzureClusterAzureServicesAuthenticationArgs>? = 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
object AzureClusterMapper : ResourceMapper<AzureCluster>
Link copied to clipboard
Link copied to clipboard
class AzureNodePool : KotlinCustomResource

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 management: Output<AzureNodePoolManagementArgs>? = 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
object AzureNodePoolMapper : ResourceMapper<AzureNodePool>
Link copied to clipboard
Link copied to clipboard
class Cluster : KotlinCustomResource

Manages a Google Kubernetes Engine (GKE) cluster. To get more information about GKE clusters, see:

Link copied to clipboard
data class ClusterArgs(val addonsConfig: Output<ClusterAddonsConfigArgs>? = null, val allowNetAdmin: Output<Boolean>? = 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 deletionProtection: Output<Boolean>? = null, val description: Output<String>? = null, val dnsConfig: Output<ClusterDnsConfigArgs>? = null, val enableAutopilot: Output<Boolean>? = null, val enableCiliumClusterwideNetworkPolicy: Output<Boolean>? = null, val enableFqdnNetworkPolicy: Output<Boolean>? = null, val enableIntranodeVisibility: Output<Boolean>? = null, val enableK8sBetaApis: Output<ClusterEnableK8sBetaApisArgs>? = null, val enableKubernetesAlpha: Output<Boolean>? = null, val enableL4IlbSubsetting: Output<Boolean>? = null, val enableLegacyAbac: Output<Boolean>? = null, val enableMultiNetworking: Output<Boolean>? = null, val enableShieldedNodes: Output<Boolean>? = null, val enableTpu: Output<Boolean>? = null, val fleet: Output<ClusterFleetArgs>? = 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 protectConfig: Output<ClusterProtectConfigArgs>? = null, val releaseChannel: Output<ClusterReleaseChannelArgs>? = null, val removeDefaultNodePool: Output<Boolean>? = null, val resourceLabels: Output<Map<String, String>>? = null, val resourceUsageExportConfig: Output<ClusterResourceUsageExportConfigArgs>? = null, val secretManagerConfig: Output<ClusterSecretManagerConfigArgs>? = null, val securityPostureConfig: Output<ClusterSecurityPostureConfigArgs>? = null, val serviceExternalIpsConfig: Output<ClusterServiceExternalIpsConfigArgs>? = null, val subnetwork: Output<String>? = null, val tpuConfig: Output<ClusterTpuConfigArgs>? = null, val verticalPodAutoscaling: Output<ClusterVerticalPodAutoscalingArgs>? = null, val workloadAltsConfig: Output<ClusterWorkloadAltsConfigArgs>? = null, val workloadIdentityConfig: Output<ClusterWorkloadIdentityConfigArgs>? = null) : ConvertibleToJava<ClusterArgs>

Manages a Google Kubernetes Engine (GKE) cluster. To get more information about GKE clusters, see:

Link copied to clipboard
Link copied to clipboard
object ClusterMapper : ResourceMapper<Cluster>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class NodePool : KotlinCustomResource

Manages a node pool in a Google Kubernetes Engine (GKE) cluster separately from the cluster control plane. For more information see the official documentation and the API reference.

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 queuedProvisioning: Output<NodePoolQueuedProvisioningArgs>? = null, val upgradeSettings: Output<NodePoolUpgradeSettingsArgs>? = null, val version: Output<String>? = null) : ConvertibleToJava<NodePoolArgs>

Manages a node pool in a Google Kubernetes Engine (GKE) cluster separately from the cluster control plane. For more information see the official documentation and the API reference.

Link copied to clipboard
Link copied to clipboard
object NodePoolMapper : ResourceMapper<NodePool>
Link copied to clipboard
Link copied to clipboard
class Registry : KotlinCustomResource

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
object RegistryMapper : ResourceMapper<Registry>
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
suspend fun awsCluster(name: String, block: suspend AwsClusterResourceBuilder.() -> Unit): AwsCluster
Link copied to clipboard
suspend fun awsNodePool(name: String, block: suspend AwsNodePoolResourceBuilder.() -> Unit): AwsNodePool
Link copied to clipboard
suspend fun azureClient(name: String, block: suspend AzureClientResourceBuilder.() -> Unit): AzureClient
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun cluster(name: String): Cluster
suspend fun cluster(name: String, block: suspend ClusterResourceBuilder.() -> Unit): Cluster
Link copied to clipboard
suspend fun nodePool(name: String, block: suspend NodePoolResourceBuilder.() -> Unit): NodePool
Link copied to clipboard
suspend fun registry(name: String, block: suspend RegistryResourceBuilder.() -> Unit): Registry