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

Method CreateContainer

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

CreateContainer creates a new container in specified PodSandbox

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

Source from the content-addressed store, hash-verified

3723 ListPodSandbox(ctx context.Context, in *ListPodSandboxRequest, opts ...grpc.CallOption) (*ListPodSandboxResponse, error)
3724 // CreateContainer creates a new container in specified PodSandbox
3725 CreateContainer(ctx context.Context, in *CreateContainerRequest, opts ...grpc.CallOption) (*CreateContainerResponse, error)
3726 // StartContainer starts the container.
3727 StartContainer(ctx context.Context, in *StartContainerRequest, opts ...grpc.CallOption) (*StartContainerResponse, error)
3728 // StopContainer stops a running container with a grace period (i.e., timeout).

Implementers 1

runtimeServiceClientcri/runtime/api.pb.go

Calls

no outgoing calls

Tested by

no test coverage detected