Package-level declarations

Types

Link copied to clipboard
class Cluster : KotlinCustomResource

Manages a fully managed Azure Red Hat OpenShift Cluster (also known as ARO).

Link copied to clipboard
data class ClusterArgs(val apiServerProfile: Output<ClusterApiServerProfileArgs>? = null, val clusterProfile: Output<ClusterClusterProfileArgs>? = null, val ingressProfile: Output<ClusterIngressProfileArgs>? = null, val location: Output<String>? = null, val mainProfile: Output<ClusterMainProfileArgs>? = null, val name: Output<String>? = null, val networkProfile: Output<ClusterNetworkProfileArgs>? = null, val resourceGroupName: Output<String>? = null, val servicePrincipal: Output<ClusterServicePrincipalArgs>? = null, val tags: Output<Map<String, String>>? = null, val workerProfile: Output<ClusterWorkerProfileArgs>? = null) : ConvertibleToJava<ClusterArgs>

Manages a fully managed Azure Red Hat OpenShift Cluster (also known as ARO).

Link copied to clipboard
Link copied to clipboard
object ClusterMapper : ResourceMapper<Cluster>
Link copied to clipboard

Functions

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