UNPKG

@fbl-plugins/k8s-kubectl

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