This is an automated email from the ASF dual-hosted git repository. jhorvath pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/netbeans.git
commit ecb927ceb354f0eafa9f90adc45661da31f97dc0 Merge: d04b41df21c 6525b635d0e Author: jhorvath <[email protected]> AuthorDate: Mon Oct 7 10:26:48 2024 +0200 Merge pull request #7834 from jhorvath/swith-cluster-namespace Adding action for switching of a namespace on k8s cluster .../cloud/oracle/assets/KubernetesUtils.java | 143 +++++++++++++++++++++ .../cloud/oracle/assets/RunInClusterAction.java | 124 +----------------- .../oracle/assets/SetClusterNamespaceAction.java | 126 ++++++++++++++++++ .../oracle/assets/SetReferenceNameAction.java | 1 + .../modules/cloud/oracle/compute/ClusterItem.java | 11 ++ .../integration/LspAssetsDecorationProvider.java | 8 ++ .../netbeans/modules/nbcode/integration/layer.xml | 1 + java/java.lsp.server/vscode/package.json | 14 ++ java/java.lsp.server/vscode/src/extension.ts | 6 +- 9 files changed, 313 insertions(+), 121 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
