Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CrioClient ¶
type CrioClient interface { DaemonInfo() (types.CrioInfo, error) ContainerInfo(string) (*types.ContainerInfo, error) }
CrioClient is an interface to get information from crio daemon endpoint.
Click to show internal directories.
Click to hide internal directories.