Håkon Solbjørg
afc1815f3f
docs(examples): Fix URL to installation instructions in examples
2022-05-23 12:06:04 +02:00
monopole
172adc404f
Consolidate scripts into k8s-traditional hack dir.
2021-05-24 17:09:11 -07:00
Mike Borozdin
072ae36fe6
removing travis references
2020-11-03 10:04:42 -08:00
Jeff Regan
765a4888df
Merge pull request #2438 from apyrgio/feature-components-docs
...
Kustomize API Proposal: Add an example with components
2020-05-18 16:37:45 -07:00
jregan
e54455705d
ValueAddTransformer
2020-05-10 17:49:46 -07:00
Alex Pyrgiotis
6063a6bde8
Add an example with components
...
Add a WIP example that showcases how components can be used.
2020-05-06 07:44:21 +00:00
Patrick Wiseman
cae8fd0013
Update link to travis pre-commit hook in docs
2020-04-30 12:03:47 -04: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
Jeffrey Regan
423a8a6e0d
Test examples against HEAD as well as against latest release.
2019-08-20 14:10:01 -07:00
jingfangliu
b2967d2f77
add example for extended patches
2019-07-23 15:54:25 -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
Jeffrey Regan
d2c93065d5
Move kustomize main to cmd directory.
2019-06-18 14:17:51 -07:00
jingfangliu
e4956c5500
update examples/README.md
2019-06-03 16:09:18 -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
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
jregan
78cdff6d09
Remove kv plugins from docs.
2019-05-22 21:13:45 -07: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
Jeffrey Regan
76d370a8f2
Chart last mile example
2019-04-29 13:53:51 -07:00
Jeffrey Regan
99391157ec
Add goplugin KV generator example.
2019-03-28 09:55:44 -07:00
Nestor
62d096e57d
add 'images' documentation
...
deprecate 'imageTags' documentation
2019-01-23 09:32:04 +01:00
Jingfang Liu
e574948577
update docs for vars
2018-11-13 11:32:10 -08:00
Jingfang Liu
4827d9984f
Add example for generatorOptions
2018-10-30 13:53:26 -07:00
Jingfang Liu
a90c957463
Add example for transformer configurations: crd
2018-10-24 12:08:48 -07:00
Jingfang Liu
64fdb8d760
change github.com/kubernetes-sigs to sigs.k8s.io ( #343 )
...
* change github.com/kubernetes-sigs to sigs.k8s.io
* change go_import_path in .travis.yml
2018-09-12 12:41:38 -07:00
Jingfang Liu
1c616b1962
Add examples and docs for patchesJson6902
2018-09-07 11:55:12 -07:00
Jingfang Liu
759ba1cbf4
Add example for kustomize build {url}
2018-08-20 09:52:32 -07:00
Jingfang Liu
e30401489d
Add example for multibases
2018-07-27 10:43:16 -07:00
k8s-ci-robot
12d1771bb3
Merge pull request #197 from Liujingfang1/master
...
Change configmapGenerator to configmap.yaml in helloWorld example
2018-07-24 13:50:56 -07:00
Jingfang Liu
05a91893bf
break helloWorld example into two examples:
...
- one for declaring a ConfigMap as resources
- one for declaring a ConfigMap from ConfigMapGenerator and rolling
update
2018-07-24 11:35:15 -07:00
Jingfang Liu
838a766d12
Add docs and demo for imageTags
2018-07-23 16:35:04 -07:00
Jingfang Liu
ab0c9b4118
address comments
2018-06-11 13:52:18 -07:00
Jingfang Liu
b6efde13eb
Add README.md for wordpress to show variable reference usage
2018-06-11 11:41:09 -07:00
Ahmet Alp Balkan
7086e4f974
demos --> examples
...
examples/ is pretty standard whereas demos/ isn't. So I just refactored that.
Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com >
2018-05-25 10:07:46 -07:00