Documentation ¶
Overview ¶
Package remote contains gRPC implementation of internalapi.RuntimeService and internalapi.ImageManagerService.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrContainerStatusNil = errors.New("container status is nil")
ErrContainerStatusNil indicates that the returned container status is nil.
Functions ¶
func NewRemoteImageService ¶
func NewRemoteImageService(endpoint string, connectionTimeout time.Duration) (internalapi.ImageManagerService, error)
NewRemoteImageService creates a new internalapi.ImageManagerService.
func NewRemoteRuntimeService ¶
func NewRemoteRuntimeService(endpoint string, connectionTimeout time.Duration) (internalapi.RuntimeService, error)
NewRemoteRuntimeService creates a new internalapi.RuntimeService.
Types ¶
type CRIVersion ¶ added in v1.23.0
type CRIVersion string
CRIVersion is the type for valid Container Runtime Interface (CRI) API versions.
const ( // CRIVersionV1 references the v1 CRI API. CRIVersionV1 CRIVersion = "v1" // CRIVersionV1alpha2 references the v1alpha2 CRI API. CRIVersionV1alpha2 CRIVersion = "v1alpha2" )
Source Files ¶
Click to show internal directories.
Click to hide internal directories.