MCPcopy
hub / github.com/kcp-dev/kcp / Index

Interface Index

pkg/proxy/index/index_controller.go:51–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49)
50
51type Index interface {
52 LookupURL(path logicalcluster.Path) (index.Result, bool)
53}
54
55type ClusterClientGetter func(shard *corev1alpha1.Shard) (kcpclientset.ClusterInterface, error)
56

Callers

nothing calls this directly

Implementers 1

Statepkg/index/index.go

Calls

no outgoing calls

Tested by

no test coverage detected