Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DockerService ¶
type DockerService struct {
// contains filtered or unexported fields
}
func NewDockerClient ¶
func NewDockerClient(timeout time.Duration) (*DockerService, error)
func (*DockerService) ListContainer ¶
func (c *DockerService) ListContainer() ([]Container, error)
func (*DockerService) ListPodSandbox ¶
func (c *DockerService) ListPodSandbox() ([]Container, error)
type Interface ¶
func GetRuntime ¶
func GetRuntime() Interface
type RemoteRuntimeService ¶
type RemoteRuntimeService struct {
// contains filtered or unexported fields
}
RemoteRuntimeService is a gRPC implementation of internalapi.RuntimeService.
func NewRemoteRuntimeService ¶
func NewRemoteRuntimeService(endpoint string, connectionTimeout time.Duration) (*RemoteRuntimeService, error)
NewRemoteRuntimeService creates a new internalapi.RuntimeService.
func (*RemoteRuntimeService) ListPodSandbox ¶
func (r *RemoteRuntimeService) ListPodSandbox() ([]Container, error)
ListPodSandbox returns a list of PodSandboxes.
Click to show internal directories.
Click to hide internal directories.