You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that shape of the object produced by individual
jsonnet library agreed to be following:
```
{
hidden:: { ... }
component: {
resource1: { apiVersion: ... , kind: .... },
resource2: { apiVersion: ... , kind: .... },
}
}
```
so that std.objectFields(obj) returns an object
made of kubernetes object to apply.
Hidden fields are then can be used for cooperation
on values, such as `_config::`
This commit brings produced output in line with convention above
0 commit comments