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
For API definitions we use the required property in the k8s spec to decide where the argument should go.
Models also have required properties, but we don't do anything with them. We should probably do something with them. At the very least update our documentation to show which properties are required. Perhaps even enforce them with @enforce_keys, though this could make building models more awkward so may not be worth it...
The text was updated successfully, but these errors were encountered:
For API definitions we use the required property in the k8s spec to decide where the argument should go.
Models also have required properties, but we don't do anything with them. We should probably do something with them. At the very least update our documentation to show which properties are required. Perhaps even enforce them with
@enforce_keys
, though this could make building models more awkward so may not be worth it...The text was updated successfully, but these errors were encountered: