jvm-operators / abstract-operator

Library/SDK for creating the operators for Kubernetes and Openshift.
Apache License 2.0
60 stars 17 forks source link

EntityInfo (iface -> abstract class) #23

Closed jkremser closed 6 years ago

jkremser commented 6 years ago

This is a breaking change! Instead of forcing the children classes of EntityInfo to override the getter and setter for name, the name is stored on this abstract class. This also means that name doesn't have to be present in the json schema for CR or CM.