All Projects → tinselspoon → intellij-kubernetes

tinselspoon / intellij-kubernetes

Licence: Apache-2.0 license
Kubernetes (and OpenShift) language support for IntelliJ IDEA

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to intellij-kubernetes

DockDockBuild
Support for running UNIX Makefiles on a Docker container
Stars: ✭ 43 (+65.38%)
Mutual labels:  intellij
intellij-quarkus
IntelliJ Quarkus Tools
Stars: ✭ 83 (+219.23%)
Mutual labels:  intellij
aem-intellij-plugin
IntelliJ Platform plugin for AEM (Adobe Experience Manager).
Stars: ✭ 26 (+0%)
Mutual labels:  intellij
getx-snippets-intelliJ
An extension to accelerate the process of developing applications with flutter, aimed at everyone using the GetX package.
Stars: ✭ 52 (+100%)
Mutual labels:  intellij
reedelk-runtime
Reedelk Runtime Platform Community Edition
Stars: ✭ 25 (-3.85%)
Mutual labels:  intellij
intellij-blackconnect
IDEA plugin for using black[d] during Python development.
Stars: ✭ 55 (+111.54%)
Mutual labels:  intellij
open-in-intellij
Extension for Google Chrome to open resources from the Dev Tools directly inside your IntelliJ IDE (WebStorm, PHPStorm etc.)
Stars: ✭ 39 (+50%)
Mutual labels:  intellij
intellij-background-chibichara
drawing plugin chibichara coner of your editor, for intellij etc
Stars: ✭ 53 (+103.85%)
Mutual labels:  intellij
IDEACodeTools
Intellij IDEA plugin for some code tools
Stars: ✭ 20 (-23.08%)
Mutual labels:  intellij
Student-Information-Administration-System
大学生信息管理系统——初学路上自己摸索实践的项目
Stars: ✭ 91 (+250%)
Mutual labels:  intellij
intelliroutes
Support for Play Routes in IntelliJ IDEA
Stars: ✭ 21 (-19.23%)
Mutual labels:  intellij
SideMirror
An Android Studio plugin to mirror your android devices with scrcpy directly from Android Studio.
Stars: ✭ 49 (+88.46%)
Mutual labels:  intellij
backgroundImagePlus
Cycle random background images in IntelliJ
Stars: ✭ 99 (+280.77%)
Mutual labels:  intellij
XcodeTheme
 Xcode Light & Dark Theme for JetBrains IDEs (IntelliJ IDEA, PyCharm, RubyMine, PhpStorm, WebStorm, etc)
Stars: ✭ 136 (+423.08%)
Mutual labels:  intellij
san-jose-theme
A custom Terminal & IntelliJ theme (inspired by PatMurrayDEV -> Apple's WWDC 2017 session slides)
Stars: ✭ 64 (+146.15%)
Mutual labels:  intellij
IntelliJ-Luanalysis
Type-safe Lua IDE Plugin for IntelliJ IDEA
Stars: ✭ 118 (+353.85%)
Mutual labels:  intellij
uuid-generator-plugin
An IntelliJ Idea plugin to generate UUID (Universally Unique Identifier), ULID (Universally Unique Lexicographically Sortable Identifier) and CUID (Collision Resistant Unique Identifier)
Stars: ✭ 30 (+15.38%)
Mutual labels:  intellij
TranslationPlugin
Translation plugin for IntelliJ based IDEs/Android Studio/HUAWEI DevEco Studio.
Stars: ✭ 9,375 (+35957.69%)
Mutual labels:  intellij
watchdog
IntelliJ & Eclipse plugin for monitoring how Java applications are developed and tested
Stars: ✭ 18 (-30.77%)
Mutual labels:  intellij
gradle-dependencies-plugins-helper-plugin
This is an IntelliJ IDEA plugin for searching dependencies/plugins from JCentral/GradlePlugins inside Gradle projects.
Stars: ✭ 33 (+26.92%)
Mutual labels:  intellij

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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].