machine-controller-manager icon indicating copy to clipboard operation
machine-controller-manager copied to clipboard

Move all validation and defaulting to External WebHook

Open mvladev opened this issue 7 years ago • 1 comments

Validation and defaulting, should happen, before the resource is committed in the etcd. No validation or defaulting should happen in the controller: docs, setup, implementation

mvladev avatar Mar 06 '18 07:03 mvladev

Currently validation of objects like MachineClass only happen when a corresponding Machine for this is created. We will handle this in the controller runtime migration.

elankath avatar Feb 20 '23 10:02 elankath