Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FSManager ¶
type FSManager struct {
// contains filtered or unexported fields
}
func NewFSManager ¶
func NewFSManager(shutdownCtx context.Context, options ...FSManagerOption) (*FSManager, error)
func (*FSManager) RemoveGroup ¶
type FSManagerOption ¶
type FSManagerOption func(*fSManagerConfig)
func WithRootPath ¶
func WithRootPath(rootPath string) FSManagerOption
func WithServerCGroupName ¶
func WithServerCGroupName(serverCGroupName string) FSManagerOption
func WithTargetMaxMemoryBytes ¶
func WithTargetMaxMemoryBytes(targetMaxMemoryBytes int) FSManagerOption
Click to show internal directories.
Click to hide internal directories.