Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func TxtFuncMap ¶
TxtFuncMap provides a FIPS compliant version of sprig.TxtFuncMap(). Usage of a FIPS non-compatible function from the function map will result in an error.
Types ¶
type UnsupportedSprigUsageErr ¶
type UnsupportedSprigUsageErr struct {
Usage string
}
UnsupportedSprigUsageErr indicates a FIPS non-compatible sprig usage.
func NewUnsupportedSprigUsageErr ¶
func NewUnsupportedSprigUsageErr(usage string) UnsupportedSprigUsageErr
NewUnsupportedSprigUsageErr returns an UnsupportedSprigUsageErr.
func (UnsupportedSprigUsageErr) Error ¶
func (err UnsupportedSprigUsageErr) Error() string
Error returns an error string indicating the unsupported function.
Click to show internal directories.
Click to hide internal directories.