ListOpenShiftClusterAdminCredentialsResult

data class ListOpenShiftClusterAdminCredentialsResult(val kubeconfig: String? = null)

OpenShiftClusterAdminKubeconfig represents an OpenShift cluster's admin kubeconfig.

Constructors

constructor(kubeconfig: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val kubeconfig: String? = null

The base64-encoded kubeconfig file.