OpenShiftClusterCredentials interface

OpenShiftClusterCredentials represents an OpenShift cluster's credentials.

Properties

kubeadminPassword

The password for the kubeadmin user.

kubeadminUsername

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