...

Package manifest

import "k8s.io/kubernetes/test/e2e/framework/manifest"
Overview
Index

Overview ▾

func DaemonSetFromData

func DaemonSetFromData(data []byte) (*appsv1.DaemonSet, error)

DaemonSetFromData reads a byte slice and returns the daemonset in it.

func DaemonSetFromURL

func DaemonSetFromURL(ctx context.Context, url string) (*appsv1.DaemonSet, error)

DaemonSetFromURL reads from a url and returns the daemonset in it.

func PodFromManifest

func PodFromManifest(filename string) (*v1.Pod, error)

PodFromManifest reads a .json/yaml file and returns the pod in it.

func StatefulSetFromManifest

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

func SvcFromManifest(fileName string) (*v1.Service, error)

SvcFromManifest reads a .json/yaml file and returns the service in it.