Package-level declarations

Types

Link copied to clipboard
data class APIServerProfileArgs(val ip: Output<String>? = null, val url: Output<String>? = null, val visibility: Output<String>? = null) : ConvertibleToJava<APIServerProfileArgs>

APIServerProfile represents an API server profile.

Link copied to clipboard
data class ClusterProfileArgs(val domain: Output<String>? = null, val pullSecret: Output<String>? = null, val resourceGroupId: Output<String>? = null, val version: Output<String>? = null) : ConvertibleToJava<ClusterProfileArgs>

ClusterProfile represents a cluster profile.

Link copied to clipboard
Link copied to clipboard
data class ConsoleProfileArgs(val url: Output<String>? = null) : ConvertibleToJava<ConsoleProfileArgs>

ConsoleProfile represents a console profile.

Link copied to clipboard
Link copied to clipboard
data class GetOpenShiftClusterPlainArgs(val resourceGroupName: String, val resourceName: String) : ConvertibleToJava<GetOpenShiftClusterPlainArgs>
Link copied to clipboard
data class IngressProfileArgs(val ip: Output<String>? = null, val name: Output<String>? = null, val visibility: Output<String>? = null) : ConvertibleToJava<IngressProfileArgs>

IngressProfile represents an ingress profile.

Link copied to clipboard
data class ListOpenShiftClusterAdminCredentialsPlainArgs(val resourceGroupName: String, val resourceName: String) : ConvertibleToJava<ListOpenShiftClusterAdminCredentialsPlainArgs>
Link copied to clipboard
data class ListOpenShiftClusterCredentialsPlainArgs(val resourceGroupName: String, val resourceName: String) : ConvertibleToJava<ListOpenShiftClusterCredentialsPlainArgs>
Link copied to clipboard
data class MasterProfileArgs(val subnetId: Output<String>? = null, val vmSize: Output<String>? = null) : ConvertibleToJava<MasterProfileArgs>

MasterProfile represents a master profile.

Link copied to clipboard
Link copied to clipboard
data class NetworkProfileArgs(val podCidr: Output<String>? = null, val serviceCidr: Output<String>? = null) : ConvertibleToJava<NetworkProfileArgs>

NetworkProfile represents a network profile.

Link copied to clipboard
Link copied to clipboard
data class ServicePrincipalProfileArgs(val clientId: Output<String>? = null, val clientSecret: Output<String>? = null) : ConvertibleToJava<ServicePrincipalProfileArgs>

ServicePrincipalProfile represents a service principal profile.

Link copied to clipboard
data class WorkerProfileArgs(val count: Output<Int>? = null, val diskSizeGB: Output<Int>? = null, val name: Output<String>? = null, val subnetId: Output<String>? = null, val vmSize: Output<String>? = null) : ConvertibleToJava<WorkerProfileArgs>

WorkerProfile represents a worker profile.

Link copied to clipboard