mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-12 16:10:05 +01:00
feat(k8s): expose attrName in list of kubernetes types
This commit is contained in:
parent
ff59c7d905
commit
bdc145e2bb
9 changed files with 551 additions and 0 deletions
|
|
@ -399,6 +399,7 @@ let
|
|||
group = "${rt.group}";
|
||||
version = "${rt.version}";
|
||||
kind = "${rt.kind}";
|
||||
attrName = "${rt.attrName}";
|
||||
}'') resourceTypes)}];
|
||||
|
||||
resources = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue