Jeff Regan
0519df4ad5
Merge pull request #1259 from monopole/releasing
...
Update notes for releasing.
2019-06-26 13:19:03 -07:00
Jeffrey Regan
55585d8da5
Update notes for releasing.
2019-06-26 13:10:41 -07:00
Jeff Regan
b8b49c3124
Merge pull request #1244 from Liujingfang1/patches
...
add type for extended patches
2019-06-26 11:21:22 -07:00
Jeff Regan
a41471d895
Merge pull request #1254 from monopole/nonnamespace
...
Fix some minor nits around namespace code.
2019-06-26 10:25:16 -07:00
Jeffrey Regan
877e9ecf64
Fix some minor nits around namespace code.
2019-06-26 10:02:22 -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
jingfangliu
039f7669df
add type for extended patches
2019-06-26 09:01:17 -07:00
Jeff Regan
6caa042b05
Merge pull request #1255 from monopole/fixNits
...
Fix some random Go nits.
2019-06-25 21:03:38 -07:00
jregan
cc0fffc67b
Fix some random Go nits.
2019-06-25 20:46:56 -07:00
郭旭东
50d40ef941
fix zh/configGeneration.md
2019-06-26 09:57:46 +08:00
Jeff Regan
69d40bd740
Merge pull request #1221 from keleustes/mergens
...
ConfigMap Generators with identical name in different namespaces
2019-06-25 16:31:18 -07:00
Jerome Brette
4272611593
Change key used sort "not namespaceable objects.
...
- Use "%no_namespace% instead of "cluster-wide"
- Ensure will be no conflict with a kubernetes valid namespace name.
2019-06-25 17:04:55 -05:00
Jerome Brette
74f5e74b89
Consolidate IsClusterKind and IsNamespaceableKind method to avoid duplication
2019-06-25 13:46:49 -05:00
Jerome Brette
2bba0a6aa3
Support for ConfigMap generator with identical names in different namespaces.
...
- Attempt to account, at build time, for subsequent kubectl apply behavior.
(empty or no namespace means default).
- Account for the fact that not all objects have a namespace.
- Add new Equal method to ResId address merge name conflict
- Add GroupByName to resources by namespaces to resolve filenames conflict
- Added corresponding unit tests.
- Change the fail test for issue #1155
2019-06-25 13:39:32 -05:00
Jeff Regan
762d3143eb
Merge pull request #1242 from taxpon/add-patch-remover
...
Add patch remover
2019-06-25 09:51:44 -07:00
Jeff Regan
7f22e25dfe
Merge pull request #1239 from sethpollack/fix_plugins
...
allow reuse of plugins
2019-06-25 09:10:05 -07: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
Takuro Wada
5c93722db8
Update pkg structure to avoid circular import
2019-06-25 11:46:01 +09:00
Takuro Wada
d34c82c905
move globPatterns to edit pkg and make it public
2019-06-25 11:21:29 +09:00
Takuro Wada
f11d083b0a
Apply goimports
2019-06-25 11:05:56 +09:00
Takuro Wada
f1a5a7703c
Update Copyright to shorter one
2019-06-25 11:05:43 +09:00
Seth Pollack
9cc2c90a4b
allow reuse of plugins
2019-06-24 21:09:13 -04:00
Jeff Regan
bc31fa9120
Merge pull request #1247 from monopole/updateReleaseNotes
...
Update versioning policy.
2019-06-24 17:27:44 -07:00
Jeffrey Regan
7a67645558
Update versioning policy.
2019-06-24 17:26:42 -07:00
Jeff Regan
b0f59358d9
Update v3.0.0.md
2019-06-24 16:17:36 -07:00
Jeff Regan
0e6c7d8af7
Update v3.0.0.md
2019-06-24 16:15:54 -07:00
Jeff Regan
9c20085ca9
Update goPluginGuidedExample.md
2019-06-24 15:27:14 -07:00
Jeff Regan
d48a52055a
Update goPluginGuidedExample.md
2019-06-24 15:25:03 -07:00
Jeff Regan
dc433e12fb
Merge pull request #1246 from monopole/pluginDocGetsOwnDir
...
Add another detailed plugin example.
2019-06-24 15:21:04 -07:00
Jeffrey Regan
1740ca6a16
Add another detailed plugin example.
2019-06-24 15:19:49 -07:00
Takuro Wada
2ae8ca1d63
Fix help message to align other cmd
2019-06-24 21:28:44 +09:00
Takuro Wada
674cd89ac9
Add patch remover
2019-06-24 21:25:01 +09:00
Takuro Wada
6ed70add4a
Add Delete function to patch pkg
2019-06-24 21:14:26 +09:00
Jeff Regan
ae5ebccec7
Merge pull request #1241 from monopole/hackPluginTesting
...
Hack for local testing of isolated plugins.
2019-06-23 18:05:23 -07:00
jregan
19c8e23425
Hack for local testing of isolated plugins.
2019-06-23 18:04:20 -07:00
Jeff Regan
b878cd050d
Merge pull request #1240 from monopole/v3
...
Starting v3 release for plugin developers.
2019-06-23 15:18:18 -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
Jeff Regan
3127f1adc6
Merge pull request #1238 from monopole/removeSopsEncodedSecretsPlugin
...
Remove SopsEncodedSecretsPlugin
2019-06-23 10:02:15 -07:00
jregan
a722cca80a
Remove SopsEncodedSecretsPlugin
2019-06-23 09:46:45 -07:00
Jeff Regan
0ffd78eab6
Merge pull request #1224 from keleustes/varset
...
Change the backing data structure of VarSet from slice to map
2019-06-23 09:03:48 -07:00
Jeff Regan
694c868048
Merge pull request #1231 from arnodel/fix-1228
...
Iterate over fieldspecs for name tranformations (fixes #1228 )
2019-06-23 09:02:54 -07:00
Jeff Regan
2da2006e2a
Merge pull request #1237 from taxpon/add-metadata-remover
...
Add metadata remover
2019-06-23 08:56:03 -07:00
Jeff Regan
0bc83ca065
Merge pull request #1227 from leoxiongdev/patch-1
...
Fix typo
2019-06-23 08:36:08 -07:00
Takuro Wada
ab2643ef14
Fix FakeValidator
2019-06-23 19:59:01 +09:00
Takuro Wada
297812ec11
Fix lint
2019-06-23 19:43:49 +09:00
Takuro Wada
158f754f18
Add remove annotation command
2019-06-23 18:43:52 +09:00
Takuro Wada
da3504105e
Add remove label command
2019-06-23 18:43:52 +09:00
Arnaud Delobelle
d3f50695b4
Fix configmap name in test
2019-06-22 08:46:22 +01:00