# Functions
CreateOrUpdateDaemonSet applies the given DaemonSet against the client.
CreateOrUpdateDeployment applies the given DaemonSet against the client.
CreateOrUpdateEndpoints applies the given eps against the client.
CreateOrUpdateSecret applies the given secret against the client.
CreateOrUpdateService applies the given svc against the client.
CreateOrUpdateStatefulSet applies the given StatefulSet against the client.
MergePatchContainers adds patches to base using a strategic merge patch and iterating by container name, failing on the first error.
SanitizeVolumeName ensures that the given volume name is a valid DNS-1123 label accepted by Kubernetes.