Yujun Zhang
7130e3ff1d
Leave defautconfig empty for images
...
`containers` and `initContainers` of *ANY* kind in *ANY*
path are builtin supported in code
2019-03-17 16:43:31 +08:00
Yujun Zhang
abf538d80d
Keep backward compatibility for image transformer
2019-03-17 16:43:31 +08:00
Yujun Zhang
f311ba8d4f
Support custom config for image transformer
2019-03-17 16:43:31 +08:00
Yujun Zhang
3e85c4589b
Load default config for image transformer
2019-03-17 16:43:31 +08:00
Yujun Zhang
d0cf047381
Convert image transformer test to a more readable format
2019-03-17 16:41:42 +08:00
Kubernetes Prow Robot
284efc709c
Merge pull request #760 from sethpollack/plugins
...
add secret and configmap generator plugins
2019-03-15 18:00:58 -07:00
Seth Pollack
56965a0046
fix test
2019-03-15 17:33:17 -04:00
Seth Pollack
18f6328284
add secret and configmap generator plugins
2019-03-15 14:28:18 -04:00
Jeff Regan
e7be999bc9
Merge pull request #879 from monopole/removeTheSet
...
Secret/configmap factory cleanup.
2019-03-15 10:17:29 -07:00
jregan
c06b95077d
Secret/configmap factory cleanup.
2019-03-15 09:25:59 -07:00
Kubernetes Prow Robot
c4da063934
Merge pull request #877 from YP28/fix-typo-in-namereference
...
fix typo in namereference where serviceaccount name would not resolve
2019-03-14 08:46:29 -07:00
Yordi Pauptit
62d3200e4f
fix typo in namereference where serviceaccount name would not resolve
2019-03-14 09:36:21 +01:00
Kubernetes Prow Robot
9a419824ae
Merge pull request #874 from CodeLingoBot/rewrite
...
Fix function comments based on best practices from Effective Go
2019-03-12 14:50:39 -07:00
Kubernetes Prow Robot
a94eab0398
Merge pull request #867 from yujunz/docs/versioning-policy
...
Fix field names
2019-03-12 14:48:39 -07:00
Kubernetes Prow Robot
01b8ab8524
Merge pull request #872 from kbhawkey/fix-set-image-help-msg
...
fix help msg for set image cmd
2019-03-11 14:44:37 -07:00
Karen Bradshaw
fa552d7773
fix help msg for set image cmd
2019-03-11 17:23:30 -04:00
Kubernetes Prow Robot
7acbd4d3e0
Merge pull request #870 from YP28/job-initctr-varref
...
Add Job initContainer to varreference config
2019-03-11 10:39:29 -07:00
Kubernetes Prow Robot
9811123e2e
Merge pull request #866 from yujunz/edit-fix
...
Fix error message
2019-03-11 10:13:28 -07:00
Yordi Pauptit
f7cd44be42
add job initcontainer to varreference config
2019-03-11 15:13:58 +01:00
CodeLingo Bot
9a4692e6ee
Fix function comments based on best practices from Effective Go
...
Signed-off-by: CodeLingo Bot <bot@codelingo.io >
2019-03-11 00:45:21 +00:00
Yujun Zhang
3d0e29075d
Fix markdownlint warnings
2019-03-09 17:02:39 +08:00
Yujun Zhang
0f571b9120
Fix field names
2019-03-09 16:58:32 +08:00
Yujun Zhang
3a44508d6f
Fix error message
...
Closes #862
2019-03-09 16:43:32 +08:00
Kubernetes Prow Robot
5294355c98
Merge pull request #864 from mnatsu31/fix-typo-namereference
...
Fix typo in namereference path for cronjobs initContainers.
2019-03-08 09:25:30 -08:00
mnatsu31
559efd6477
Fix typo in namereference path for cronjobs initContainers.
2019-03-08 13:20:34 +09:00
Kubernetes Prow Robot
a59577c08d
Merge pull request #857 from pst/fastergitclone
...
Reduce time required for cloning remote bases
2019-03-06 21:24:57 -08:00
Philipp Strube
4f429d6b86
Reduce time required for cloning remote bases
...
This commit changes git/cloner.go from cloning the whole history
and then checking out the desired ref to a implementation that
only downloads the history for the desired ref.
It does so by first initializing an empty repository, setting the
source repository as a remote, fetching just the desired ref and
then hard resetting the empty local repo to that ref.
This reduces the time it takes to build the multibases example
as a remote base at ref v2.0.3 from an avg of 8s with the
current implementation to an avg of 2s out of 10 runs each, by
drastically decreasing the data transferred.
The improvement should increase as repositories grow.
2019-03-06 19:31:24 +01:00
Jeff Regan
a6f6514412
Merge pull request #842 from narayanan/annotation-with-colon
...
Fix for #818 - Added support for quoted values
v2.0.3
2019-03-04 17:40:12 -08:00
Jeff Regan
31ee38b1a1
Merge pull request #833 from Liujingfang1/crd_errmsg
...
improve error message for loading files listed under crds
2019-03-04 17:36:43 -08:00
Jeff Regan
46c7d6d39a
Merge pull request #832 from Liujingfang1/jsonpatch
...
improve error message in json patch transformer
2019-03-04 17:35:37 -08:00
Jingfang Liu
78cbff16ef
improve error message in json patch transformer
2019-03-04 16:43:24 -08:00
Jingfang Liu
28cefb3bd1
improve error message for loading files listed under crds
2019-03-04 16:32:01 -08:00
Narayanan Singaram
e666630d36
Simplify map conversion logic
2019-03-04 13:50:49 -08:00
Narayanan Singaram
ed2ad860c6
Move trim quotes logic to separate function
2019-03-04 13:19:18 -08:00
Kubernetes Prow Robot
a341c24b2a
Merge pull request #837 from narayanan/image-with-port
...
Fix for #831 - Ignore domain when finding the image tag
2019-03-04 11:21:14 -08:00
Kubernetes Prow Robot
0101d6e393
Merge pull request #844 from yujunz/configmaps/test
...
Add configmaps test for json string
2019-03-04 11:04:39 -08:00
Kubernetes Prow Robot
e429d8ca10
Merge pull request #835 from pwittrock/master
...
Run kustomize tests on OSx
2019-03-04 10:03:00 -08:00
Yujun Zhang
45ba785641
Add configmaps test for json string
2019-03-03 10:21:03 +08:00
Narayanan Singaram
ea3d5e68db
Fix for #818 - Added support for quoted values
2019-03-02 12:23:55 -08:00
Narayanan Singaram
eb75203926
Fix for #831 - Ignore domain when finding the image tag
2019-03-01 23:23:32 -08:00
Phillip Wittrock
1303ea3969
Run kustomize tests on OSX
2019-02-28 20:03:23 -08:00
Kubernetes Prow Robot
16d1b20ed6
Merge pull request #830 from Liujingfang1/doc
...
update transformerconfigs/crd example
2019-02-27 15:05:00 -08:00
Jingfang Liu
b0c3cd75e1
update the doc for crds: the files in this list should be openAPI definition
2019-02-27 14:11:15 -08:00
Jingfang Liu
f4eef1dc0b
update transformerconfigs/crd example
2019-02-27 13:26:58 -08:00
Kubernetes Prow Robot
76c6655520
Merge pull request #829 from monopole/fix317
...
Log warning about well-defined but unused variables.
2019-02-27 11:18:39 -08:00
Kubernetes Prow Robot
d5c8734555
Merge pull request #822 from Liujingfang1/webhooks
...
Add webhooks to order list of gvk
2019-02-26 21:55:10 -08:00
Kubernetes Prow Robot
62ee138173
Merge pull request #825 from PrasadG193/update-dep-golang/x/net
...
Update golang/x/net dependency to release-branch.go1.11
2019-02-26 21:49:37 -08:00
Jeffrey Regan
ff6cd3ca55
Report unused variables.
2019-02-26 21:04:36 -08:00
Jeff Regan
b7e8042a02
Merge pull request #827 from monopole/fix826
...
Improve error handling during var resolution.
2019-02-26 14:14:14 -08:00
jregan
6bfd7cff72
Improve error handling during var resolution.
2019-02-26 14:05:38 -08:00