package
0.0.0-20240830210906-6353a5ff0f2e
Repository: https://github.com/joyrex2001/kubedock.git
Documentation: pkg.go.dev

# Functions

ContainerFromPod will return a corev1.Container that is based on the first configured container in the given pod, which can be used as a template for to be created containers.
PodFromFile will read a given file with pod definition and returns a corev1.Pod accordingly.