# Functions
No description provided by the author
Merge returns _ps over _base.
No description provided by the author
No description provided by the author
Unmarshal pull-secret data which is stored in corev1.Secret.Data the data has form:
{"auths": {"secret key": {"auth": "secret value"}, "secret key": {"auth": "secret value"}}}
returns map of extracted secrets in a form:
{"secret key": "secret value"}
error is returned when parsing fails.
No description provided by the author