machine-controller-manager
machine-controller-manager copied to clipboard
Move all validation and defaulting to External WebHook
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
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.