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
With 5.0.0, CustomResource are now parameterized with status and spec types allowing very compact, boilerplate-free definition of custom resource implementations. However, the status and spec fields are not currently automatically created which leads to awkward code to avoid NPEs.
The client should therefore attempt to instantiate the associated field where possible, provided the availability of a no-arg constructor for these types.
The text was updated successfully, but these errors were encountered:
With 5.0.0,
CustomResource
are now parameterized with status and spec types allowing very compact, boilerplate-free definition of custom resource implementations. However, the status and spec fields are not currently automatically created which leads to awkward code to avoid NPEs.The client should therefore attempt to instantiate the associated field where possible, provided the availability of a no-arg constructor for these types.
The text was updated successfully, but these errors were encountered: