Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DummyExternalManager ¶
type DummyExternalManager struct {
cgroupid.CgroupIDManager
network.NetworkManager
rdt.RDTManager
}
func (*DummyExternalManager) Run ¶
func (d *DummyExternalManager) Run(_ context.Context)
type ExternalManager ¶
type ExternalManager interface {
cgroupid.CgroupIDManager
network.NetworkManager
rdt.RDTManager
Run(ctx context.Context)
}
ExternalManager contains a set of managers that execute configurations beyond the OCI spec.
func InitExternalManager ¶
func InitExternalManager(podFetcher pod.PodFetcher) ExternalManager
InitExternalManager initializes an externalManagerImpl
Click to show internal directories.
Click to hide internal directories.