Package-level declarations

Types

Link copied to clipboard
class OpenShiftCluster : KotlinCustomResource

OpenShiftCluster represents an Azure Red Hat OpenShift cluster. API Version: 2020-04-30.

Link copied to clipboard
data class OpenShiftClusterArgs(val apiserverProfile: Output<APIServerProfileArgs>? = null, val clusterProfile: Output<ClusterProfileArgs>? = null, val consoleProfile: Output<ConsoleProfileArgs>? = null, val ingressProfiles: Output<List<IngressProfileArgs>>? = null, val location: Output<String>? = null, val masterProfile: Output<MasterProfileArgs>? = null, val networkProfile: Output<NetworkProfileArgs>? = null, val provisioningState: Output<String>? = null, val resourceGroupName: Output<String>? = null, val resourceName: Output<String>? = null, val servicePrincipalProfile: Output<ServicePrincipalProfileArgs>? = null, val tags: Output<Map<String, String>>? = null, val workerProfiles: Output<List<WorkerProfileArgs>>? = null) : ConvertibleToJava<OpenShiftClusterArgs>

OpenShiftCluster represents an Azure Red Hat OpenShift cluster. API Version: 2020-04-30.

Link copied to clipboard
object OpenShiftClusterMapper : ResourceMapper<OpenShiftCluster>
Link copied to clipboard

Functions

Link copied to clipboard