package
1.11.0-alpha.1
Repository: https://github.com/ceshihao/kubernetes.git
Documentation: pkg.go.dev
# Functions
DaemonSetFromManifest returns a DaemonSet from a manifest stored in fileName in the Namespace indicated by ns.
IngressFromManifest reads a .json/yaml file and returns the ingress in it.
IngressToManifest generates a yaml file in the given path with the given ingress.
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.