Replies: 1 comment
-
I have the implementation of the proposal here - #306 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Problem
Currently, to provide a supported version of Kepler API and to prevent API breakage (bad UX), we disallow features such as
Proposal: new
Internal
APIThe proposal is to introduce a new
internal
api -KeplerInternal
that allows all the above + more. Users of Kepler Operator can use any internal api at their own risk but the internal API/Custom Resource should be treated as implementation details (that can change without notice).As features stablise in internal API, they can be migrated to the Public API -
Kepler
Advantages
production
to remain stableexperimental
features to be shipped to users quickly (like any regular release)Usecase
kepler-internal
CR, and provide feedback.Beta Was this translation helpful? Give feedback.
All reactions