Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible to make IntelliJ recognize and display tooltips for Istio objects?

IntelliJ IDEA 2018.3 doesn't recognize Istio objects (CRDs). Is it possible to make IntelliJ recognize and display tooltips for Istio objects? I searched for plugins - there isn't a istio plugin. I do have Kubernetes plugin installed.

s it p

enter image description here

like image 955
user674669 Avatar asked Oct 21 '25 04:10

user674669


1 Answers

The Kubernetes plugin now supports custom resource. You can add a custom resource for Istio by URL https://raw.githubusercontent.com/istio/api/master/kubernetes/customresourcedefinitions.gen.yaml in "Preferences | Languages & Frameworks | Kubernetes".

like image 102
johnlinp Avatar answered Oct 23 '25 00:10

johnlinp