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
The attributes that are marked as nullable and non-nullable are out of sync between the Cluster API and the client. Every attribute should be checked and updated if needed.
The text was updated successfully, but these errors were encountered:
To fully match the objects in the Cluster API, we could consider using the create/update models from the Cluster API. Right now, the models in this package represent the entity (i.e. VirtualHost) and are used for all CRUD actions.
That will be a breaking change, so let's discuss this first.
The attributes that are marked as nullable and non-nullable are out of sync between the Cluster API and the client. Every attribute should be checked and updated if needed.
The text was updated successfully, but these errors were encountered: