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
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
jingfangliu
142879ec30
add example for transformer plugin
2019-05-30 17:08:12 -07:00
jregan
1dd448e65c
Update 2.1 release notes before release.
2019-05-30 15:33:30 -07:00
郭旭东
7765bdd967
fix some doc
2019-05-29 15:22:41 +08:00
郭旭东
cd19d4262b
Merge remote-tracking branch 'upstream/master'
2019-05-29 14:08:40 +08:00
jregan
47c965481f
Reduce k8ds deps
2019-05-27 15:37:03 -07:00
Jeff Regan
3af0f9776f
Merge pull request #1118 from monopole/deleteKvPluginCode
...
Delete the KV plugin code.
2019-05-25 19:29:55 -07:00
Jeff Regan
c116a28e67
Merge pull request #1109 from nzoueidi/907
...
Add support for escaping characters in Doc
2019-05-24 18:55:20 -07:00
Jeffrey Regan
6a10654618
Delete the KV plugin code.
2019-05-24 16:49:16 -07:00
郭旭东
404884e295
chinese helloworld doc
2019-05-24 13:31:11 +08:00
Jingfang Liu
e17d303392
reorganize the examples layout
2019-05-23 13:50:30 -07:00
Kubernetes Prow Robot
fdee15e523
Merge pull request #1093 from sunny0826/master
...
translate example list
2019-05-23 07:28:30 -07:00
Naeil ZOUEIDI
c9d903cc36
Add support for escaping characters in Doc
2019-05-23 04:56:03 -04:00
jregan
78cdff6d09
Remove kv plugins from docs.
2019-05-22 21:13:45 -07:00
郭旭东
a64baed428
fix link
2019-05-23 09:38:16 +08:00
郭旭东
89243aed37
add zh dir
2019-05-22 09:40:41 +08:00
郭旭东
b4efc833c7
translate example list
2019-05-21 15:26:49 +08:00
jregan
45901219b7
Add builtin label transformer.
2019-05-19 18:20:18 -07:00
Jeffrey Regan
44ac9a9f44
Standalone ChartInflator plugin test.
2019-05-13 11:42:31 -07:00
Jeff Regan
70def86613
fix a link
2019-04-30 10:43:08 -07:00
Jeff Regan
cff5349426
Merge pull request #1020 from monopole/chartExample
...
Helm chart generator plugin example.
2019-04-30 10:20:37 -07:00
Jeffrey Regan
76d370a8f2
Chart last mile example
2019-04-29 13:53:51 -07:00
Jeff Regan
865348695f
Update remoteBuild.md
2019-04-29 10:06:41 -07:00
Jeff Regan
2ec8189c1c
Update remoteBuild.md
2019-04-29 09:59:00 -07:00
jregan
cfb0c5efad
Make plugin dir match Go conventions.
2019-04-25 20:30:10 -07:00
Kubernetes Prow Robot
3c495e3b23
Merge pull request #939 from kbhawkey/doc-images-take2
...
add tutorial for custom images transformer
2019-04-03 14:36:49 -07:00
Karen Bradshaw
927b497feb
fix tests
2019-03-31 19:05:35 -04:00
Karen Bradshaw
237c54f47e
add tutorial for custom images transformer
2019-03-31 16:29:52 -04:00
jregan
7971ac1cb8
Tweak secret docs.
2019-03-30 18:22:43 -07:00
Jingfang Liu
21a0cba43e
fix the regression of building remote url ( #935 )
2019-03-29 13:10:11 -07:00
Jeffrey Regan
58d9a51040
Improve plugin doc.
2019-03-28 12:50:19 -07:00
Jeffrey Regan
99391157ec
Add goplugin KV generator example.
2019-03-28 09:55:44 -07:00
Karen Bradshaw
f850ca63f4
remove extra comment
2019-03-16 16:49:16 -04:00
Karen Bradshaw
65886f1258
address comments
2019-03-16 16:40:30 -04:00
Karen Bradshaw
942e36e19f
a few more changes
2019-03-16 16:40:29 -04:00
Karen Bradshaw
7b82154c4c
correct spelling, minor word ordering
2019-03-16 16:40:29 -04:00
Jingfang Liu
f4eef1dc0b
update transformerconfigs/crd example
2019-02-27 13:26:58 -08:00
Yoan Blanc
cdcc0052a6
examples: typo
2019-01-30 16:45:17 +01:00
Jeff Regan
3e4ec3a12c
Merge pull request #715 from narg95/feature/add-images-docu
...
add 'images' documentation
2019-01-23 15:07:48 -08:00
Thomas Riccardi
f1b8fdec7f
Fix typo in generatorOptions example doc
2019-01-23 10:49:39 +01:00
Nestor
62d096e57d
add 'images' documentation
...
deprecate 'imageTags' documentation
2019-01-23 09:32:04 +01:00