Contribute to Kubernetes cloud explorer#2962
Contribute to Kubernetes cloud explorer#2962mohitsuman merged 5 commits intoredhat-developer:mainfrom
Conversation
7538cf4 to
df71623
Compare
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #2962 +/- ##
==========================================
- Coverage 37.90% 37.63% -0.28%
==========================================
Files 61 62 +1
Lines 3841 3938 +97
Branches 744 755 +11
==========================================
+ Hits 1456 1482 +26
- Misses 2385 2456 +71
☔ View full report in Codecov by Sentry. |
msivasubramaniaan
left a comment
There was a problem hiding this comment.
LGTM
Tested in my local and it works as expected
|
@JessicaJHee Let's add tooltip for Developer Sandbox and OpenShift Local. |
Updates kubernetes tools cloud explorer with options to signup for Developer Sandbox and Local OpenShift
Signed-off-by: Denis Golovin dgolovin@redhat.com
Signed-off-by: Denis Golovin dgolovin@redhat.com
Signed-off-by: Denis Golovin dgolovin@redhat.com
df71623 to
23a2fe7
Compare
|
| private buildOpenshiftLocalItem() { | ||
| const openshiftLocalItem = new RedHatCloudItem('Openshift Local'); | ||
| openshiftLocalItem.tooltip = 'Provision OpenShift 4 cluster to your local computer.'; | ||
| openshiftLocalItem.iconPath = new vscode.ThemeIcon('symbol-folder'); |
There was a problem hiding this comment.
@JessicaJHee We should use the vm icon here for OpenShift local.
| const signupStatus = await RedHatTreeDataProvier.getSandboxSignupStatus(); | ||
| const sandboxItem = new RedHatCloudItem('Developer Sandbox'); | ||
| sandboxItem.tooltip = 'Get 30-days free access to a shared OpenShift and Kubernetes cluster.'; | ||
| sandboxItem.iconPath = new vscode.ThemeIcon('vm'); |
There was a problem hiding this comment.
@JessicaJHee We should use the openshift logo icon here instead of vm one.
mohitsuman
left a comment
There was a problem hiding this comment.
Change the icons for the cluster providers.
Signed-off-by: Jessica He <jhe@redhat.com>
23a2fe7 to
c9c6da1
Compare

Closes #2620