# Functions
GetImagePullSecrets parses and transforms the string to corev1.LocalObjectReference.
NewContainer returns a new instance of container.
NewPodTemplateSpec returns new instance of PodTemplateSpec.
NewService returns new instance of service.
NewVolume returns a new instance of volume.
# Structs
container encapsulates kubernetes container type.
PodTemplateSpec holds the api's podtemplatespec objects.
Service holds the api's service objects.
Volume is a wrapper over named volume api object, used within Pods.