Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsNotExist ¶
IsNotExist returns true if path does not exist on disk.
func MakeCSVName ¶
MakeCSVName returns a ClusterServiceVersion's name.
func WriteObject ¶
WriteObject writes a k8s object to w.
Types ¶
type File ¶
File wraps os.File. Use this type when generating files that may already exist on disk and should be overwritten.
type InternalError ¶
type InternalError string
InternalError wraps errors that are development issues and unrelated to user input.
func (InternalError) Error ¶
func (e InternalError) Error() string
Click to show internal directories.
Click to hide internal directories.