# Functions
IngressFromManifest reads a .json/yaml file and returns the ingress in it.
PodFromManifest reads a .json/yaml file and returns the pod in it.
RcFromManifest reads a .json/yaml file and returns the rc in it.
StatefulSetFromManifest returns a StatefulSet from a manifest stored in fileName in the Namespace indicated by ns.
SvcFromManifest reads a .json/yaml file and returns the service in it.