Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BindingSpecChecksum ¶
func BindingSpecChecksum(spec servicecatalog.BindingSpec) string
BindingSpecChecksum calculates a checksum of the given BindingSpec based on the following fields:
- InstanceRef.Name - Parameters - ExternalID
func BrokerSpecChecksum ¶ added in v0.0.14
func BrokerSpecChecksum(spec servicecatalog.BrokerSpec) string
BrokerSpecChecksum calculates a sha256 hash for the given BrokerSpec based on the following fields: - URL - AuthInfo (may be nil, but special handling is unnecessary with %v)
func InstanceSpecChecksum ¶
func InstanceSpecChecksum(spec servicecatalog.InstanceSpec) string
InstanceSpecChecksum calculates a checksum of the given InstanceSpec based on the following fields;
- ServiceClassName - PlanName - Parameters - ExternalID
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.