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

Method Version

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

Version returns the runtime name, runtime version, and runtime API version.

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

Source from the content-addressed store, hash-verified

3698type RuntimeServiceClient interface {
3699 // Version returns the runtime name, runtime version, and runtime API version.
3700 Version(ctx context.Context, in *VersionRequest, opts ...grpc.CallOption) (*VersionResponse, error)
3701 // RunPodSandbox creates and starts a pod-level sandbox. Runtimes must ensure
3702 // the sandbox is in the ready state on success.
3703 RunPodSandbox(ctx context.Context, in *RunPodSandboxRequest, opts ...grpc.CallOption) (*RunPodSandboxResponse, error)

Callers 1

Implementers 1

runtimeServiceClientcri/runtime/api.pb.go

Calls

no outgoing calls

Tested by

no test coverage detected