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
Wondering if it'd make sense to generate Model.with_name functions for each model that could have a name. For example, I might want to create a namespace with only a name, so:
Naming objects you create with kazan is not ideal right now - names live inside ObjectMeta, so you need to do something like:
It might be worth exploring a pipe function that sets the name/other metadata:
or
It's not clear what module these functions could live in. But it's worth thinking about.
The text was updated successfully, but these errors were encountered: