Masih H. Derkani
11ef1f3921
Update inventory_object.md
2020-03-20 10:11:22 +00:00
Michael Cook
aa46b6ec44
fix misspellings
2020-03-18 14:36:12 +01:00
Chance Zibolski
aec264d2b5
docs: Document per-resource generatorOptions
2020-02-26 09:54:43 -08:00
vanou
5975761fbf
Fix typo in kustomization file fields explanation
...
This commit fixes typo in explanation of 'resources' field
in kustomization file.
2020-02-06 22:43:45 +09:00
Kubernetes Prow Robot
8e2ec69d85
Merge pull request #2136 from yujunz/docs/how
...
Add document about how `kustomize build` works
2020-01-28 09:25:42 -08:00
beantaxi
9f9a1d4159
Rename authoriing.md to authoring.md
2020-01-22 12:04:49 -06:00
Yujun Zhang
e2f4339ec6
Add document about how kustomize build works
2020-01-22 13:32:49 +08:00
Ofek Lev
ed31a60e9b
Fix typo
2020-01-12 08:29:16 -05:00
Jeff Regan
647731a6ad
Update execPluginGuidedExample.md
2020-01-07 13:57:30 -08:00
wangyetao
a47eff804b
fix error url
2019-12-31 15:03:55 +08:00
Kubernetes Prow Robot
751491551b
Merge pull request #1953 from sunny0826/master
...
Update zh/INSTALL.md
2019-12-16 15:07:38 -08:00
guoxudong
46f1f1b5da
fix
2019-12-14 11:02:08 +08:00
Brannon Dorsey
735c249bc4
Minor grammar fix
2019-12-12 22:23:04 -05:00
guoxudong
e0597683d4
Update zh/INSTALL.md
2019-12-13 09:59:24 +08:00
Jeff Regan
6b7236a206
Update INSTALL.md
2019-12-11 14:26:09 -08:00
Jeff Regan
b2814c5310
Update INSTALL.md
2019-12-05 18:22:37 -08:00
Jeff Regan
c00cf120ff
Update INSTALL.md
2019-12-05 18:22:23 -08:00
Jeffrey Regan
04bfb3e94d
Tweak install.
2019-12-05 15:17:33 -08:00
Jeff Regan
567bc834c9
Update INSTALL.md
2019-12-05 14:47:11 -08:00
Jeff Regan
49f8b2bee8
Update INSTALL.md
2019-12-05 14:43:58 -08:00
Jeff Regan
b710a76818
Add kustomize install script.
2019-12-05 14:02:16 -08:00
Jeff Regan
46af583a57
Update bugs.md
2019-12-01 07:48:10 -08:00
Jeff Regan
f33069fc15
Update bugs.md
2019-12-01 07:24:56 -08:00
bzub
80dc481f9c
Fix images + name{Prefix,Suffix} field links.
2019-11-23 14:29:06 -06:00
Idan Bidani
04516803f2
Fix docs broken links as Github relative links
2019-11-21 23:52:53 -05:00
Jeff Regan
b6d760dc6f
Update eschewedFeatures.md
2019-11-21 17:00:09 -08:00
Nguyen Phuong An
3ec583a3df
fix typo
...
Signed-off-by: Nguyen Phuong An <AnNP@vn.fujitsu.com >
2019-11-21 09:26:32 +07:00
Kubernetes Prow Robot
12a26e1cbc
Merge pull request #1786 from joncwong/patch-3
...
Add tree to necessary tools
2019-11-14 13:03:36 -08:00
Jeff Regan
c0d1bde30c
Update macDevGuide.md
2019-11-14 11:59:09 -08:00
Jonathan Wong
563564a198
Add tree to necessary tools
...
I don't believe "tree" is under the branch of gnu tools, so it might be misleading to put it under "Install gnu tools." Should we leave it like this or change the title to "Install gnu/unix tools"
2019-11-12 12:37:40 -08:00
jregan
382981fb43
Remove opsys comment from generated code.
2019-11-11 08:32:35 -08:00
Naoki Oketani
6af51a1bfe
brew install gnu-sed
2019-11-08 08:17:48 +09:00
Jeffrey Regan
d36e3f015d
Remove target package from exposed API.
2019-11-06 15:10:11 -08:00
Phillip Wittrock
3301913178
Add Mac development guide
2019-10-30 09:11:25 -07:00
jregan
5c63c20390
Fix some nits.
2019-10-25 10:29:48 -07:00
Jeff Regan
44cdf98a47
Filter out pluginator in install curl script.
2019-10-24 12:40:06 -07:00
Jeff Regan
af8e17a1ed
Fix curl command in INSTALL.md
2019-10-24 11:34:09 -07:00
Jeff Regan
e2eeb90639
Update INSTALL.md
2019-10-24 11:23:21 -07:00
Jeff Regan
1704977a4b
Explain using go to install kustomize.
2019-10-24 11:08:21 -07:00
Jeffrey Regan
46524d3b6a
Introduce API module.
2019-10-21 13:30:31 -07:00
jregan
c88e8cc057
Make new nesting place for generated builtin code.
2019-10-20 17:41:09 -07:00
jregan
951d15bf17
Make api/plugins
2019-10-20 15:12:13 -07:00
jregan
c90e0a4080
Drain pkg/transformers.
2019-10-20 09:19:07 -07:00
jregan
a62f1364fe
Update docs
2019-10-18 12:46:36 -07:00
Jeff Regan
d1240bcc63
Update INSTALL.md
2019-10-18 10:48:54 -07:00
Jeffrey Regan
e5c8b5ec8f
Start api directory, which will become a module.
2019-10-17 14:01:20 -07:00
jregan
07d2500ee3
Make types package public.
2019-10-16 16:41:43 -07:00
Scott Numamoto
9778f867b5
Update broken URL in Exec Plugin Tutorial
...
- link created in the scripts of Exec plugin on linux in 60 seconds to download the kustomize executable does not work
- used the [releases page](https://github.com/kubernetes-sigs/kustomize/releases/tag/v3.0.0 ) to fix
2019-10-12 01:02:16 -07:00
Rui Chen
0551338958
Merge branch 'master' of github.com:kubernetes-sigs/kustomize into go-1.13
...
* 'master' of github.com:kubernetes-sigs/kustomize: (27 commits)
Update complexcomposition_test.go
doc: add configmap generator key example
tweakNamesInTest
cleanup on errors in git loader
refactor complexcomposition_test in prep for addition
Update INSTALL.md
Update INSTALL.md
Introduce dummy program to help with API releases.
fix zh-doc
v3.3.0 release notes
Move pluginator to kustomize Go API v3.3.0
Three builders.
Update README.md
update release process doc
improve tests for alternative kustomization file names
Reduce size of pgmconfig package
Break the dep between fs and pgmconfig.
Improve fs package and doc in prep to officially go public
Update versioning notes.
Fix: documentation link for plugins
...
2019-10-11 11:18:20 -04:00
Jeff Regan
cc4341c546
Update INSTALL.md
2019-10-09 11:16:19 -07:00