MCPcopy Create free account
hub / github.com/weaveworks/scope / ListImages

Method ListImages

cri/runtime/api.pb.go:4551–4551  ·  view source on GitHub ↗

ListImages lists existing images.

(ctx context.Context, in *ListImagesRequest, opts ...grpc.CallOption)

Source from the content-addressed store, hash-verified

4549type ImageServiceClient interface {
4550 // ListImages lists existing images.
4551 ListImages(ctx context.Context, in *ListImagesRequest, opts ...grpc.CallOption) (*ListImagesResponse, error)
4552 // ImageStatus returns the status of the image. If the image is not
4553 // present, returns a response with ImageStatusResponse.Image set to
4554 // nil.

Callers 1

Implementers 1

imageServiceClientcri/runtime/api.pb.go

Calls

no outgoing calls

Tested by

no test coverage detected