Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AppFilesHaveChanged ¶ added in v2.11.0
AppFilesHaveChanged returns true if any of the changed files are under the given refresh paths If refreshPaths or changedFiles are empty, it will always return true
func CheckOutOfBoundsSymlinks ¶ added in v2.5.0
CheckOutOfBoundsSymlinks determines if basePath contains any symlinks that are absolute or point to a path outside of the basePath. If found, an OutOfBoundsSymlinkError is returned.
func GetAppRefreshPaths ¶ added in v2.11.0
func GetAppRefreshPaths(app *v1alpha1.Application) []string
GetAppRefreshPaths returns the list of paths that should trigger a refresh for an application
Types ¶
type OutOfBoundsSymlinkError ¶ added in v2.5.0
func (*OutOfBoundsSymlinkError) Error ¶ added in v2.5.0
func (e *OutOfBoundsSymlinkError) Error() string
Click to show internal directories.
Click to hide internal directories.