pkg/api/v20191231preview/openshiftclustercredentials.go (5 lines of code) (raw):

package v20191231preview // Copyright (c) Microsoft Corporation. // Licensed under the Apache License 2.0. // OpenShiftClusterCredentials represents an OpenShift cluster's credentials. type OpenShiftClusterCredentials struct { // The username for the kubeadmin user. KubeadminUsername string `json:"kubeadminUsername,omitempty"` // The password for the kubeadmin user. KubeadminPassword string `json:"kubeadminPassword,omitempty"` }