Naoki Oketani
a8ece4b5f7
migrate Deploymnet from apps/v1beta2 to apps/v1
2019-11-12 15:02:54 +09:00
jregan
9fa0391ce9
Remove remaining plugins packages from external API.
2019-11-06 19:32:53 -08:00
Jeffrey Regan
6542af600d
Remove 'git' package from exposed API.
2019-11-06 13:08:47 -08:00
Jeffrey Regan
0687699d27
No kubeval dependent test on travis.
2019-11-04 13:01:37 -08:00
jregan
c88e8cc057
Make new nesting place for generated builtin code.
2019-10-20 17:41:09 -07:00
jregan
c90e0a4080
Drain pkg/transformers.
2019-10-20 09:19:07 -07:00
Benjamin Boudreau
07a9454215
doc: add configmap generator key example
2019-10-10 16:11:37 -04:00
Kubernetes Prow Robot
d5034af5ca
Merge pull request #1519 from sunny0826/zh
...
zh example:chart,secret generator plugin
2019-10-08 11:25:50 -07:00
guoxudong
40ed9e6a44
fix zh-doc
2019-10-08 09:49:55 +08:00
Jerome Brette
b1faa989f4
Update Ingress apiVersion to networking.k8s.io/v1beta1
2019-09-20 19:37:05 +00:00
Ratnadeep Debnath
b1fdaa2311
Fix typo in transformerconfigs README
2019-09-18 19:01:02 +05:30
Jeffrey Regan
74ed0b30e5
Example of configuring builtin plugin.
2019-09-17 16:29:08 -07:00
Jeff Regan
94ac55f17b
Merge pull request #1505 from Liujingfang1/master
...
add inline patch document
2019-09-13 10:16:40 -07:00
guoxudong
281f932814
zh example:chart,secret generator plugin
2019-09-10 10:19:18 +08:00
jingfangliu
9516880042
add inline patch document
2019-09-09 09:02:48 -07:00
Kubernetes Prow Robot
9ee35c9afb
Merge pull request #1484 from sunny0826/master
...
update zh doc
2019-09-06 08:44:58 -07:00
guoxudong
e455acc14b
fix
2019-09-06 09:20:21 +08:00
Michael
6fcb78403f
use kubectl apply -k # ( #1495 )
...
`kubectl apply -f ` is executed failed. ref: #1494
2019-09-05 09:27:39 -07:00
Yujun Zhang
6a4150d199
Amend go-getter plugin document according to comments
2019-09-05 13:57:20 +08:00
Yujun Zhang
ed920afb2e
Support setting command in go-getter plugin
...
This allows one to use non-kustomization remote source
2019-09-02 14:53:18 +08:00
guoxudong
a4e1ba0593
update zh doc
2019-08-27 13:57:17 +08:00
Kubernetes Prow Robot
84519c236b
Merge pull request #1434 from sunny0826/master
...
update examples-zh
2019-08-26 09:00:27 -07:00
guoxudong
aedb362565
fix doc
2019-08-24 16:18:34 +08:00
Jeffrey Regan
423a8a6e0d
Test examples against HEAD as well as against latest release.
2019-08-20 14:10:01 -07:00
guoxudong
6cf8b9e2b8
update examples-zh
2019-08-08 10:16:13 +08:00
郭旭东
34287e511f
fix example-zh-README.md
2019-08-02 09:09:32 +08:00
郭旭东
86f221611e
Update zh-example-README.md
2019-08-01 15:30:11 +08:00
Kubernetes Prow Robot
5a73f345fd
Merge pull request #1388 from Liujingfang1/patch
...
add example for extended patches
2019-07-23 17:04:16 -07:00
jingfangliu
0e62d759f0
address comments
2019-07-23 16:55:58 -07:00
jingfangliu
b2967d2f77
add example for extended patches
2019-07-23 15:54:25 -07:00
Richard Marshall
ba4d7ddca8
test: Fix kustomize install in integration test
2019-07-17 20:28:47 -07:00
Kubernetes Prow Robot
150985bb9c
Merge pull request #1200 from sunny0826/master
...
Chinese configGeneration.md dosc
2019-06-26 09:11:16 -07:00
郭旭东
50d40ef941
fix zh/configGeneration.md
2019-06-26 09:57:46 +08:00
Kubernetes Prow Robot
41c162a65f
Merge pull request #1204 from zeusro/master
...
Chinese translation:jsonpatch.md
2019-06-25 09:02:40 -07:00
Zeusro
ca521946a5
add missing text
2019-06-25 16:50:27 +08:00
Zeusro
b0e53d2b39
Chinese translation:jsonpatch.md
2019-06-25 16:49:41 +08:00
Jeffrey Regan
1740ca6a16
Add another detailed plugin example.
2019-06-24 15:19:49 -07:00
jregan
a7df00c07a
Starting v3 release for plugin developers.
...
[doc]: https://github.com/golang/go/wiki/Modules#releasing-modules-v2-or-higher
Per this Go modules [doc] a repo or branch that's
already tagged v2 or higher should increment the major
version (e.g. go to v3) when releasing their first Go
module-based packages.
At the moment, the kustomize repo has these top level
packages in the sigs.k8s.io/kustomize module:
- `cmd` - holds main program for kustomize
Conceivably someone can depend on this
package for integration tests.
- `internal` - intentionally unreleased subpackages
- `k8sdeps` - an adapter wrapping k8s dependencies
This exists only for use in pre-Go-modules kustomize-into-kubectl
integration and won't live much longer (as everything involved is
switching to Go modules).
- `pkg` - kustomize packages for export
This should shrink in later versions, since
the surface area is too large, containing
sub-packages that should be in 'internal'.
- `plugin` - holds main programs for plugins
This PR changes the top level go.mod file from
```
module sigs.k8s.io/kustomize
```
to
```
module sigs.k8s.io/kustomize/v3
```
and adjusts all import statements to
reflect the change.
2019-06-23 15:05:59 -07:00
Zeusro
9fc86f92fa
Chinese translation:jsonpatch.md
2019-06-19 21:16:40 +08:00
郭旭东
83b284dfde
fix configGeneration.md
2019-06-19 17:21:07 +08:00
郭旭东
01b410fe9c
Chinese configGeneration.md dosc
2019-06-19 14:36:21 +08:00
Jeff Regan
63d647df18
Update secretGeneratorPlugin.md
2019-06-18 16:50:48 -07:00
Jeffrey Regan
d2c93065d5
Move kustomize main to cmd directory.
2019-06-18 14:17:51 -07:00
Jeffrey Regan
cc531af665
Deprecate 'bases:' field.
2019-06-18 10:36:58 -07:00
Jingfang Liu
c250f75d1d
enable go module in the integration test ( #1153 )
2019-06-06 09:35:25 -07:00
jingfangliu
e4956c5500
update examples/README.md
2019-06-03 16:09:18 -07:00
Chris Carty
b07bea40f7
added field tables
2019-05-31 12:14:58 -07:00
Kubernetes Prow Robot
4b4c799129
Merge pull request #1143 from Liujingfang1/plugindoc
...
update validation transformer example text
2019-05-31 10:42:30 -07:00
jingfangliu
b2c8752211
update validation transformer example text
2019-05-31 09:58:48 -07:00
Kubernetes Prow Robot
4e9436eb80
Merge pull request #1116 from Liujingfang1/plugindoc
...
add example for transformer plugin
2019-05-31 09:32:30 -07:00