Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Secret ¶
type Secret struct { // Directory - directory where secret will be created Directory string // YamlManifest - secret specification YamlManifest SecretYaml }
Secret holds information necessary to create a secret
func New ¶
func New(directory string, secretYaml SecretYaml) Secret
New create a k8s Secret manifest object from the specified manifest.
Click to show internal directories.
Click to hide internal directories.