OpenShiftClusterCredentials interface
OpenShiftClusterCredentials represents an OpenShift cluster's credentials.
Properties
kubeadmin |
The password for the kubeadmin user. |
kubeadmin |
The username for the kubeadmin user. |
Property Details
kubeadminPassword
The password for the kubeadmin user.
kubeadminPassword?: string
Property Value
string
kubeadminUsername
The username for the kubeadmin user.
kubeadminUsername?: string
Property Value
string