Package-level declarations
Types
Link copied to clipboard
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
Builder for OpenShiftClusterArgs.
Link copied to clipboard
Link copied to clipboard
Builder for OpenShiftCluster.
Link copied to clipboard
object RedhatopenshiftFunctions
Functions
Link copied to clipboard
suspend fun openShiftCluster(name: String, block: suspend OpenShiftClusterResourceBuilder.() -> Unit): OpenShiftCluster