package
0.0.0-20240905184220-0a5f9d4d9d01
Repository: https://github.com/datadog/chaos-controller.git
Documentation: pkg.go.dev

# Functions

NewManager creates a new cgroup manager from the given cgroup root path.
NewManagerMock creates a new instance of ManagerMock.

# Structs

ManagerMock is an autogenerated mock type for the Manager type.
No description provided by the author
ManagerMock_IsCgroupV2_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'IsCgroupV2'.
ManagerMock_Join_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Join'.
ManagerMock_Read_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Read'.
ManagerMock_ReadCPUSet_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ReadCPUSet'.
ManagerMock_RelativePath_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'RelativePath'.
ManagerMock_Write_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Write'.

# Interfaces

Manager represents a cgroup manager able to join the given cgroup.