OpenShiftAPIPropertiesArgs

data class OpenShiftAPIPropertiesArgs(val privateApiServer: Output<Boolean>? = null) : ConvertibleToJava<OpenShiftAPIPropertiesArgs>

Defines further properties on the API.

Constructors

Link copied to clipboard
constructor(privateApiServer: Output<Boolean>? = null)

Properties

Link copied to clipboard
val privateApiServer: Output<Boolean>? = null

Specifies if API server is public or private.

Functions

Link copied to clipboard
open override fun toJava(): OpenShiftAPIPropertiesArgs