package
0.11.1
Repository: https://github.com/cschaefer-vmw/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.