func DaemonSetFromData(data []byte) (*appsv1.DaemonSet, error)
DaemonSetFromData reads a byte slice and returns the daemonset in it.
func DaemonSetFromURL(ctx context.Context, url string) (*appsv1.DaemonSet, error)
DaemonSetFromURL reads from a url and returns the daemonset in it.
func PodFromManifest(filename string) (*v1.Pod, error)
PodFromManifest reads a .json/yaml file and returns the pod in it.
func StatefulSetFromManifest(fileName, ns string) (*appsv1.StatefulSet, error)
StatefulSetFromManifest returns a StatefulSet from a manifest stored in fileName in the Namespace indicated by ns.
func SvcFromManifest(fileName string) (*v1.Service, error)
SvcFromManifest reads a .json/yaml file and returns the service in it.