package
1.3.2
Repository: https://github.com/mayadata-io/velero.git
Documentation: pkg.go.dev

# Functions

False returns a *bool whose underlying value is false.
IsSetToFalse returns true if and only if the bool pointer is non-nil and set to false.
IsSetToTrue returns true if and only if the bool pointer is non-nil and set to true.
True returns a *bool whose underlying value is true.