Skip to content

nphs2wb/intellij-kubernetes

 
 

Repository files navigation

Kubernetes support for IntelliJ

Provides assistance for editing YAML files containing Kubernetes resources for IntelliJ IDEA.

YAML files are auto-detected - add in a kind or apiVersion element at the top level and the completion will be activated.

OpenShift completion is optional and disabled by default. To add OpenShift completion or change the version of Kubernetes in use, go to Settings > Languages > Kubernetes and OpenShift.

Features

  • Auto-completion of properties within resources.
  • Popup documentation of properties.
  • Inspections to detect and fix invalid, duplicated, and missing required properties.
  • Supports Kubernetes top-level resources with definitions from the Kubernetes swagger specs.

Current Limitations

  • Only YAML files are supported; no JSON support.

About

Kubernetes (and OpenShift) language support for IntelliJ IDEA

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Java 100.0%