ARO-RP/pkg/api/v20191231preview/openshiftclustercredentials...

14 строки
443 B
Go

package v20191231preview
// Copyright (c) Microsoft Corporation.
// Licensed under the Apache License 2.0.
// ExampleOpenShiftClusterCredentialsResponse returns an example
// OpenShiftClusterCredentials object that the RP might return to an end-user
func ExampleOpenShiftClusterCredentialsResponse() *OpenShiftClusterCredentials {
return &OpenShiftClusterCredentials{
KubeadminUsername: "kubeadmin",
KubeadminPassword: "password",
}
}