Skip to content

Commit

Permalink
Adopt new K8s ext API to contribute openshift nodes to the tree
Browse files Browse the repository at this point in the history
  • Loading branch information
dgolovin committed May 16, 2019
1 parent 95404ec commit c4d6660
Show file tree
Hide file tree
Showing 3 changed files with 103 additions and 51 deletions.
67 changes: 21 additions & 46 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 13 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"icon": "images/openshift_extension.png",
"activationEvents": [
"onView:openshiftProjectExplorer",
"onView:extension.vsKubernetesExplorer",
"onCommand:openshift.about",
"onCommand:openshift.output",
"onCommand:openshift.openshiftConsole.palette",
Expand Down Expand Up @@ -337,6 +338,11 @@
"command": "openshift.service.delete.palette",
"title": "Delete Service",
"category": "OpenShift"
},
{
"command": "openshift.useProject",
"title": "Use Project",
"category": "OpenShift"
}
],
"viewsContainers": {
Expand Down Expand Up @@ -594,6 +600,10 @@
"command": "openshift.url.open",
"when": "view == openshiftProjectExplorer && viewItem == component_route",
"group": "inline"
},
{
"command": "openshift.useProject",
"when": "viewItem =~ /\\.openshift\\.inactiveProject/i"
}
]
},
Expand Down Expand Up @@ -658,7 +668,6 @@
"tmp": "0.0.33",
"tslint": "^5.16.0",
"typescript": "^3.4.5",
"vscode": "1.1.33",
"walker": "^1.0.7"
},
"dependencies": {
Expand All @@ -678,7 +687,9 @@
"shelljs": "^0.8.3",
"string-format": "^2.0.0",
"targz": "^1.0.1",
"vscode": "^1.1.33",
"unzip-stream": "^0.3.0",
"validator": "^10.11.0"
"validator": "^10.11.0",
"vscode-kubernetes-tools-api": "0.0.7"
}
}
Loading

0 comments on commit c4d6660

Please sign in to comment.