Skip to content

Commit

Permalink
chore: 🔖 0.0.117
Browse files Browse the repository at this point in the history
Signed-off-by: wss <[email protected]>
  • Loading branch information
wss-git committed Apr 26, 2023
1 parent 4e6be83 commit 1533ae5
Show file tree
Hide file tree
Showing 6 changed files with 118 additions and 65 deletions.
173 changes: 111 additions & 62 deletions dist/index.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/lib/definition.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import _ from 'lodash';
export declare function clearInvalidField(data: any, invalidKeys: any): _.Dictionary<any>;
export declare function isAutoConfig(config: any): boolean;
export declare function isAutoPerformanceAsNas(config: any): boolean;
2 changes: 1 addition & 1 deletion dist/lib/fc/service.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export interface ServiceConfig {
logConfig?: LogConfig | 'auto' | 'Auto';
role?: string | RoleConfig;
vpcConfig?: VpcConfig | 'auto' | 'Auto';
nasConfig?: NasConfig | 'auto' | 'Auto';
nasConfig?: NasConfig | 'auto' | 'Auto' | 'autoPerformance';
ossMountConfig?: {
mountPoints: Array<{
endpoint: string;
Expand Down
3 changes: 3 additions & 0 deletions dist/lib/resource/nas.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ export interface NasSemiAutoConfig {
fcDir?: string;
}
export declare class AlicloudNas extends AlicloudClient {
private fileSystemType;
private isExtreme;
static transformMountpointFromRemoteToLocal({ serverAddr, mountDir }: {
serverAddr: any;
mountDir: any;
Expand All @@ -22,6 +24,7 @@ export declare class AlicloudNas extends AlicloudClient {
fcDir: any;
}): any;
static getUserId(runtime: any): number;
setFileSystemType(isExtreme: boolean): void;
getNasPopClient(): Promise<any>;
describeNasZones(): Promise<any>;
removeHelperService(serviceName: string): Promise<void>;
Expand Down
2 changes: 1 addition & 1 deletion dist/lib/resource/vpc.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ export declare class AlicloudVpc extends AlicloudClient {
vswitchId: any;
storageType: string;
};
getAvailableVSwitchId(vswitchIds: string[], nasZones: any, assumeYes?: boolean): Promise<any>;
getAvailableVSwitchId(vswitchIds: string[], nasZones: any, isExtreme: boolean, assumeYes: boolean): Promise<any>;
}
2 changes: 1 addition & 1 deletion publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Type: Component
Name: fc-deploy
Provider:
- 阿里云
Version: 0.0.116
Version: 0.0.117
Description: 阿里云函数计算基础组件
HomePage: https://github.com/devsapp/fc-base
Tags:
Expand Down

0 comments on commit 1533ae5

Please sign in to comment.