palette-sdk-typescript
Version:
TypeScript SDK for Spectro Cloud Palette API
36 lines • 1.03 kB
JavaScript
;
/**
* Copyright (c) Spectro Cloud
* SPDX-License-Identifier: Apache-2.0
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.ResourceLimitType = void 0;
// eslint-disable-next-line @typescript-eslint/no-redeclare
exports.ResourceLimitType = {
user: 'user',
project: 'project',
apiKey: 'apiKey',
team: 'team',
role: 'role',
cloudaccount: 'cloudaccount',
clusterprofile: 'clusterprofile',
workspace: 'workspace',
registry: 'registry',
privategateway: 'privategateway',
location: 'location',
certificate: 'certificate',
macro: 'macro',
sshkey: 'sshkey',
alert: 'alert',
spectrocluster: 'spectrocluster',
edgehost: 'edgehost',
appprofile: 'appprofile',
appdeployment: 'appdeployment',
edgetoken: 'edgetoken',
clustergroup: 'clustergroup',
filter: 'filter',
systemadmin: 'systemadmin',
spcpolicy: 'spcpolicy',
clustertemplate: 'clustertemplate',
};
//# sourceMappingURL=resourceLimitType.js.map