Donny Xia
|
d03cf061e8
|
Update kyaml to specify user for function
|
2020-08-20 15:24:59 -07:00 |
|
jregan
|
edced4b3f6
|
Delete newly orphaned code.
|
2020-08-20 13:12:06 -07:00 |
|
Donny Xia
|
501684a9c6
|
remove break after input in pipeline
|
2020-08-20 11:54:56 -07:00 |
|
Kubernetes Prow Robot
|
596c39b7bc
|
Merge pull request #2855 from phanimarupaka/DeleteSubst
Delete substitution and fix delete setters
|
2020-08-19 12:27:23 -07:00 |
|
Donny Xia
|
037ac3b134
|
add option to continue pipeline when the input is empty
|
2020-08-19 11:21:35 -07:00 |
|
Jeff Regan
|
0ff4e53046
|
Update comment in types.go
|
2020-08-19 10:36:28 -07:00 |
|
jregan
|
e6ee03e3e3
|
Add TypeMeta.IsNamespaceable
|
2020-08-19 06:50:12 -07:00 |
|
Phani Teja Marupaka
|
ca04c874f2
|
Delete substitution and fix delete setters
|
2020-08-18 22:24:50 -07:00 |
|
Kubernetes Prow Robot
|
cbfef858a0
|
Merge pull request #2854 from monopole/inlineTypeMeta
Inline repeated types.
|
2020-08-18 10:39:11 -07:00 |
|
Kubernetes Prow Robot
|
62fbfdfa21
|
Merge pull request #2826 from ZhuGongpu/master
Add an option to log which function is running
|
2020-08-17 13:25:31 -07:00 |
|
Kubernetes Prow Robot
|
5d72fbc6c9
|
Merge pull request #2848 from phanimarupaka/UpdateArraySetterComments
Update setter comments correctly on updates
|
2020-08-17 10:29:31 -07:00 |
|
jregan
|
8619c9aa13
|
Inline TypeMeta.
|
2020-08-16 17:20:30 -07:00 |
|
Phani Teja Marupaka
|
5d8722a786
|
Print message if subst doesn't match any field value
|
2020-08-16 15:54:34 -07:00 |
|
jregan
|
8a8e35f3bb
|
Split mapnode.go and test from types.go
|
2020-08-16 13:25:19 -07:00 |
|
jregan
|
25dbe1eaa8
|
Delete non-kyaml/yaml/mapnode stuff from kyaml/yaml/mapnode.
|
2020-08-16 13:25:19 -07:00 |
|
jregan
|
2289e7d2e9
|
Copy kyaml/yaml/types to kyaml/yaml/mapnode.
|
2020-08-16 13:25:19 -07:00 |
|
jregan
|
d438271263
|
Split rnode.go and test from types.go
|
2020-08-16 07:36:15 -07:00 |
|
jregan
|
c4c8decb74
|
Delete non-rnode stuff from rnode.go.
|
2020-08-16 07:35:11 -07:00 |
|
jregan
|
0590b225c7
|
Copy types.go to rnode.go.
|
2020-08-16 07:35:11 -07:00 |
|
jregan
|
4dfe3c6296
|
Automated go.sum updates.
|
2020-08-15 19:18:08 -07:00 |
|
Phani Teja Marupaka
|
25e30de2d6
|
Update setter comments correctly on updates
|
2020-08-15 03:46:33 -07:00 |
|
Morten Torkildsen
|
bcdbb1a282
|
Add test for adding setter with path inside a sequence
|
2020-08-12 20:04:39 -07:00 |
|
Gongpu Zhu
|
b407675fc0
|
Enable logging in runfn
|
2020-08-11 18:02:22 -07:00 |
|
Gongpu Zhu
|
e5a78710aa
|
Add callback to kio pipeline execution
|
2020-08-10 17:14:56 -07:00 |
|
jregan
|
2b328eeb36
|
Remove unused IsFieldEmpty, add more godoc.
|
2020-08-10 12:37:13 -07:00 |
|
jregan
|
0e13eadd7a
|
IsFieldEmpty renamed to MapNode.IsNilOrEmpty
|
2020-08-10 10:24:02 -07:00 |
|
jregan
|
c469e80cad
|
Add RNode.IsNilOrEmpty and test.
|
2020-08-09 12:37:12 -07:00 |
|
jregan
|
5559601ecb
|
Add tests for IsTaggedNull, IsYNodeEmptySeq and IsYNodeEmptyMap.
|
2020-08-09 12:29:35 -07:00 |
|
jregan
|
01b34c8ea0
|
Add tests for IsNil
|
2020-08-09 11:55:28 -07:00 |
|
jregan
|
31c59bd7f2
|
Drop all calls to IsEmpty.
|
2020-08-09 10:47:06 -07:00 |
|
jregan
|
c94f164e66
|
Use new
|
2020-08-07 15:57:00 -07:00 |
|
jregan
|
cf5b26db8a
|
Kyaml api cleanup
|
2020-08-07 12:44:31 -07:00 |
|
Jeff Regan
|
f211841035
|
Merge pull request #2811 from monopole/moveToNewConstants
Move to new constants.
|
2020-08-07 12:32:41 -07:00 |
|
Jeff Regan
|
686e97f2fe
|
Merge pull request #2810 from Shell32-Natsu/fieldspec-empty
fix panic when fieldspec refers an empty value
|
2020-08-07 11:50:14 -07:00 |
|
Donny Xia
|
669ae59982
|
code review
|
2020-08-07 11:12:40 -07:00 |
|
Donny Xia
|
a2693d0249
|
fix panic when fieldspec refers an empty value
|
2020-08-07 10:47:25 -07:00 |
|
Donny Xia
|
d59d0401f4
|
Keep empty map in kustomize output
|
2020-08-06 13:21:38 -07:00 |
|
Jeff Regan
|
e605391895
|
Merge pull request #2800 from Shell32-Natsu/ignore-tempdir-env
Ignore TMPDIR when run container
|
2020-08-05 16:41:22 -07:00 |
|
Donny Xia
|
8cd7c13fad
|
fix linter issue
|
2020-08-05 12:04:46 -07:00 |
|
Donny Xia
|
8cdc97a0dd
|
code review
|
2020-08-05 11:56:19 -07:00 |
|
Jeff Regan
|
5e89565930
|
Merge pull request #2792 from mortent/FixSetterWalk
Fix issue where the schema was not propagated correctly when walking yaml doc
|
2020-08-05 08:38:51 -07:00 |
|
Donny Xia
|
2f7241f4c3
|
code review
|
2020-08-04 17:11:18 -07:00 |
|
Kubernetes Prow Robot
|
436c688bd0
|
Merge pull request #2797 from phanimarupaka/SuffixSubstInFix
Infix/Suffix subst creation for fix
|
2020-08-04 14:11:40 -07:00 |
|
Donny Xia
|
c99bc47c8d
|
fix test on macos
|
2020-08-04 11:01:06 -07:00 |
|
Donny Xia
|
60422c8090
|
Ignore TMPDIR when run container
|
2020-08-04 10:48:59 -07:00 |
|
Phani Teja Marupaka
|
974e3847dd
|
Infix/Suffix subst creation for fix
|
2020-08-03 14:46:29 -07:00 |
|
Phani Teja Marupaka
|
4e74947731
|
Update setter comments during 3-way merge
|
2020-08-03 11:55:34 -07:00 |
|
Morten Torkildsen
|
5c433ead5e
|
Use k8s schema to determine formatting if no type on setter
|
2020-07-31 13:44:47 -07:00 |
|
Morten Torkildsen
|
feeaa994b7
|
Fix issue where the schema was not propagated correctly when walking yaml doc
|
2020-07-31 10:56:00 -07:00 |
|
Kubernetes Prow Robot
|
17f935452f
|
Merge pull request #2778 from phanimarupaka/FixSetters
Fix command: Migrate v1 Setters to latest
|
2020-07-30 13:09:07 -07:00 |
|