# Functions
ComponentPod returns a Pod object from the container and volume specifications.
ComponentProbe is a helper function building a ready v1.Probe object from some simple parameters.
ComponentResources returns the v1.ResourceRequirements object needed for allocating a specified amount of the CPU.
GetExtraParameters builds a list of flag arguments two string-string maps, one with default, base commands and one with overrides.
NewVolume creates a v1.Volume with a hostPath mount to the specified location.
NewVolumeMount creates a v1.VolumeMount to the specified location.
WriteStaticPodToDisk writes a static pod file to disk.