/*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ export const ManageControllerCommand = 'bigDataClusters.command.manageController'; export const CreateControllerCommand = 'bigDataClusters.command.createController'; export const ConnectControllerCommand = 'bigDataClusters.command.connectController'; export const RemoveControllerCommand = 'bigDataClusters.command.removeController'; export const RefreshControllerCommand = 'bigDataClusters.command.refreshController'; export const MountHdfsCommand = 'bigDataClusters.command.mount'; export const RefreshMountCommand = 'bigDataClusters.command.refreshmount'; export const DeleteMountCommand = 'bigDataClusters.command.deletemount';