volume

package
v1.12.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 2, 2026 License: Apache-2.0 Imports: 16 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ChecksumCmdOptions added in v1.12.0

type ChecksumCmdOptions struct {
	types.GlobalCmdOptions

	VolumeName string
	NodeID     string
	AllVolumes bool
}

type ChecksumRequester added in v1.12.0

type ChecksumRequester struct {
	ChecksumCmdOptions
	// contains filtered or unexported fields
}

func (*ChecksumRequester) Cleanup added in v1.12.0

func (remote *ChecksumRequester) Cleanup() error

func (*ChecksumRequester) Init added in v1.12.0

func (remote *ChecksumRequester) Init() error

func (*ChecksumRequester) Run added in v1.12.0

func (remote *ChecksumRequester) Run() error

func (*ChecksumRequester) Validate added in v1.12.0

func (remote *ChecksumRequester) Validate() error

type Trimmer

type Trimmer struct {
	TrimmerCmdOptions
	// contains filtered or unexported fields
}

Trimmer provide functions for the volume trimmer.

func (*Trimmer) Cleanup

func (remote *Trimmer) Cleanup() error

Cleanup deletes the DaemonSet created for the volume trimmer.

func (*Trimmer) Init

func (remote *Trimmer) Init() error

Init initializes the Trimmer.

func (*Trimmer) Run

func (remote *Trimmer) Run() error

Run creates the DaemonSet for the volume trimmer, and waits for it to complete.

func (*Trimmer) Validate

func (remote *Trimmer) Validate() error

Validate validates the command options.

type TrimmerCmdOptions

type TrimmerCmdOptions struct {
	types.GlobalCmdOptions

	CurrentNodeID string
	VolumeName    string
}

TrimmerCmdOptions holds the options for the command.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL