Yujun Zhang
cad69ae415
Exlude golangci-lint v1.24.0 which breaks CI
2020-03-16 18:16:38 +08:00
Kubernetes Prow Robot
5b774d09e1
Merge pull request #2215 from giteshk/master
...
#2214 : Variable reference does not work on the nfs.server
2020-03-10 09:33:36 -07:00
Kubernetes Prow Robot
9cbabe9135
Merge pull request #2267 from pwittrock/starlark
...
Starlark Filter support
2020-03-09 19:43:36 -07:00
Phillip Wittrock
7e8f8a649c
Better starlark documentation
2020-03-09 16:41:57 -07:00
Phillip Wittrock
68a9389bfe
starlark fn support for functionConfig input
2020-03-09 10:30:20 -07:00
Phillip Wittrock
5364b2198a
Add Starlark kio.Filter
...
- Support for implementing filters in Starlark
2020-03-09 10:30:18 -07:00
Phillip Wittrock
63ff34ffe2
Walk: opt-in to visiting map keys when walking map entries
2020-03-09 10:29:26 -07:00
Kubernetes Prow Robot
6944cea234
Merge pull request #2264 from yujunz/revert-2169
...
Revert "Merge pull request #2169 from yujunz/loader/go-getter"
2020-03-09 09:47:36 -07:00
Phillip Wittrock
370502ed4b
Setters: support for setting string list fields
2020-03-07 13:53:24 -08:00
Yujun Zhang
711bab85ae
Revert "Merge pull request #2169 from yujunz/loader/go-getter"
...
This reverts commit 0b1ad031a9 , reversing
changes made to 300dd108d5 .
2020-03-07 18:58:46 +08:00
Kubernetes Prow Robot
0b1ad031a9
Merge pull request #2169 from yujunz/loader/go-getter
...
Replace git cloner with go getter to support various target
2020-03-06 15:45:34 -08:00
Kubernetes Prow Robot
300dd108d5
Merge pull request #2167 from yujunz/loader/http
...
Allow loading file from http
2020-03-06 15:31:34 -08:00
Kubernetes Prow Robot
65522b9e9f
Merge pull request #2182 from chancez/per_resource_generator_options
...
Enable specifying GeneratorOptions per resource
2020-03-06 14:51:34 -08:00
Kubernetes Prow Robot
270f832b07
Merge pull request #2261 from pwittrock/master
...
release kyaml cmd/config 1.1
2020-03-06 12:33:08 -08:00
Phillip Wittrock
f2dddf48ae
release kyaml cmd/config 1.1
2020-03-06 09:29:25 -08:00
Kubernetes Prow Robot
37bab58095
Merge pull request #2258 from rhomel/api-0.3.3
...
increment api patch release to 0.3.3
kyaml/v0.1.1
2020-03-05 19:48:50 -08:00
Rhomel Chinsio
76e72ada16
increment api patch release to 0.3.3
...
Context: https://github.com/kubernetes-sigs/kustomize/pull/2249#issuecomment-595436980
Increased the patch version. But perhaps the minor version should increase instead since this is technically not a bug? Let me know if patch increment is sufficient in this case.
2020-03-06 09:56:34 +09:00
Kubernetes Prow Robot
0571f13da1
Merge pull request #2249 from rhomel/image-match-tag-braces-api
...
Allow braces in image tag name (api)
2020-03-05 12:28:38 -08:00
Rhomel Chinsio
b33d0f86f0
fix: add plugin file
2020-03-05 06:57:40 +00:00
Michiel Bakker
d43fc9979c
Updated README to use 'bases' instead of 'resources' in overlays examples
2020-03-04 13:45:23 +01:00
Yujun Zhang
735cefa456
Use a lite fork of go-getter
2020-03-04 20:04:39 +08:00
Yujun Zhang
a24bf6aece
Use a tailored go-getter to get rid of transitive depenencies
2020-03-04 20:04:39 +08:00
Yujun Zhang
fae66446a8
Replace git cloner with go getter to support various target
2020-03-04 20:04:39 +08:00
Kubernetes Prow Robot
6c2c08c4df
Merge pull request #2253 from khrisrichardson/issues/2252
...
#2252 : convert tests to exercise openapi and inference
2020-03-03 21:07:47 -08:00
Khris Richardson
fcfe798b75
convert tests to exercise openapi and inference
2020-03-03 18:50:02 -08:00
Kubernetes Prow Robot
a484bd2efd
Merge pull request #2251 from Liujingfang1/master
...
Use sigs.k8s.io/Application type instead of go template
2020-03-03 16:33:47 -08:00
Jingfang Liu
c8602cf9b6
Use sigs.k8s.io/Application type instead of go template
2020-03-03 13:57:03 -08:00
Kubernetes Prow Robot
caa8fdc3cd
Merge pull request #2245 from pwittrock/merge3
...
Use OpenAPI when 3-way merging resources
2020-03-03 12:51:46 -08:00
Rhomel Chinsio
f0ae77abd5
allow braces in image tag name (api)
2020-03-03 05:48:36 +00:00
Phillip Wittrock
5d1a0346b5
Use OpenAPI when merging (3way) resources
...
- When merging (3way) resources use the patch strategy from the openAPI if the definition exists for the field
- Allow disabling of guessing patch strategy merge keys when no definition exists
- Support defining strategy and key directly on configuration fields through line and header coments
- Support attaching schema to parent fields of lists, and propagating -- e.g. that a field is a PodTemplate
2020-03-02 20:56:53 -08:00
Mengqi Yu
55284dc290
print to stderr when encoutnering errors
2020-03-02 16:16:10 -08:00
Yujun Zhang
382425d974
Add unit test for http fileloader
2020-02-29 16:19:21 +08:00
Yujun Zhang
ff6250cdb4
Allow loading file from http
2020-02-29 16:19:21 +08:00
Kubernetes Prow Robot
2a8a17e3af
Merge pull request #2239 from Liujingfang1/master
...
Add an example function to append an Application CR to resources
2020-02-28 15:34:39 -08:00
Gitesh Koli
70ac18f720
Corrected CronJob volume Path and the expected results
2020-02-28 16:46:09 -05:00
Gitesh Koli
bb6677f80a
Fixed the YAML format error
2020-02-28 16:31:23 -05:00
install_apigee_kickstart_on_gke.sh script
3408c3e4c6
Fixed Tab to spaces
2020-02-28 16:11:22 -05:00
Jingfang Liu
f6ad78650e
Add an example function to append an Application CR to resources
2020-02-28 13:05:33 -08:00
install_apigee_kickstart_on_gke.sh script
a3800701f1
Additional Tests to cover CronJob, DaemonSet, ReplicaSet, StatefulSet, Pod, Job
2020-02-28 15:52:59 -05:00
Kubernetes Prow Robot
6c4370cd0d
Merge pull request #2238 from pwittrock/release
...
Release kyaml and cmd/config v0.1.0
2020-02-27 16:06:39 -08:00
Phillip Wittrock
052deacbb2
Add license to kfns_test
2020-02-27 15:49:53 -08:00
Phillip Wittrock
523ab2e35f
Add cmd/ and kyaml/ to prow tests
2020-02-27 15:49:50 -08:00
Phillip Wittrock
9a015ca8d5
kyaml v0.1.0 release
2020-02-27 15:27:26 -08:00
Kubernetes Prow Robot
a24cc4d305
Merge pull request #2237 from Liujingfang1/master
...
add SetLabel function in kyaml library
2020-02-27 14:18:38 -08:00
Jingfang Liu
ef76575ab6
add test for SetLabel and SetAnnotation
2020-02-27 13:37:36 -08:00
Jingfang Liu
39094f2aeb
add SetLabel function in kyaml library
2020-02-27 12:11:06 -08:00
Kubernetes Prow Robot
49ebb3f155
Merge pull request #2236 from pwittrock/parse
...
Setters type support
kyaml/v0.1.0
2020-02-27 12:06:38 -08:00
Phillip Wittrock
fa507f782f
Setters: support for explicit setter typing
...
- ensure OpenAPI definitions always uses strings for setter values
- allow the field type to be defined -- integer,boolean,string
- format values using yaml 1.1 compatibility
2020-02-27 11:51:18 -08:00
Phillip Wittrock
da548f65ea
fixup go.sum
2020-02-27 11:48:24 -08:00
Kubernetes Prow Robot
8991b193c6
Merge pull request #2232 from pwittrock/setby
...
Setters: support for enums
2020-02-26 20:33:19 -08:00