containerd/pkg/reference
Sebastiaan van Stijn fec33aa735
pkg/reference: deprecate SplitObject
The behavior of this function is quite counter-intuitive, as it preserves
the delimiter in the result, and its use for external consumers would be
very limited.

Spec.Digest no longer uses this function, and it appears that BuildKit is
currently the only (publicly visible) external consumer of it.

This patch deprecates the function.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-06-27 22:11:42 +02:00
..
reference_test.go pkg/reference: SplitObject: zero allocations 2024-06-27 12:05:10 +02:00
reference.go pkg/reference: deprecate SplitObject 2024-06-27 22:11:42 +02:00