cri

package
v1.6.3-rc1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 16, 2020 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type APIs

type APIs interface {
	GetRunningPodSandboxes(log logger.Logger) (map[string]*SandboxInfo, error)
}

type Client

type Client struct{}

func New

func New() *Client

func (*Client) GetRunningPodSandboxes

func (c *Client) GetRunningPodSandboxes(log logger.Logger) (map[string]*SandboxInfo, error)

GetRunningPodSandboxes get running sandboxIDs

type SandboxInfo

type SandboxInfo struct {
	ID        string
	Namespace string
	Name      string
	K8SUID    string
}

SandboxInfo provides container information

Directories

Path Synopsis
Package mock_cri is a generated GoMock package.
Package mock_cri is a generated GoMock package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL