The GitOps Toolkit source management component
Go to file
Hidde Beydals 920d37fcda api: add timeout field to GitRepositorySpec
This commit adds a timeout field to the GitRepositorySpec to be used
during the git clone operation when reconciling the resource.
When no interval is defined the default timeout returned by the getter
is 20 seconds.

The timeout can not be added yet to the Helm related sources as it
is currently not possible to inject anything custom into the HTTP
client from the Helm HTTP getter except for the authentication
options built in. A submit has been submitted to make this possible
and is waiting for review.

This commit includes some context changes to the other reconcilers
to tidy them up and make them depend on a single background context.

It also includes some added docblocks that crossed my path.
2020-04-22 11:42:27 +02:00
.github ci: Extract tag from GITHUB_REF 2020-04-16 14:55:55 +03:00
api/v1alpha1 api: add timeout field to GitRepositorySpec 2020-04-22 11:42:27 +02:00
config api: add timeout field to GitRepositorySpec 2020-04-22 11:42:27 +02:00
controllers api: add timeout field to GitRepositorySpec 2020-04-22 11:42:27 +02:00
docs/spec Address comments 2020-04-16 13:12:27 +03:00
hack Scaffold repository controllers 2020-04-05 12:34:29 +03:00
internal controllers: add HelmChart reconciler tests 2020-04-17 19:21:48 +02:00
.gitignore ci: Add release workflow 2020-04-13 18:28:22 +03:00
CHANGELOG.md Release v0.0.1-alpha.1 2020-04-16 14:12:38 +03:00
CODE_OF_CONDUCT.md Add governance files like DCO, MAINTAINERS, CoC 2020-04-12 23:54:35 +02:00
CONTRIBUTING.md Add governance files like DCO, MAINTAINERS, CoC 2020-04-12 23:54:35 +02:00
DCO Add governance files like DCO, MAINTAINERS, CoC 2020-04-12 23:54:35 +02:00
Dockerfile Lock artifact on helm index download 2020-04-10 16:45:23 +03:00
LICENSE Initial commit 2020-04-05 11:55:46 +03:00
MAINTAINERS Add governance files like DCO, MAINTAINERS, CoC 2020-04-12 23:54:35 +02:00
Makefile ci: Check if working tree is dirty 2020-04-13 20:23:58 +03:00
PROJECT Introduce HelmChart API and controller 2020-04-12 18:44:37 +02:00
README.md Release v0.0.1-alpha.1 2020-04-16 14:12:38 +03:00
go.mod controllers: basic HelmRepository reconciler tests 2020-04-17 10:35:52 +02:00
go.sum controllers: basic HelmRepository reconciler tests 2020-04-17 10:35:52 +02:00
main.go Fix http file server address for local run 2020-04-15 12:42:53 +03:00

README.md

Source controller

The source-controller is an implementation of the source.fluxcd.io API based on the specifications described in the Source Controller Proposal.

Integrations: