UNPKG

@veecode-platform/safira-cli

Version:

Generate a microservice project from your spec.

15 lines (14 loc) 555 B
export declare class AssociatePlugin { private static _instance; private constructor(); add(resourceName: string, resourceType: ResourceType, k8sNamespace: string, pluginsList: string[]): Promise<void>; remove(resourceName: string, resourceType: ResourceType, k8sNamespace: string, pluginsListRemove: string[]): Promise<void>; private _extractPlugins; private _loadConfig; private _applyConfig; static get instance(): AssociatePlugin; } export declare enum ResourceType { ingress = "ingress", service = "service" }