import "github.com/Azure/azure-sdk-for-go/services/redhatopenshift/mgmt/2020-04-30/redhatopenshift/redhatopenshiftapi"
type OpenShiftClustersClientAPI interface { CreateOrUpdate(ctx context.Context, resourceGroupName string, resourceName string, parameters redhatopenshift.OpenShiftCluster) (result redhatopenshift.OpenShiftClustersCreateOrUpdateFuture, err error) Delete(ctx context.Context, resourceGroupName string, resourceName string) (result redhatopenshift.OpenShiftClustersDeleteFuture, err error) Get(ctx context.Context, resourceGroupName string, resourceName string) (result redhatopenshift.OpenShiftCluster, err error) List(ctx context.Context) (result redhatopenshift.OpenShiftClusterListPage, err error) ListComplete(ctx context.Context) (result redhatopenshift.OpenShiftClusterListIterator, err error) ListByResourceGroup(ctx context.Context, resourceGroupName string) (result redhatopenshift.OpenShiftClusterListPage, err error) ListByResourceGroupComplete(ctx context.Context, resourceGroupName string) (result redhatopenshift.OpenShiftClusterListIterator, err error) ListCredentials(ctx context.Context, resourceGroupName string, resourceName string) (result redhatopenshift.OpenShiftClusterCredentials, err error) Update(ctx context.Context, resourceGroupName string, resourceName string, parameters redhatopenshift.OpenShiftClusterUpdate) (result redhatopenshift.OpenShiftClustersUpdateFuture, err error) }
OpenShiftClustersClientAPI contains the set of methods on the OpenShiftClustersClient type.
type OperationsClientAPI interface { List(ctx context.Context) (result redhatopenshift.OperationListPage, err error) ListComplete(ctx context.Context) (result redhatopenshift.OperationListIterator, err error) }
OperationsClientAPI contains the set of methods on the OperationsClient type.
Package redhatopenshiftapi imports 2 packages (graph). Updated 2020-06-28. Refresh now. Tools for package owners.