package
0.7.0
Repository: https://github.com/pusher/faros.git
Documentation: pkg.go.dev

# Functions

GetGitTrackCondition returns the condition with the provided type.
NewGitTrackCondition creates a new GitTrack condition.
RemoveGitTrackCondition removes the GitTrack condition with the provided type.
SetGitTrackCondition updates the GitTrack to include the provided condition.

# Constants

ChildrenUpdateSuccess represents the condition reason when no error occurs updating the child objects.
ErrorDeletingChildren represents the condition reason when an error occurs removing orphaned children.
ErrorFetchingFiles represents the condition reason when an error occurs fetching files from the repository.
ErrorParsingFiles represents the condition reason when an error occurs parsing files from the repository.
ErrorUpdatingChildren represents the condition reason when an error occurs updating the child objects.
FileParseSuccess represents the condition reason when no error occurs parsing files from the repository.
GCSuccess represents the condition reason when no error occurs removing orphaned children.
GitFetchSuccess represents the condition reason when no error occurs fecthing files from the repository.
StatusUnknown is the default ConditionReason for all conditions.

# Type aliases

ConditionReason represents a valid condition reason.