# Functions

CreateSecretFromTemplate executes the template to create a secret objects, validates and returns it The template needs to be a v1 Secret and in metadata labels and annotations are allowed only Set templateOptions of the "text/template" package to specify the template behavior.
No description provided by the author
ParseTemplate create a new template with given name, add allowed sprig functions and parse the template.

# Variables

ErrLimitExceeded is the error returned when a limit was exceeded.

# Structs

A LimitedWriter writes to W but limits the amount of data that can be written to just N bytes.