Alexey Odinokov
|
b3951942e3
|
removed commented import to make linter happy
|
2020-06-26 04:22:31 +00:00 |
|
Alexey Odinokov
|
b78464c8b1
|
Made generators work in addition to transformers
Made go fmt to make linter happy
|
2020-06-26 04:22:31 +00:00 |
|
Alexey Odinokov
|
9bd4f78288
|
PoC to use kpt functions as kustomize plugins
Closes [1]
In addition removes accidentally committed binary [2]
[1]
https://github.com/GoogleContainerTools/kpt/issues/646
[2]
1644fdd076 (diff-78873bc1f515e5cb644e68f0bcbaba23)
|
2020-06-26 04:22:31 +00:00 |
|
Haiyan Meng
|
145ba0c7ff
|
Avoid reprocess queries whose range size is 0
|
2020-06-23 11:36:29 -07:00 |
|
Haiyan Meng
|
a83433d5cf
|
Optimize memory usage by avoiding accumulating all the referred
documents into a single stack.
|
2020-06-23 11:36:29 -07:00 |
|
Haiyan Meng
|
2d496e0efe
|
Update golang to 1.14
|
2020-06-23 11:25:37 -07:00 |
|
Haiyan Meng
|
171412cc98
|
Use RWMutex to control the map access
Without RWMutex, we may run into fatal error: concurrent map read and map write.
|
2020-06-23 11:25:37 -07:00 |
|
jregan
|
e783af2881
|
Delegate to Kunstructured.
|
2020-06-19 15:06:13 -07:00 |
|
Donny Xia
|
7e2d3ff5ab
|
Reuse tansformer codes
|
2020-06-18 12:18:37 -07:00 |
|
Donny Xia
|
cea1154cd9
|
Add exception for "validated-by" label
|
2020-06-17 14:35:12 -07:00 |
|
Donny Xia
|
4843718a2b
|
Check modification
|
2020-06-17 14:35:12 -07:00 |
|
Donny Xia
|
a0c1979798
|
Add validator to kustomization
|
2020-06-17 14:35:12 -07:00 |
|
Jeff Regan
|
661743c7e5
|
Merge pull request #2576 from pwittrock/master
Use docsy site for kustomize docs
|
2020-06-11 11:54:02 -07:00 |
|
Jeff Regan
|
1dc22e3f0d
|
Merge pull request #2579 from pietervincken/re-introduce-shallow-git-clones
Re-introduce shallow git clones for git based remote resources
|
2020-06-11 11:01:04 -07:00 |
|
Phillip Wittrock
|
42497c664f
|
Convert docs to docsy
|
2020-06-10 14:59:19 -07:00 |
|
Haiyan Meng
|
5cf0d887b1
|
Avoid exposing ElasticSearch DB over public IPs
|
2020-06-09 13:03:37 -07:00 |
|
Pieter Vincken
|
58c2df2dec
|
fix: add the fetch head in the correct location
|
2020-06-09 20:22:28 +02:00 |
|
Pieter Vincken
|
cd25740b61
|
fix: solve issues with tags not being loaded
|
2020-06-09 19:56:04 +02:00 |
|
Pieter Vincken
|
28045399f3
|
fix: add missing assignment
|
2020-06-09 16:57:01 +02:00 |
|
Pieter Vincken
|
e630334837
|
fix: re-add log outputs
|
2020-06-09 16:56:20 +02:00 |
|
Pieter Vincken
|
b97df057c1
|
feat: re-introduce shallow git clones
Making full git clones slows down the kustomize build significantly for big repositories.
|
2020-06-09 16:35:09 +02:00 |
|
pankona
|
18d6a96f80
|
Update go.mod to use go 1.14
|
2020-06-08 16:25:35 +09:00 |
|
Kubernetes Prow Robot
|
cedcf3ac04
|
Merge pull request #2168 from pgpx/feature-kustomizationpatch
Implement "kind: Component" to support composition
|
2020-06-03 10:32:11 -07:00 |
|
Paul Martin
|
34a442bbef
|
Additional tests around reusing the same bases and components
|
2020-05-28 23:02:31 +01:00 |
|
Donny Xia
|
5449dbc775
|
Fix git commit hash ignored
|
2020-05-26 14:44:37 -07:00 |
|
jregan
|
a193129920
|
Remove race in tests.
|
2020-05-23 17:51:32 -07:00 |
|
jregan
|
02184dbfc5
|
Add logging.
|
2020-05-22 18:57:18 -07:00 |
|
jregan
|
b4f9e9ae56
|
Make plugin utils package.
|
2020-05-22 18:17:36 -07:00 |
|
jregan
|
75d8492c51
|
Remove flakey test optimization.
|
2020-05-22 16:58:03 -07:00 |
|
jregan
|
006953265f
|
Make a test more relocatable.
|
2020-05-20 17:00:08 -07:00 |
|
jregan
|
8f5a55f89b
|
Upgrade to kyaml v0.1.11
|
2020-05-20 15:42:10 -07:00 |
|
jregan
|
cf6fd30c73
|
Fix nondeterminstic failure
|
2020-05-20 08:30:30 -07:00 |
|
jregan
|
07b679955e
|
Beef up test.
|
2020-05-19 18:26:37 -07:00 |
|
jregan
|
e28af71b6f
|
Add coverage for kusttarget.Load
|
2020-05-19 17:26:18 -07:00 |
|
Paul Martin
|
c5c53011da
|
PoC to add Components to a separate components list (instead of resources)
If this idea is preferred, the code could really do with a refactor (probably using closures to control the behaviour of accumulate directory)
|
2020-05-18 19:25:29 +01:00 |
|
Paul Martin
|
1079d8604c
|
Renamed KustomizationPatch to Component
|
2020-05-18 19:25:29 +01:00 |
|
Paul Martin
|
4454edc14c
|
Implement "kind: KustomizationPatch" to support composition of Kustomize files
|
2020-05-18 19:25:29 +01:00 |
|
jregan
|
e54455705d
|
ValueAddTransformer
|
2020-05-10 17:49:46 -07:00 |
|
jregan
|
065f70705d
|
Upgrade to latest kyaml, cmd/config
|
2020-05-09 16:31:24 -07:00 |
|
Jeff Regan
|
31e5ab1e6d
|
Merge pull request #2428 from thephw/update-exampe-tests-link-in-docs
Update link to travis pre-commit hook in docs
|
2020-04-30 15:44:47 -07:00 |
|
Jeff Regan
|
a9e998d27d
|
Merge pull request #2424 from monopole/fixErrorMessage
Improve config failure error message.
|
2020-04-30 15:41:04 -07:00 |
|
Patrick Wiseman
|
cae8fd0013
|
Update link to travis pre-commit hook in docs
|
2020-04-30 12:03:47 -04:00 |
|
jregan
|
de9f80c41b
|
Improve config failure error message.
|
2020-04-29 19:42:56 -07:00 |
|
Jeff Regan
|
d67c03af12
|
Merge pull request #2421 from Shell32-Natsu/2392-codeClean
Remove inventory transformer
|
2020-04-29 11:03:54 -07:00 |
|
Jeff Regan
|
bd3d413ffd
|
Merge pull request #2420 from ian-howell/replaceVars-panic
Fix a panic when doing variable replacement.
|
2020-04-28 11:25:42 -07:00 |
|
Donny Xia
|
63f7495e88
|
Remove inventory transformer #2392
|
2020-04-28 17:36:44 +00:00 |
|
Ian Howell
|
1d46edccb5
|
Fix a panic when doing variable replacement.
This fixes an issue where Kustomize expects a []string, but gets a slice
of something else instead, which causing a runtime panic.
This fixes 2241
|
2020-04-27 15:54:04 -05:00 |
|
jregan
|
3786db2dba
|
Remove time guessing.
|
2020-04-22 13:20:10 -07:00 |
|
jregan
|
2c615d78a2
|
Remove static cling in plugin development flow.
|
2020-04-20 08:29:01 -07:00 |
|
jregan
|
504029281a
|
Add compiler utils test.
|
2020-04-19 17:44:01 -07:00 |
|