Documentation ¶
Index ¶
- Variables
- func GetAbsFilePaths(paths []string, isDir bool) ([]string, error)
- func GetKubeClient(kubeConfig *rest.Config) (client.Client, error)
- func GetKubeConfig() (*rest.Config, error)
- func GetKubeConfigPath() string
- func LoadKubeConfig() (*api.Config, error)
- func ParsePackageStrings(pkgStrings []string) ([]string, []string, error)
- func SetLogger() error
- func ValidateKubernetesYamlFile(absPath string) error
Constants ¶
This section is empty.
Variables ¶
View Source
var ( LogLevel string LogLevelMsg = "Set the log verbosity. Supported values are: debug, info, warn, and error." CmdLogger logr.Logger ColoredOutput bool ColoredOutputMsg = "Enable colored log messages." )
View Source
var (
KubeConfigPath string
)
Functions ¶
func GetAbsFilePaths ¶ added in v0.4.0
func GetKubeConfig ¶
func GetKubeConfigPath ¶
func GetKubeConfigPath() string
func LoadKubeConfig ¶
func ParsePackageStrings ¶ added in v0.5.0
func ValidateKubernetesYamlFile ¶ added in v0.4.0
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.