Jingfang Liu
259cecd4b8
add handling function for remote url hostname
2018-12-11 14:33:10 -08:00
Richard Marshall
506c4a330d
Add projected secret path to transformer config
...
Projected volumes can include values sourced from secrets that might be
managed by kustomize. To support this use case this patch updates the
name reference transformer configuration to include a field spec for
projected secrets.
2018-12-10 12:41:58 -08:00
Jeffrey Regan
cbcc976828
Extract common generator args to common type.
2018-12-07 13:27:19 -08:00
Jeff Regan
1ce1b82f6f
Merge pull request #599 from tomaszkiewicz/generators-namespace
...
Add namespace for config map and secret generators
2018-12-07 12:48:11 -08:00
Kubernetes Prow Robot
b92e9ab075
Merge pull request #608 from monopole/fixNits
...
Require relocatable kustomizations and fix some nits.
2018-12-07 11:19:39 -08:00
Kubernetes Prow Robot
cfdae37ef5
Merge pull request #600 from Liujingfang1/apiservice
...
add APIService to cluster level kinds
2018-12-07 11:12:40 -08:00
Jeffrey Regan
108b3e497b
Require relocatable kustomizations and fix some nits.
2018-12-07 10:46:35 -08:00
Steffen Kreutz
252cf3723c
Add support for variable subsitution in Ingress hosts
2018-12-07 10:02:08 +01:00
Jingfang Liu
5b88179406
add APIService to cluster level kinds
2018-12-05 10:50:24 -08:00
luktom
6ad5d9f55b
Add namespace for config map and secret generators
2018-12-05 11:36:23 +01:00
Jingfang Liu
931f43f8d7
resolve namereference in an array
2018-12-04 15:42:26 -08:00
k8s-ci-robot
8f701a0041
Merge pull request #565 from zoncoen/name-suffix-3
...
Update docs, examples, comments, and test data for nameSuffix
2018-11-29 08:13:42 -08:00
zoncoen
59df8a0dda
update docs, examples, comments
2018-11-29 22:29:52 +09:00
Jeffrey Regan
6b93973bad
Fix #560 (kinda/sorta)
2018-11-28 16:46:10 -08:00
Jeffrey Regan
8ba2ea9ca7
Add test for mutatefield
2018-11-28 11:01:50 -08:00
zoncoen
7dc8ef1028
update build command testdata
2018-11-26 14:00:26 +09:00
jregan
a40c2502de
Delete hashicorp cloner.
2018-11-22 16:58:59 -08:00
jregan
7c1277f24c
Turn off hashicorp cloner.
2018-11-22 16:48:24 -08:00
jregan
02d2d38c21
Deal with branch spec in simpleGitCloner.
2018-11-22 16:42:28 -08:00
jregan
6cddc25f0e
Remove stray comment.
2018-11-22 10:39:18 -08:00
jregan
d9ba209543
Introduce simple git cloner.
2018-11-22 10:24:35 -08:00
jregan
4f9d00c021
Enforce relocatabile kustomizations.
2018-11-22 09:07:05 -08:00
jregan
910eb322e0
Rename gitloader to gitcloner.
2018-11-22 08:41:59 -08:00
jregan
4daa655516
Add test coverage to gitloader.
2018-11-22 08:27:25 -08:00
jregan
eed16afb00
Add removeAll to fakeFs
2018-11-22 06:53:44 -08:00
k8s-ci-robot
621ed52bab
Merge pull request #556 from zoncoen/name-suffix-2
...
Add nameSuffix field to kustomization.yaml
2018-11-20 08:50:22 -08:00
zoncoen
b8c2ed20d1
fix the command usage
2018-11-20 17:09:40 +09:00
k8s-ci-robot
19ad9c2d46
Merge pull request #544 from Liujingfang1/config
...
Remove -t flag in build and add configurations field in kustomization file
2018-11-19 16:04:44 -08:00
zoncoen
3488b542ac
add edit command option for editing name suffix
2018-11-19 12:09:54 +09:00
zoncoen
04a030bcf0
enable nameSuffix field of kustomization.yaml
2018-11-19 12:09:47 +09:00
Jingfang Liu
25415c5501
Remove -t flag in build and add configurations field in kustomization.yaml
2018-11-16 13:44:18 -08:00
zoncoen
d481dbad62
combine transformers
2018-11-15 18:49:36 +09:00
zoncoen
c1e7f1b957
fix the order of YAMLs
...
If suffix is empty string, ResId.String() retuns name with "noSuffix".
2018-11-15 18:29:11 +09:00
zoncoen
93094c78eb
add transformer for appending suffix
2018-11-14 12:46:58 +09:00
zoncoen
a14609f730
add suffix field to ResId
2018-11-14 12:44:33 +09:00
zoncoen
a8984578e4
refactor test code for readability
2018-11-14 12:36:28 +09:00
Giuseppe Iannello
ebf1efe07e
Add StorageClass to the list of ordered objects
...
StorageClasses can be configured as `default`, so that PVCs can use them without an explicit reference.
This change adds StorageClasses close to the beginning of the compiled output.
2018-11-13 14:51:48 +01:00
Jingfang Liu
83bc67c8ad
remove glog dependency from kustomize code ( #542 )
2018-11-12 11:35:00 -08:00
mooncake
538aaaf217
Fix typos: expectd->expected, cluser->cluster
...
Signed-off-by: mooncake <xcoder@tenxcloud.com >
2018-11-11 00:14:25 +08:00
k8s-ci-robot
e089a56e05
Merge pull request #536 from Liujingfang1/mergenil
...
Update TransformerConfig.Merge function to handle nil
2018-11-07 19:19:33 -08:00
k8s-ci-robot
5c4a778e6a
Merge pull request #535 from monopole/deleteSomeDeps
...
Simplify some code and add a de-looping TODO.
2018-11-07 14:28:11 -08:00
Jingfang Liu
e0ec8028eb
Update TransformerConfig.Merge function to handle nil
2018-11-07 14:05:40 -08:00
Jeff Regan
578ff2e45c
Merge pull request #533 from Liujingfang1/config
...
fix incorrect path in default namereference configs
2018-11-07 14:02:10 -08:00
Jeffrey Regan
d04877a9e7
Simplify some code and add TODOs.
2018-11-07 13:58:14 -08:00
Jeffrey Regan
d05bb6b199
Add/fix some documentation and vars names.
2018-11-07 12:36:25 -08:00
Jingfang Liu
4cf916e6f4
fix incorrect path in default namereference configs
2018-11-07 10:04:49 -08:00
Philipp Strube
421ca3fb3c
Fix typo in namereference path for cronjobs
...
Fix namereference for CronJob `path: spec/jobTemplate/spec/template/spec/containers/env/valueFrom/configMapKeyRef/name`
2018-11-05 14:07:32 +01:00
Andrew Lavery
9d82d54c5b
add fallback for GVK comparison
...
only return comparison of 'Kind' indices if they do not match
otherwise fall back to GVK string comparison
this reduces output instability
2018-11-01 12:22:21 -07:00
Jeffrey Regan
a8fbe35ecf
Rename disableHash to disableNameSuffixHash
2018-10-30 11:36:00 -07:00
k8s-ci-robot
40e0bbeec2
Merge pull request #502 from Liujingfang1/yml
...
add support .yml extension for kusotmization file
2018-10-29 12:33:16 -07:00