servicebinding / spec

Specification for binding services to k8s workloads
https://servicebinding.io
Apache License 2.0
92 stars 35 forks source link

Clarify binding name collisions #227

Closed scothis closed 5 months ago

scothis commented 6 months ago

Because service bindings are inherently decentralized, there is no way to universally detect a name collision. Users are encouraged to avoid colliding names as the behavior is undefined by the spec. Implementations may check for known collisions to display a more meaningful to the user, but detection cannot be guaranteed as it's at best a good faith attempt.