ListOpenShiftClusterCredentialsResult

data class ListOpenShiftClusterCredentialsResult(val kubeadminPassword: String? = null, val kubeadminUsername: String? = null)

OpenShiftClusterCredentials represents an OpenShift cluster's credentials

Constructors

Link copied to clipboard
constructor(kubeadminPassword: String? = null, kubeadminUsername: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The password for the kubeadmin user

Link copied to clipboard

The username for the kubeadmin user