MCPcopy Index your code
hub / github.com/APIParkLab/APIPark / Versions

Method Versions

gateway/resource.go:31–31  ·  view source on GitHub ↗
(ctx context.Context, matchLabels map[string]string)

Source from the content-addressed store, hash-verified

29type IDynamicClient interface {
30 IResourceClient[DynamicRelease]
31 Versions(ctx context.Context, matchLabels map[string]string) (map[string]string, error)
32 Version(ctx context.Context, resourceId string) (string, error)
33}
34

Callers 1

ListMethod · 0.65

Implementers 1

DynamicClientgateway/apinto/dynamic.go

Calls

no outgoing calls

Tested by

no test coverage detected