Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ImageService ¶
type ImageService struct {
// contains filtered or unexported fields
}
func NewImageService ¶
func NewImageService(runtimeEndpoint string) (*ImageService, error)
func (ImageService) GetFsInfo ¶
func (svc ImageService) GetFsInfo(ctx context.Context) ([]*proto.FilesystemUsage, error)
func (ImageService) ListImages ¶
type RemoteService ¶
type RemoteService struct {
// contains filtered or unexported fields
}
func NewRuntimeService ¶
func NewRuntimeService(runtimeEndpoint string) (*RemoteService, error)
func (RemoteService) PrintEvents ¶
func (svc RemoteService) PrintEvents(ctx context.Context) error
Click to show internal directories.
Click to hide internal directories.