# Functions

Affinity merges two corev1.Affinity types.
AutomationConfigs merges the values in "override" into the "original" Wrapper.
No description provided by the author
ContainerPorts merges all of the fields of the overridePort on top of the defaultPort if the fields don't have a zero value.
ContainerPortSlicesByName takes two slices of corev1.ContainerPorts, these values are merged by name.
Containers merges two slices of containers merging each item by container name.
Envs merges two slices of EnvVars using their name as the unique identifier.
EphemeralContainer merges two EphemeralContainers together.
EphemeralContainers merges two slices of EphemeralContainers merging each item by container name.
HostAliases merges two slices of HostAliases together.
LabelSelectorRequirementByKey returns the LabelSelectorRequirement with the given key if present in the slice.
LabelSelectorRequirements accepts two slices of LabelSelectorRequirement.
No description provided by the author
LifeCycle merges two LifeCycles.
No description provided by the author
No description provided by the author
No description provided by the author
Probe merges the contents of two probes together.
ResourceRequirements merges two resource requirements.
SecurityContext merges two security contexts.
ServiceSpec merges two ServiceSpecs together.
StatefulSets merges two StatefulSets together.
StatefulSetSpecs merges two StatefulSetSpecs together.
StringSlices accepts two slices of strings, and returns a string slice containing the distinct elements present in both.
StringToBoolMap merges two string-to-bool maps together with the second map overriding any values also specified in the first.
StringToStringMap merges two string maps together with the second map overriding any values also specified in the first.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
VolumeDevices merges two slices of VolumeDevices by name.
VolumeMount merges two corev1.VolumeMounts.
VolumeMounts merges two slices of volume mounts by name.
No description provided by the author