# Functions
GetImageReferenceByName returns the image reference of a resource with the given name from a component descriptor.
GetImageReferenceFromList returns the image reference of a resource with the given name from a component descriptor.
GetLabel returns the label with a given name.
GetLabelIdx returns the index with a given name.
MergeIdentityObjectMeta merges two identity objects.
MergeResources merges two resources whereas the second one will overwrite defined attributes.
MergeSources merges two sources whereas the second one will overwrite defined attributes.
ParseImageReference takes an image reference e.g eu.gcr.io/gardener-project/gardener/gardenlet:v1.11.3 returns first argument: the image repository second argument: the tag or the SHA256 third argument: the separator (either ":" when it is a tag or "@" if it is a SHA256).
SetExtraIdentityField sets a extra identity field of a identity object.
SetLabel adds the given name and val as label to the given list.
SetRawLabel adds the given name and val as label to the given list.
StringDefined validates if a string is defined.