Katrina Verey
b465c20f65
Remove pinning to external fork
2021-06-30 10:15:02 -07:00
Natasha Sarkar
5c2c617ff0
fix affected cmd/config tests
2021-06-30 10:14:45 -07:00
Natasha Sarkar
3ab0665c19
fix affected kyaml tests
2021-06-30 10:14:45 -07:00
Natasha Sarkar
4b66043735
compact sequence indent
2021-06-30 10:14:45 -07:00
Natasha Sarkar
979f03e76c
remove serialization hack after bump
2021-06-30 10:14:44 -07:00
Natasha Sarkar
c8b049f57f
point to natasha's fork
2021-06-30 10:14:33 -07:00
Katrina Verey
f3d8883046
Internalize forked code
2021-06-30 10:13:33 -07:00
Natasha Sarkar
e308f321d3
fix leading newline issue
2021-06-30 10:13:33 -07:00
Natasha Sarkar
beea785ead
tests for compactSeqIndent
2021-06-30 10:13:33 -07:00
Natasha Sarkar
95c5b686be
add defaultSeqIndent method
2021-06-30 10:13:32 -07:00
Natasha Sarkar
0ddf68cc8a
compact sequence indentation option
2021-06-30 10:13:32 -07:00
Katrina Verey
4cadad5cfe
Internal copy of go-yaml at 496545a6307b2a7d7a710fd516e5e16e8ab62dbc
2021-06-30 10:13:30 -07:00
Katrina Verey
9e4a6397d6
Instructions and script for go-yaml fork
2021-06-28 17:04:04 -07:00
Katrina Verey
2e8a3b7c45
Use the forked go-yaml module
2021-06-28 15:29:32 -07:00
Kubernetes Prow Robot
dac84d867e
Merge pull request #4010 from natasha41575/openapicommanddocs
...
fix openapi command help page
2021-06-23 08:54:10 -07:00
Natasha Sarkar
217e5c7268
fix openapi command help page
2021-06-22 18:46:34 -07:00
Jeff Regan
936ac37a2e
Update repospec_test.go
2021-06-21 14:30:11 -07:00
Kubernetes Prow Robot
cb4f5c3983
Merge pull request #4006 from runewake2/validate-data-map
...
Introduce Validate Data Map Function
2021-06-18 12:34:06 -07:00
Sam Wronski
1801d33287
Add error when datamap is nil
2021-06-18 10:14:17 -07:00
Sam Wronski
b01da61d83
Update argument name
2021-06-17 16:12:09 -07:00
Natasha Sarkar
23e28bb18a
change marshal indent to 2 ( #4005 )
2021-06-17 13:34:04 -07:00
Sam Wronski
a1f1c2d32f
Add documentation
2021-06-17 11:47:56 -07:00
Sam Wronski
10331d9560
Add GetValidatedDataMap to rnode
2021-06-17 01:46:35 -07:00
Francesc Campoy
60038d44f9
Add filesys.FileSystem to ignoreFileMatcher ( #3994 )
2021-06-16 17:16:20 -07:00
Kubernetes Prow Robot
24d06f83ca
Merge pull request #3998 from yhrn/star-fix
...
Remove debug fmt.Println breaking kpt Starlark output
2021-06-16 15:53:59 -07:00
Kubernetes Prow Robot
e76638f98d
Merge pull request #4000 from KnVerey/readme_update
...
Update kubectl kustomize section of readme
2021-06-16 14:47:59 -07:00
Kubernetes Prow Robot
ef1b9d4854
Merge pull request #3999 from campoy/patch-1
...
Test api in workflows
2021-06-16 14:29:59 -07:00
Katrina Verey
3c0f805674
Update kubectl kustomize section of readme
2021-06-16 14:26:40 -07:00
Francesc Campoy
324581594c
Test api for all platforms and skip those breaking on Windows
2021-06-16 14:18:48 -07:00
Francesc Campoy
7fae7d1bd6
Move api/filesys to kyaml/filesys ( #3997 )
...
* Move api/filesys to kyaml/filesys
* Add deprecated version of api/filesys with aliases to new code
* Use new kyaml/filesys package and update dependencies
* Migrate to kyaml/filesys and update dependencies
* Skip tests that break on Windows
2021-06-16 11:42:00 -07:00
Mattias Öhrn
0af3a75708
Remove debug fmt.Println breaking kpt Starlark output
2021-06-16 12:27:17 +02:00
Kubernetes Prow Robot
d39d7db9ed
Merge pull request #3966 from pacoxu/json-patch-v4.11.0
...
json-patch upgrade to v4.11.0
2021-06-15 15:25:43 -07:00
Kubernetes Prow Robot
a04a6de0ef
Merge pull request #3991 from natasha41575/convertvarstoreplacements
...
convert vars to replacements: mapping value with dot
2021-06-15 15:07:43 -07:00
Kubernetes Prow Robot
69a6708f9b
Merge pull request #3996 from khrisrichardson/kustomize-build-as-current-user
...
expose --as-current-user flag to kustomize build command
2021-06-15 12:53:43 -07:00
Khris Richardson
c19a972739
expose --as-current-user via AddFunctionBasicsFlags
2021-06-15 12:30:37 -07:00
Khris Richardson
2e674337b3
expose --as-current-user via GetRunFnRunner
2021-06-15 12:30:17 -07:00
Khris Richardson
727e24f365
append AsCurrentUser to FnPluginLoadingOptions
2021-06-15 12:29:59 -07:00
Natasha Sarkar
7e8ba62e9f
Merge pull request #3986 from campoy/filesys-default
...
Filesys default
2021-06-14 12:55:35 -07:00
Kubernetes Prow Robot
fe60d0c403
Merge pull request #3992 from mortent/AllowErrorForResourceHandler
...
Allow the Handle function of the ResourceHandler interface to return an error
2021-06-14 09:55:04 -07:00
Morten Torkildsen
2e0556b544
Allow the Handle function of the ResourceHandler interface to return an error
2021-06-13 15:06:08 -07:00
Kubernetes Prow Robot
479acac581
Merge pull request #3987 from mortent/AddResourceHandlerForMerge3
...
Allow users to customize handling of deleted resources for merge3
2021-06-11 18:19:00 -07:00
Natasha Sarkar
3b37fed24b
convert vars to replacements: mapping value with dot
2021-06-11 13:45:04 -07:00
Kubernetes Prow Robot
8fdb3f1703
Merge pull request #3926 from natasha41575/ConvertVarsToReplacements
...
convert vars to replacements
2021-06-11 13:01:00 -07:00
Morten Torkildsen
95e242353b
Allow users to customize handling of deleted resources for merge3
2021-06-11 11:37:24 -07:00
Francesc Campoy
199802a176
Ensure 'not exist' errors wrap os.ErrNotExist ( #3982 )
...
* Ensure 'not exist' errors wrap os.ErrNotExist
* Update go.sum
* Use an error type to avoid changing the error's string
2021-06-11 09:44:59 -07:00
Kubernetes Prow Robot
065432e074
Merge pull request #3984 from natasha41575/replacementWithDot
...
Replacement with dot
2021-06-10 18:12:13 -07:00
Francesc Campoy
62fd36facb
Updating go.sum
2021-06-10 16:56:50 -07:00
Natasha Sarkar
f121e74744
convert vars to replacements
2021-06-10 15:29:28 -07:00
Jeff Regan
5aa2f534be
Merge pull request #3985 from monopole/stringslice
...
Gather some string slice utils.
2021-06-10 14:30:15 -07:00
monopole
86dd74fd62
Gather some string slice utils.
2021-06-10 13:34:20 -07:00