Stuart P. Bentley
3c8e6d7151
Group regex within anchoring
...
This ensures that anchoring will apply to the entire anchored expression, eg. a pattern like `foo|bar` will only match the strings "foo" and "bar" (`^(?:foo|bar)$`), instead of matching any string that begins with "foo" or ends with "bar" (`^foo|bar$`).
2020-10-10 15:47:38 -07:00
jregan
5baea8400f
Unpin api,cmd/config,kyaml
2020-10-08 09:39:49 -07:00
jregan
b3cf475024
Pin to kyaml/v0.9.1 and cli-utils/v0.20.4
2020-10-07 16:23:13 -07:00
Jeff Regan
1bfcc81f08
Merge pull request #3027 from gochist/windows-exec
...
Support exec plugin on Windows
2020-10-07 14:18:14 -07:00
Donny Xia
b7265440f8
make file name more readable when no group
2020-10-07 12:44:45 -07:00
Donny Xia
e695b0534d
Add metadata field to kustomization file
2020-10-05 11:20:41 -07:00
June Yi
51ecca8f2f
Add a comment about the behavior in Windows
2020-10-03 09:49:56 +09:00
Jeff Regan
3ffc13dd6e
Merge pull request #3054 from Shell32-Natsu/isnamespaceable
...
refactor Gkv.isNamespaceableKind
2020-10-02 14:03:08 -07:00
Jeff Regan
2fb8603b2a
Merge pull request #3050 from Shell32-Natsu/deployment-annotation
...
support var ref in deployment template annotations
2020-10-02 14:01:32 -07:00
Donny Xia
03ea8f3615
update tests
2020-10-02 10:10:05 -07:00
Donny Xia
74d0d7960e
add option to choose prepend/append in merge
2020-10-02 09:56:59 -07:00
Donny Xia
c59b393fa4
refactor Gkv.isNamespaceableKind
2020-10-01 11:28:58 -07:00
Jeff Regan
fafe24c9df
Merge pull request #3038 from Shell32-Natsu/patch-list
...
support merge strategy directive in list
2020-10-01 10:53:13 -07:00
Natasha Sarkar
7c8c827a88
added IsEmpty() method
2020-09-30 12:17:14 -07:00
Donny Xia
ff927fd11a
support merge strategy in list
2020-09-30 10:52:47 -07:00
Donny Xia
a4f6fee6c8
support var ref in deployment template annotations
2020-09-30 10:21:03 -07:00
Natasha Sarkar
c93274c224
changed way to test for empty resource
2020-09-29 17:33:12 -07:00
Natasha Sarkar
f5feffbd23
fix for the patchdelete test
2020-09-28 13:28:06 -07:00
Natasha Sarkar
e17bab7e55
updated to include namespace
2020-09-28 11:01:01 -07:00
Natasha Sarkar
bd534441ce
fixed issue 2896
2020-09-28 11:01:01 -07:00
June Yi
85f79edc97
Add testcase for ErrIfNotExecutable
2020-09-26 18:01:39 +09:00
Kubernetes Prow Robot
4c48a4ff83
Merge pull request #3033 from Shell32-Natsu/3021
...
fix multiple match issue in rolebinding
2020-09-25 17:22:48 -07:00
Jeff Regan
eb6c715bc3
Merge pull request #3032 from Shell32-Natsu/default-branch
...
remove default master branch in cloner
2020-09-25 17:01:54 -07:00
Jeff Regan
1320e0c3dc
Merge pull request #2999 from aodinokov/fixenv
...
Added list of env variables for fn-plugins
2020-09-25 17:00:28 -07:00
Donny Xia
b51e09d5fe
fix multiple match issue in rolebinding
2020-09-23 13:03:12 -07:00
Donny Xia
f02af7a48b
remove default master branch in cloner
2020-09-22 15:57:50 -07:00
June Yi
551841b789
Support exec plugin on Windows
2020-09-22 22:42:18 +09:00
Kubernetes Prow Robot
7500764cbf
Merge pull request #3000 from Shell32-Natsu/res-select
...
fix namespace will match all empty namespace
2020-09-21 13:07:52 -07:00
Donny Xia
544fc60bfe
add another test
2020-09-21 12:24:47 -07:00
Jeff Regan
0850eae0b9
Merge pull request #3001 from Shell32-Natsu/patch-delete
...
handle the "$patch: delete" in patch transformer
2020-09-21 12:03:40 -07:00
Donny Xia
31b395a33f
handle the "$patch: delete" in patch transformer
2020-09-21 11:46:39 -07:00
Natasha Sarkar
ce0dba9217
fixed bug in base test
2020-09-21 11:32:26 -07:00
Natasha Sarkar
9abd0119e1
test for issue 2896
2020-09-21 11:25:54 -07:00
Alexey Odinokov
64cbfbe56d
added test for env vars
2020-09-21 06:14:09 +00:00
jregan
0bfec6b39b
Unpin kyaml, cmd/config and api.
2020-09-20 08:07:32 -07:00
Kubernetes Prow Robot
eb638cc312
Merge pull request #3009 from Shell32-Natsu/endpoint-service
...
put endpoints before service
2020-09-18 14:20:28 -07:00
Donny Xia
f1dabbd4fc
put endpoints before service
2020-09-18 12:21:03 -07:00
Jeffrey Regan
747e05f2a4
Pin to kyaml v0.8.1
2020-09-18 12:11:03 -07:00
jregan
b115c95ea1
Pin to api/v0.6.1
2020-09-17 16:27:08 -07:00
Donny Xia
2f8a376ae4
fix namespace will match all empty namespace
2020-09-17 12:46:18 -07:00
Alexey Odinokov
b314ca185f
Added list of env variables for fn-plugins
...
KRM-functions should be able get env variables.
Reflecting in `build` cmd args added in [1]
for `fn run` cmd.
[1]
https://github.com/kubernetes-sigs/kustomize/pull/2988/
2020-09-17 03:41:36 +00:00
jregan
67d5871e87
Go sum updates
2020-09-15 17:02:40 -07:00
Jeff Regan
f98c683915
Merge pull request #2983 from Shell32-Natsu/allow-null
...
ignore null value in fieldspec
2020-09-15 17:02:20 -07:00
jregan
4d42ffc7f8
Pin to kyaml v0.8.0
2020-09-15 15:26:29 -07:00
jregan
04404ff61b
Generated changes.
2020-09-15 14:55:08 -07:00
Donny Xia
f0bc926640
ignore null value in fieldspec
2020-09-14 13:20:20 -07:00
Jeffrey Regan
950c1de46d
Add test representing 2960
2020-09-11 15:22:41 -07:00
Jeff Regan
a6e03e4d11
Merge pull request #2920 from wyyxd2017/hato4
...
Technical details structure picture
2020-09-11 14:32:19 -07:00
Kubernetes Prow Robot
1680cc72c0
Merge pull request #2953 from easimon/add_namespace_to_namespace_transformer
...
Add namespace name to namespace transformer defaults
2020-09-09 14:57:44 -07:00
Jeff Regan
2f89de86f8
Merge pull request #2956 from justinsb/fix_language
...
Replace language with more inclusive & accurate "hard-coded"
2020-09-09 11:33:53 -07:00