Documentation ¶
Index ¶
- func MakeConfigMapsResourceCollection(maps []types.ConfigMapArgs) (resource.ResourceCollection, error)
- func MakeConfigmapAndGenerateName(cm types.ConfigMapArgs) (*unstructured.Unstructured, string, error)
- func MakeSecretAndGenerateName(secret types.SecretArgs, path string) (*unstructured.Unstructured, string, error)
- func MakeSecretsResourceCollection(secrets []types.SecretArgs, path string) (resource.ResourceCollection, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MakeConfigMapsResourceCollection ¶
func MakeConfigMapsResourceCollection(maps []types.ConfigMapArgs) (resource.ResourceCollection, error)
MakeConfigMapsResourceCollection returns a map of <GVK, oldName> -> unstructured object.
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.
func MakeSecretsResourceCollection ¶
func MakeSecretsResourceCollection(secrets []types.SecretArgs, path string) (resource.ResourceCollection, error)
MakeSecretsResourceCollection returns a map of <GVK, oldName> -> unstructured object.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.