Documentation ¶
Index ¶
- Variables
- func GetGitURL(name, namespace, repoName string, useProxy bool) (*url.URL, error)
- func GetSvcURL(name, namespace string, useProxy bool) (*url.URL, error)
- func OnTimeout(backoff wait.Backoff, fn func() error, log *logrus.Entry) error
- func PrettyMarshall(object interface{}) (string, error)
- func RetryOnConflict(backoff wait.Backoff, fn func() error, log *logrus.Entry) error
- func WithIgnoreOnConflict(backoff wait.Backoff, fn func() error, log *logrus.Entry) error
- func WithIgnoreOnNotFound(backoff wait.Backoff, fn func() error, log *logrus.Entry) error
- type Container
- type Poller
Constants ¶
This section is empty.
Variables ¶
View Source
var ( DefaultBackoff = retry.DefaultBackoff DefaultRetry = retry.DefaultRetry ErrInvalidFunc = goerrors.New("invalid function") )
Functions ¶
func PrettyMarshall ¶
func RetryOnConflict ¶
func WithIgnoreOnConflict ¶
Types ¶
type Container ¶
Click to show internal directories.
Click to hide internal directories.