(ctx context.Context, matchLabels map[string]string)
| 29 | type 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 |
no outgoing calls
no test coverage detected