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 ClusterClass and managed topologies proposal introduced an initial set of web hook validation rules.
This issue is about adding more validation rules in order to make things even more robust, e.g.
Ensure all Ref are valid (*)
Ref can only reference template objects (Kind ends with Template suffix)
namespace if set should be a valid namespace name
apiVersion must be set and be a valid
kind must be set and be a valid
name must be set and be a valid (extends the first rule in this sublist)
Ensure all the required Ref exists in a ClusterClass
TDB ensure the user can't change a Cluster from unmanned to managed
...
(*) Ideally this should be consistent with all the other references existing in the API types
/kind feature
The text was updated successfully, but these errors were encountered:
Detailed Description
This is a follow up of #4928 (comment)
The ClusterClass and managed topologies proposal introduced an initial set of web hook validation rules.
This issue is about adding more validation rules in order to make things even more robust, e.g.
(*) Ideally this should be consistent with all the other references existing in the API types
/kind feature
The text was updated successfully, but these errors were encountered: