Documentation ¶
Index ¶
- Variables
- func Copy(sourceFile, destinationFile string) error
- func CopyR(sourceFile, destinationDir string) (string, error)
- func CreateHomeDir(dir string) error
- func CreatePodDeploymentFiles()
- func Deployment(filename string) (*apps.Deployment, error)
- func GrabTag(s string, tagBegin, tagEnd string) (string, string, error)
- func Handle(file string) (*os.File, error)
- func HandleAppend(file string) (*os.File, error)
- func Pod(filename string) (*v1.Pod, error)
- func Read(file string) (string, error)
- func ReadAll(f *os.File) (string, error)
- func ReadMiddle(s string) (string, error)
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNoTag = errors.New("no tag")
Functions ¶
func CreateHomeDir ¶
func CreatePodDeploymentFiles ¶
func CreatePodDeploymentFiles()
func Deployment ¶
func Deployment(filename string) (*apps.Deployment, error)
func ReadMiddle ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.