Documentation ¶
Overview ¶
Package configmapandsecret generates configmaps and secrets per generator rules.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MakeConfigmapAndGenerateName ¶
func MakeConfigmapAndGenerateName(cm types.ConfigMapArgs) (*unstructured.Unstructured, string, error)
MakeConfigmapAndGenerateName makes a configmap and returns the configmap and the name appended with a hash.
func MakeSecretAndGenerateName ¶
func MakeSecretAndGenerateName(secret types.SecretArgs, path string) (*unstructured.Unstructured, string, error)
MakeSecretAndGenerateName returns a secret with the name appended with a hash.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.