Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewRuncStateCgroupPathResolver ¶
func NewRuncStateCgroupPathResolver(stateStorePath string) *resolver
Types ¶
type CgroupPathResolver ¶
type CgroupStopper ¶
type CgroupStopper struct {
// contains filtered or unexported fields
}
func New ¶
func New(cgroupPathResolver CgroupPathResolver, killer Killer, retrier Retrier) *CgroupStopper
type DefaultKiller ¶
type DefaultKiller struct{}
type NoopStopper ¶
type NoopStopper struct { }
func NewNoopStopper ¶
func NewNoopStopper() *NoopStopper
func (NoopStopper) Stop ¶
func (s NoopStopper) Stop() error
Source Files ¶
Click to show internal directories.
Click to hide internal directories.