Documentation
¶
Index ¶
- func Contains(slice []string, s string) bool
- func CopyBufferContentsToFile(srcBuff []byte, destFile string) (err error)
- func CopyBufferContentsToTempFile(srcBuff []byte, destFile string) (err error)
- func Remove(slice []string, s string) (result []string)
- func RunCmd(cmdString string) (*bytes.Buffer, error)
- func RunDockerCmd(dockerArgs []string) (*bytes.Buffer, error)
- func RunStreamingCmd(cmdString string) error
- func WriteTempFile(data string, pattern string) (string, error)
- type Cmd
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CopyBufferContentsToTempFile ¶
Copies source buffer to the tmp directory Insures tmp directory exists and prepends path Temporary, used for writing Kops Manifest to file but exploring using STDIN instead
func RunStreamingCmd ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.