package
1.2.6
Repository: https://github.com/redhat-developer/ocdev.git
Documentation: pkg.go.dev

# Functions

DevfileWatchAndPush calls out to the WatchAndPush function.
WatchAndPush watches path, if something changes in that path it calls PushLocal ignores .git/* by default inspired by https://github.com/openshift/origin/blob/e785f76194c57bd0e1674c2f2776333e1e0e4e78/pkg/oc/cli/cmd/rsync/rsync.go#L257 Parameters: client: occlient instance out: io Writer instance parameters: WatchParameters.

# Constants

PushErrorString is the string that is printed when an error occurs during watch's Push operation.

# Variables

ErrUserRequestedWatchExit is returned when the user stops the watch loop.

# Structs

WatchParameters is designed to hold the controllables and attributes that the watch function works on.