Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CRIService ¶
type CRIService interface {
runtime.RuntimeServiceServer
runtime.ImageServiceServer
Register(*grpc.Server, *grpc.Server)
Controller(string) (controller.Controller, error)
}
func NewCRIService ¶
func NewCRIService(client *containerd.Client) (CRIService, error)
func NewFakeCRIService ¶
func NewFakeCRIService(containerdCRI ContainerdCRIService, controllers ControllerService) CRIService
type ContainerInfo ¶
type ContainerInfo struct {
Pid int `json:"pid"`
}
type ContainerdCRIService ¶
type ContainerdCRIService interface {
containerdCRIserver.CRIService
}
type ControllerService ¶
type ControllerService interface {
Controller(string) (controller.Controller, bool)
CreateController(string)
refunction.RefunctionServiceServer
}
func NewControllerService ¶
func NewControllerService() ControllerService
func NewFakeControllerService ¶
func NewFakeControllerService(creator func() controller.Controller) ControllerService
Source Files
¶
Directories
¶
| Path | Synopsis |
|---|---|
|
api
|
|
|
refunction/v1alpha
Package refunctionv1alpha is a generated protocol buffer package.
|
Package refunctionv1alpha is a generated protocol buffer package. |
|
Code generated by counterfeiter.
|
Code generated by counterfeiter. |
Click to show internal directories.
Click to hide internal directories.