-
Notifications
You must be signed in to change notification settings - Fork 385
What are we going to do to change the public data types? #638
Comments
Moving this to the beta release milestone. |
I'd like everyone to look at our data types ( |
For top-level names: In the context of Service-Catalog and Service-Broker, I think the ServiceClass and ServicePlan names are the odd ones out and should be Within the context of kubernetes, |
I'd like to better understand why we need a Checksum property. For Binding it should write-once so at worst we may need a boolean flag to indicate if we've created the binding on the broker yet or not. For Instances it seems like a boolean to indicate that we need to sync with the broker should be sufficient. Do we care which field changed? Especially when the checksum won't tell us which one, and right now only "plan" can change anyway. I'm not sure I see the value of the extra complexity of a Checksum when a boolean "dirty" type of flag will do. (edit) @vaikas-google explained why we need to use a checksum instead of a dirty bit - so we can drop that part of the conversation. |
Also, whether we keep checksum or not, it seems like that should be in the Status struct since its read-only to the user, right? |
I think checksum to status makes sense. |
For posterity: we need the checksum field because we can't query the OSB API to see what the last successful state we reconciled to was. (See #582 and #573) I agree - for now binding should be write-once. We could change to a boolean in the status if we wanted to. If we ever become able to update binding parameters, and we do not yet have a way to query the last values sent (see openservicebrokerapi/servicebroker#159), we would need to add the checksum back for bindings. |
How about #297 ? |
opened #852 to deal with the checksum topics |
@arschles can we close this since it appears we have PRs and issues to track the issues mentioned? |
I think #1080 supercedes this |
Data types should be cleaned up in preparation for our beta release (at which point we should keep them backward compatible. see https://github.com/kubernetes-incubator/service-catalog/wiki/Roadmap#010 for detail). Some ideas:
OSB
prefixes from some fields inInstance
s (Determine long-term plan for OSB Organization and Space GUIDs #583)Note that this issue specifically targets the
0.0.7
release for changes to the public data types. We will create another issue for future milestones if necessary.The text was updated successfully, but these errors were encountered: