mittwald / harbor-operator

A Kubernetes operator for managing goharbor instances
Apache License 2.0
20 stars 4 forks source link

delete a resource, even if it is not yet ready #23

Closed jkmw closed 4 years ago

jkmw commented 4 years ago

Currently only "ready" resources can be deleted. In my opinion resources should be deletable at any time...

To achieve this it was necessary to remove all test cases that use the goharbor client. At least until the client supports mocking.