UNPKG

@fbl-plugins/k8s-kubectl

Version:
26 lines 861 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DeleteActionHandler = void 0; const fbl_1 = require("fbl"); const processors_1 = require("../processors"); class DeleteActionHandler extends fbl_1.ActionHandler { /* istanbul ignore next */ /** * @inheritdoc */ getMetadata() { return DeleteActionHandler.metadata; } /** * @inheritdoc */ getProcessor(options, context, snapshot, parameters) { return new processors_1.DeleteActionProcessor(options, context, snapshot, parameters); } } exports.DeleteActionHandler = DeleteActionHandler; DeleteActionHandler.metadata = { id: 'com.fireblink.fbl.plugins.k8s.kubectl.delete', aliases: ['fbl.plugins.k8s.kubectl.delete', 'k8s.kubectl.delete', 'kubectl.delete'], }; //# sourceMappingURL=DeleteActionHandler.js.map