OpenShiftRouterProfileResponse

data class OpenShiftRouterProfileResponse(val fqdn: String, val name: String? = null, val publicSubdomain: String)

Represents an OpenShift router

Constructors

Link copied to clipboard
constructor(fqdn: String, name: String? = null, publicSubdomain: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Auto-allocated FQDN for the OpenShift router.

Link copied to clipboard
val name: String? = null

Name of the router profile.

Link copied to clipboard

DNS subdomain for OpenShift router.