source-controller/internal/controller
Sanskar Jaiswal 944f4cfa10
gitrepo: Add support for specifying proxy per `GitRepository`
Add `.spec.proxySecretRef.name` to the `GitRepository` API to allow
referencing a secret containing the proxy settings to be used for all
remote Git operations for the particular `GitRepository` object.
It takes precedence over any proxy configured through enviornment
variables.

Signed-off-by: Sanskar Jaiswal <jaiswalsanskar078@gmail.com>
2023-07-24 16:29:57 +05:30
..
testdata Move controllers to internal/controller 2023-05-03 15:35:45 +05:30
artifact.go Move controllers to internal/controller 2023-05-03 15:35:45 +05:30
artifact_matchers_test.go Move controllers to internal/controller 2023-05-03 15:35:45 +05:30
artifact_test.go Move controllers to internal/controller 2023-05-03 15:35:45 +05:30
bucket_controller.go Update controller-runtime (v0.15) and K8s (v1.27) 2023-05-24 09:05:42 +02:00
bucket_controller_fetch_test.go Move controllers to internal/controller 2023-05-03 15:35:45 +05:30
bucket_controller_test.go Update controller-runtime (v0.15) and K8s (v1.27) 2023-05-24 09:05:42 +02:00
common_test.go Move controllers to internal/controller 2023-05-03 15:35:45 +05:30
gitrepository_controller.go gitrepo: Add support for specifying proxy per `GitRepository` 2023-07-24 16:29:57 +05:30
gitrepository_controller_fuzz_test.go update dependencies and switch to `go-git/go-git` 2023-05-26 13:46:48 +05:30
gitrepository_controller_test.go gitrepo: Add support for specifying proxy per `GitRepository` 2023-07-24 16:29:57 +05:30
helmchart_controller.go switch from `fluxcd/pkg/untar` to `fluxcd/pkg/tar` 2023-05-26 13:46:56 +05:30
helmchart_controller_test.go Update Cosign to v2.1.0 2023-06-26 12:33:20 +03:00
helmrepository_controller.go Update controller-runtime (v0.15) and K8s (v1.27) 2023-05-24 09:05:42 +02:00
helmrepository_controller_oci.go Update controller-runtime (v0.15) and K8s (v1.27) 2023-05-24 09:05:42 +02:00
helmrepository_controller_oci_test.go Update controller-runtime (v0.15) and K8s (v1.27) 2023-05-24 09:05:42 +02:00
helmrepository_controller_test.go Update controller-runtime (v0.15) and K8s (v1.27) 2023-05-24 09:05:42 +02:00
ocirepository_controller.go switch from `fluxcd/pkg/untar` to `fluxcd/pkg/tar` 2023-05-26 13:46:56 +05:30
ocirepository_controller_test.go Update Cosign to v2.1.0 2023-06-26 12:33:20 +03:00
source_predicate.go Move controllers to internal/controller 2023-05-03 15:35:45 +05:30
storage.go switch from `fluxcd/pkg/untar` to `fluxcd/pkg/tar` 2023-05-26 13:46:56 +05:30
storage_test.go update dependencies and switch to `go-git/go-git` 2023-05-26 13:46:48 +05:30
suite_test.go gitrepo: remove `OptimizedGitClones` as a feature gate 2023-06-21 16:48:18 +05:30