path

package
v1.8.9 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 17, 2026 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

View Source
const ErrMessageAppPathDoesNotExist = "app path does not exist"

Variables

View Source
var ErrAppPathDoesNotExist = errors.New(ErrMessageAppPathDoesNotExist)

ErrAppPathDoesNotExist is returned when the requested app path does not exist in the repository. It is a user input error rather than a server fault.

Functions

func AppFilesHaveChanged added in v1.8.8

func AppFilesHaveChanged(refreshPaths []string, changedFiles []string) bool

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(basePath string, skipPaths ...string) error

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 GetSourceRefreshPaths added in v1.8.8

func GetSourceRefreshPaths(app *v1alpha1.Application, source v1alpha1.ApplicationSource) []string

GetSourceRefreshPaths returns the list of paths that should trigger a refresh for an application. The source parameter influences the returned refresh paths:

  • if source hydrator configured AND source is syncSource: use sync source path (ignores annotation)
  • if source hydrator configured AND source is drySource WITH annotation: use annotation paths with drySource base
  • if source hydrator not configured: use annotation paths with source base, or empty if no annotation

func Path

func Path(root, path string) (string, error)

Types

type OutOfBoundsSymlinkError added in v1.8.8

type OutOfBoundsSymlinkError struct {
	File string
	Err  error
}

func (*OutOfBoundsSymlinkError) Error added in v1.8.8

func (e *OutOfBoundsSymlinkError) Error() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL