vscode-kubernetes-tools-api
Version:
Documents and encapsulates the API for the Kubernetes extension for Visual Studio Code
12 lines • 572 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
var CloudExplorerV1;
(function (CloudExplorerV1) {
/**
* If you want the Kubernetes extension to provide the standard 'Merge into Kubeconfig'
* and 'Save Kubeconfig' commands on a resource in your tree, include this string in
* the tree item's contextValue.
*/
CloudExplorerV1.SHOW_KUBECONFIG_COMMANDS_CONTEXT = "kubernetes.providesKubeconfig";
})(CloudExplorerV1 = exports.CloudExplorerV1 || (exports.CloudExplorerV1 = {}));
//# sourceMappingURL=v1.js.map
;