Documentation
¶
Index ¶
Constants ¶
View Source
const ( Create string = "create" Apply string = "apply" Delete string = "delete" )
Variables ¶
This section is empty.
Functions ¶
func KubeApplyFromIOReader ¶ added in v0.9.0
KubeApplyFromIOReader generates a temp file from io.Reader and runs "kubectl apply -f filename"
func KubeCreate ¶ added in v0.8.0
KubeCreate runs "kubectl create -f filename"
func KubeCreateFromIOReader ¶ added in v0.9.0
KubeCreateFromIOReader generates a temp file from io.Reader and runs "kubectl create -f filename"
func KubeDelete ¶
KubeDelete runs "kubectl delete -f filename"
func KubeDeleteFromIOReader ¶ added in v0.9.0
KubeDeleteFromIOReader generates a temp file from io.Reader and runs "kubectl delete -f filename"
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.