UNPKG

@mittwald/kubernetes

Version:

Kubernetes client library

8 lines 285 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PatchType = void 0; var PatchType; (function (PatchType) { PatchType["JSONPath"] = "JSONPatch"; })(PatchType = exports.PatchType || (exports.PatchType = {})); //# sourceMappingURL=patchtype.js.map