cassandra-operator icon indicating copy to clipboard operation
cassandra-operator copied to clipboard

restructure whole operator so it is api-version agnostic

Open smiklosovic opened this issue 5 years ago • 0 comments

Ideally, we should have "core" of operator written in such way it is irrelevant what API we are using. Right now, the version of API is intrinsically tightly-coupled with the logic. The core of operator should work without any notion of API version so we can develop APIs independently from the core deployment logic.

smiklosovic avatar Feb 14 '20 20:02 smiklosovic