Documentation
¶
Index ¶
Constants ¶
Variables ¶
This section is empty.
Functions ¶
func CheckPathWritableProcess ¶ added in v1.5.15
func CheckPathWritableRunc ¶ added in v1.5.15
func CheckPathWritableRunc(ctx context.Context, r ociruntime.OciRuntime, sidecar SidecarOpts, targetPath string) error
Types ¶
type Diskfill ¶ added in v1.4.0
type Diskfill interface {
Exited() (bool, error)
Start() error
Stop() error
Args() []string
Noop() bool
}
func NewDiskfillProcess ¶ added in v1.4.0
func NewDiskfillRunc ¶ added in v1.4.0
func NewDiskfillRunc(ctx context.Context, r ociruntime.OciRuntime, sidecar SidecarOpts, opts Opts) (Diskfill, error)
type Opts ¶
type SidecarOpts ¶
type SidecarOpts struct {
TargetProcess ociruntime.LinuxProcessInfo
Id string
}
Click to show internal directories.
Click to hide internal directories.