@fbl-plugins/k8s-kubectl
Version:
FBL plugin for K8s Kubectl CLI
13 lines (12 loc) • 463 B
TypeScript
import { ActionHandler, ActionProcessor, IActionHandlerMetadata, IContext, ActionSnapshot, IDelegatedParameters } from 'fbl';
export declare class GetOneActionHandler extends ActionHandler {
private static metadata;
/**
* @inheritdoc
*/
getMetadata(): IActionHandlerMetadata;
/**
* @inheritdoc
*/
getProcessor(options: any, context: IContext, snapshot: ActionSnapshot, parameters: IDelegatedParameters): ActionProcessor;
}