intellij-kubernetes
intellij-kubernetes copied to clipboard
OpenShift support doesn't work recursively for `kind: "Template"`
When creating an OpenShift template (kind: "Template"
), there is an objects
key which accepts any object with a 'kind' and 'apiVersion' field.
When creating objects within the objects
key, the autocomplete and error support isn't followed. This would be amazing if it could work for Templates!
Thanks for the suggestion! Unfortunately the way the code is structured makes this one a bit challenging. I'm going to release an update to support Kubernetes 1.9 first, and will work on supporting this feature after that.
Great! Thanks for the reply! This would be an awesome feature =)
From: Nick Tinsley [email protected] [email protected]
Reply: tinselspoon/intellij-kubernetes
[email protected]
[email protected]
Date: December 29, 2017 at 13:00:34
To: tinselspoon/intellij-kubernetes [email protected]
[email protected]
CC: Will Gordon [email protected] [email protected], Author
[email protected] [email protected]
Subject: Re: [tinselspoon/intellij-kubernetes] OpenShift support doesn't
work recursively for kind: "Template"
(#7)
Thanks for the suggestion! Unfortunately the way the code is structured
makes this one a bit challenging. I'm going to release an update to support Kubernetes 1.9 first, and will work on supporting this feature after that.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/tinselspoon/intellij-kubernetes/issues/7#issuecomment-354479324, or mute the thread https://github.com/notifications/unsubscribe-auth/AVMXpBj3hVnI2t4ot3OANltqOgsgwd0lks5tFSjCgaJpZM4Q4Uuf .
I would really appreciate this feature!
Without one can only use this in a limited way, because I write templates for nearly every artifact to be able to parametrize the template.