Files
kustomize/api
Josh Komoroske 24a64bdee3 URL based configuration for git exec timeouts and git submodule cloning
Adds a number of user-accessable options for configuring internal git resource
cloning behavior.
- Git commands are executed with a configurable timeout by including a parameter
  like "?timeout=2m30s" in the resource URL. This can improve cloning a large
  repository, or over a slow network.
- Git submodule cloning can be disabled by including a parameter like
  "?submodules=false" in the resource URL.
- Switch the overall query parsing to use url.Parse() and be more extensible.
2021-05-19 00:07:02 -07:00
..
2021-03-15 18:34:36 -07:00
2021-05-06 12:33:17 -07:00
2020-05-06 09:38:33 -07:00
2021-04-11 18:14:30 -07:00
2021-03-17 06:35:30 -07:00
2021-04-30 22:49:38 -07:00
2021-04-30 19:32:43 -07:00
2019-11-14 16:37:49 -08:00