runtime

package
v1.12.0 Latest Latest
Warning

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

Go to latest
Published: Nov 9, 2018 License: Apache-2.0 Imports: 1 Imported by: 2

Documentation

Overview

Package runtime defines the common interfaces for all runtimes.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ImageManagerService

type ImageManagerService interface {
	cri.ImageManagerService

	// ServiceName method is used to log out with service's name
	ServiceName() string
}

ImageManagerService interface should be implemented by a container image manager. The methods should be thread-safe.

type RuntimeService

type RuntimeService interface {
	cri.RuntimeService

	// ServiceName method is used to log out with service's name
	ServiceName() string
}

RuntimeService interface should be implemented by a container runtime. The methods should be thread-safe.

Jump to

Keyboard shortcuts

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