Package-level declarations

Types

Link copied to clipboard
class Cluster : KotlinCustomResource

Provides a Ack One Cluster resource. Fleet Manager Cluster. For information about Ack One Cluster and how to use it, see What is Cluster.

Link copied to clipboard
data class ClusterArgs(val argocdEnabled: Output<Boolean>? = null, val clusterName: Output<String>? = null, val network: Output<ClusterNetworkArgs>? = null, val profile: Output<String>? = null) : ConvertibleToJava<ClusterArgs>

Provides a Ack One Cluster resource. Fleet Manager Cluster. For information about Ack One Cluster and how to use it, see What is Cluster.

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

Provides an Ack One Membership Attachment resource. Fleet Manager Membership Attachment. For information about Ack One Membership Attachment and how to use it, see How to attach cluster tp hub.

Link copied to clipboard
data class MembershipAttachmentArgs(val clusterId: Output<String>? = null, val subClusterId: Output<String>? = null) : ConvertibleToJava<MembershipAttachmentArgs>

Provides an Ack One Membership Attachment resource. Fleet Manager Membership Attachment. For information about Ack One Membership Attachment and how to use it, see How to attach cluster tp hub.

Link copied to clipboard

Functions

Link copied to clipboard
fun cluster(name: String): Cluster
suspend fun cluster(name: String, block: suspend ClusterResourceBuilder.() -> Unit): Cluster