Documentation ¶
Index ¶
- func ConsolePrinter(msg string)
- func FileExists(filename string) (bool, error)
- func GetNamespaceSets(nsInclude string, nsExclude string) (sets.String, sets.String)
- func IsNamespaceIncluded(namespace string, nsInclude sets.String, nsExclude sets.String) bool
- func ReadObjectList(r io.Reader) ([]runtime.Object, error)
- func ReadObjectsFromFile(filename string) ([]runtime.Object, error)
- func ReadYamlManifest(r io.Reader) ([]runtime.Object, error)
- func WriteFile(outfile string, data string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConsolePrinter ¶
func ConsolePrinter(msg string)
func FileExists ¶
FileExists checks if specified file exists.
func GetNamespaceSets ¶
func IsNamespaceIncluded ¶
func ReadObjectsFromFile ¶ added in v0.5.0
func ReadYamlManifest ¶ added in v0.5.0
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.