Kubernetes Prow Robot
b1fbf1958d
Merge pull request #2432 from tamalsaha/fix-marshal
...
Fix MarshalJSON of array
2020-05-13 16:22:22 -07:00
Tamal Saha
e3971ffbff
Fix linter warning
...
Signed-off-by: Tamal Saha <tamal@appscode.com >
2020-05-13 13:34:24 -07:00
Tamal Saha
802d79ae32
Fix MarshalJSON of array
...
Signed-off-by: Tamal Saha <tamal@appscode.com >
2020-05-13 13:32:19 -07:00
Phillip Wittrock
6ae53cb732
Support publishing starlark functions from urls
2020-05-13 11:36:49 -07:00
Kubernetes Prow Robot
0a8d367633
Merge pull request #2469 from pwittrock/gomod
...
unpin kyaml for cmd/config
2020-05-13 11:22:27 -07:00
Phillip Wittrock
75cba52f60
unpin kyaml for cmd/config
2020-05-13 11:10:26 -07:00
Alex Pyrgiotis
5884290fff
Set API version of KustomizationPatch to v1alpha1
...
Rename all `KustomizationPatch` instances to
`v1alpha1/KustomizationPatch`, to reflect that it's an alpha feature.
2020-05-13 14:05:30 +00:00
Ioannis Androulidakis
0152dbb0dc
Extend example with components
...
Describe in more detail the solution with stock kustomize variants to
better showcase the benefits of kustomize components.
Plus, revamp certain parts of the example with minor fixes.
2020-05-13 13:58:55 +00:00
Kubernetes Prow Robot
5d7269968a
Merge pull request #2456 from sunny0826/zh-docs
...
Add plugins zh docs
2020-05-12 18:22:26 -07:00
Jeff Regan
a0b997308a
Merge pull request #2461 from breun/macports
...
Add install command for MacPorts user
2020-05-12 15:50:11 -07:00
Kubernetes Prow Robot
aa95c9a773
Merge pull request #2465 from pwittrock/save-comments
...
Copy comments from function inputs to function outputs.
2020-05-12 15:46:26 -07:00
Phillip Wittrock
5907c9e141
Copy comments from function inputs to function outputs.
2020-05-12 15:07:43 -07:00
Kubernetes Prow Robot
266af31bcb
Merge pull request #2463 from pwittrock/master
...
Migrate examples on to go fn framework
2020-05-12 14:18:21 -07:00
Kubernetes Prow Robot
988afcb82d
Merge pull request #2442 from phanimarupaka/AddMaintainer
...
Add maintainer
2020-05-12 11:16:21 -07:00
Jeff Regan
ec96854186
Merge pull request #2449 from mcristina422/patch-1
...
add missing required key in example
2020-05-12 10:33:00 -07:00
Jeff Regan
26a6c8e47a
Merge pull request #2459 from asadali/change-mutating-webhook-order
...
Relative Order of Mutating/Validating WebhookConfigs
2020-05-12 10:32:09 -07:00
Phillip Wittrock
d5666c4ff4
Migrate examples on to go fn framework
2020-05-12 10:11:56 -07:00
Nils Breunese
ec43561c2d
Add install command for MacPorts user
2020-05-12 18:41:33 +02:00
guoxudong
4faf00b928
Merge branch 'zh-docs' of https://github.com/sunny0826/kustomize into zh-docs
2020-05-12 14:13:55 +08:00
guoxudong
4b78440c59
add zh docs plugins.md
2020-05-12 14:13:12 +08:00
guoxudong
aafe6b0260
fix
2020-05-12 09:17:13 +08:00
Asad Ali
74b45392fc
Relative Order of Mutating/Validating WebhookConfigs
...
MutatingWebhookConfig may have similar dependencies as the
ValidatingWebhookConfig. eg. a k8s cluster service. Therefore, it should
be ordered last as well.
This PR preserves the implicit ordering between CustomResources and the
webhook while introducing a relative order between the two webhooks.
i.e. MutatingWebhook should be created prior to the ValidatingWebhook
The change is an enhancement of #1104
2020-05-11 13:08:07 -07:00
Jeff Regan
f8ef55eeac
Update valueAdd.md
2020-05-11 10:56:49 -07:00
Jeff Regan
897e7b6e61
Merge pull request #2458 from monopole/updateBuildScripts
...
Update build scripts
kustomize/v3.5.5
2020-05-11 09:42:46 -07:00
Jeffrey Regan
70b1cfef4a
Update build scripts
2020-05-11 09:40:54 -07:00
Jeff Regan
4c9cc343cd
Merge pull request #2457 from monopole/pinToApiV033
...
Pin kustomize CLI to kustomize API v0.3.3
2020-05-11 08:48:11 -07:00
jregan
5213426f0a
Pin kustomize to api v0.3.3
2020-05-11 08:33:23 -07:00
guoxudong
5e22d9fedb
fix
2020-05-11 10:44:45 +08:00
guoxudong
a5cdc6c912
fix
2020-05-11 10:38:56 +08:00
guoxudong
6a32d8ac42
add zh docs plugins.md
2020-05-11 10:36:22 +08:00
Jeff Regan
abb9d5a5b1
Merge pull request #2455 from monopole/add6902
...
Introduce ValueAddTransformer.
api/v0.3.3
2020-05-10 18:23:29 -07:00
jregan
e54455705d
ValueAddTransformer
2020-05-10 17:49:46 -07:00
Jeff Regan
c39cf55509
Merge pull request #2454 from monopole/valueAddFilter
...
add value add filter
2020-05-10 17:12:27 -07:00
jregan
1a89d09f40
add value add filter
2020-05-10 16:59:43 -07:00
Jeff Regan
4ee126c840
Merge pull request #2453 from monopole/defineNamespaceField
...
Define global const for metadata/namespace field
2020-05-09 18:39:03 -07:00
jregan
39cb87cf2b
Define global const for metadata/namespace field
2020-05-09 18:00:26 -07:00
Jeff Regan
3c6d3845ec
Merge pull request #2452 from monopole/filePathJoin
...
Add filesys.InsertPathPart function
2020-05-09 17:39:04 -07:00
jregan
51e3e0ff29
add filesys.InsertPathPart function
2020-05-09 17:21:31 -07:00
Jeff Regan
5c382b3c57
Merge pull request #2451 from monopole/upgradeKyaml
...
Upgrade to latest kyaml, cmd/config
2020-05-09 16:53:07 -07:00
jregan
065f70705d
Upgrade to latest kyaml, cmd/config
2020-05-09 16:31:24 -07:00
Michael Cristina
a3fba0cb07
add missing required key in example
2020-05-09 10:11:14 -05:00
Kubernetes Prow Robot
77fa5c2921
Merge pull request #2447 from pwittrock/release
...
update cmd/config e2e tests with new go function framework
2020-05-08 09:21:42 -07:00
Phillip Wittrock
cc84eb108d
update cmd/config e2e tests with new go function framework
2020-05-08 09:10:15 -07:00
Kubernetes Prow Robot
2409845437
Merge pull request #2446 from pwittrock/release
...
release kyaml and cmd/config v0.1.10
2020-05-08 09:05:43 -07:00
Phillip Wittrock
83c7c29132
release kyaml and cmd/config v0.1.10
2020-05-08 08:51:54 -07:00
Kubernetes Prow Robot
7a03fe7353
Merge pull request #2445 from pwittrock/release
...
UX improvements to kyaml/fn/framework
kyaml/v0.1.10
2020-05-08 08:23:42 -07:00
Phillip Wittrock
5bae01fa68
UX improvements to kyaml/fn/framework
2020-05-07 22:03:12 -07:00
Kubernetes Prow Robot
9d6bbfb38a
Merge pull request #2437 from phanimarupaka/ValidationSubstName
...
Avoid Setter and Substitution with same name
2020-05-07 14:09:42 -07:00
Kubernetes Prow Robot
dac97f6aeb
Merge pull request #2439 from phanimarupaka/ListSubstitions
...
List substitutions
2020-05-07 13:55:42 -07:00
phani
1494cd3702
Merge branch 'master' into ListSubstitions
2020-05-07 13:38:18 -07:00