Mengqi Yu
816e2365bf
Add benchmark test for parsing openapi in protobuf format
2022-01-25 12:10:25 -08:00
sdowell
3687250ca2
Add TrackableFilter interface ( #4410 )
...
* add kio filter interface
This interface is an extension of the Filter interface which can be used
for filters which are capable of tracking which fields they mutate.
* add TrackableSetter struct to filtersutil
This struct provides an abstraction to help Filters implement the
TrackableFilter interface
* implement TrackableFilter with annotations
This updates the annotations filter to implement the TrackableFilter
interface by reusing the TrackableSetter abstraction provided by
filtersutil.
This is done to provide a generic and consistent experience across the
filters
* implement TrackableFilter with labels
This updates the labels filter to implement the TrackableFilter
interface by reusing the TrackableSetter abstraction provided by
filtersutil.
This is done to provide a generic and consistent experience across the
filters
2022-01-24 11:05:32 -08:00
Kubernetes Prow Robot
77b1af2d91
Merge pull request #4352 from natasha41575/FilterErrors
...
prevent internal annotations from showing up in the errors thrown by filters
2021-12-29 13:45:22 -08:00
Sylvain Rabot
31b7cf9e0a
Upgrade cobra for better zsh support
...
Signed-off-by: Sylvain Rabot <sylvain@abstraction.fr >
2021-12-23 19:49:24 +01:00
natasha41575
c659306ee2
don't surface entire node content in error message
2021-12-22 16:56:02 -08:00
natasha41575
6dfc238aa2
improve gvk and resid strings for error messages
2021-12-22 11:39:07 -08:00
Mengqi Yu
cd2c6a1ad1
Remove the deprecation warning for a few RNode helpers
...
The Pipe method is not as intuitive as these helpers. These helpers
are convenient and useful. Deprecating them before we have better
alternatives is premature.
2021-12-03 11:47:34 -08:00
Kubernetes Prow Robot
8c6af9440c
Merge pull request #4327 from mengqiy/fixanno
...
use internal.config.kubernetes.io prefix instead of internal.config.k8s.io
2021-12-03 10:02:27 -08:00
Mengqi Yu
646915cb86
use internal.config.kubernetes.io prefix instead of internal.config.k8s.io
2021-12-02 14:00:18 -08:00
Sam Dowell
9d29f57789
feat: Add Sort method to kyaml fn Results
...
Issues: GoogleContainerTools/kpt#2195
2021-12-01 20:57:48 +00:00
Natasha Sarkar
01420768c8
Merge pull request #4241 from Goodwine/kyaml-result-provider
...
Handle "Result" errors as non-fatal errors in kyaml FilterFuncs
2021-11-22 11:07:18 -08:00
Mengqi Yu
bd7bad19a1
add to BuildAnnotations
2021-11-19 12:13:12 -08:00
Mengqi Yu
2ee2d3e389
use custom id as key of the mapping and make kio.Pipeline behave the same as framework.Execute
2021-11-19 07:30:31 -08:00
Mengqi Yu
81edfb7ee8
default result.severity to info when formatting string
2021-11-19 07:30:31 -08:00
Mengqi Yu
4e7aebc20c
address comments
2021-11-18 14:58:04 -08:00
Mengqi Yu
5caed5b90a
kyaml/fn/framework ensures the annotation output format matches the input
...
If the input only contains legacy format anntations (path, index, id), the
output will be the same.
2021-11-17 14:09:19 -08:00
Goodwine
4cde50ab14
fix typo
...
Co-authored-by: Katrina Verey <kn.verey@gmail.com >
2021-11-11 16:33:17 -08:00
Carlos Ortiz García
894ffec36a
Handle kyaml Filter errors type Result as non-breaking errors and store in ResourceList
...
- Result can only count as error when passed as pointer, this makes easy use of "errors.As"
- Existing Filter() implementations that return Result from the `framework` package won't return an error anymore but modify the ResourceList
2021-11-11 15:26:07 -08:00
Mohd Bilal
cb1cbbe044
Fixes 4108; remove hidden files in kustomize edit command to correctly mimic shell globbing behaviour ( #4170 )
...
* util and util_test corrected
* fixed behaviour of fsondisk with test updated
* glob behaviour fixed in fsnode
* removed commented code
2021-11-10 08:51:26 -08:00
Kubernetes Prow Robot
394567079d
Merge pull request #4272 from mengqiy/pointer
...
Make ResourceList follow k8s api conventions
2021-11-09 15:41:26 -08:00
Mengqi Yu
374d790a21
Make ResourceList follow k8s api conventions
...
Make optional fields as pointers.
Add omitempty for optional fields.
2021-11-08 21:35:49 -08:00
Carlos Ortiz García
20c608989a
Move kio.ByteRW tests from framework_test to byteio_readwriter_test
2021-11-08 11:55:02 -08:00
Carlos Ortiz García
ba4d83f75f
only override wrapping kind if it wasn't set already
2021-11-08 11:29:57 -08:00
Carlos Ortiz García
067559127d
test cases for framework wrapping/unwrapping bug
2021-11-08 10:13:00 -08:00
Kubernetes Prow Robot
37ab5579f0
Merge pull request #4229 from natasha41575/annotationAndLabelSelectionInReplacements
...
Annotation and label selection in replacement targets
2021-11-04 13:08:23 -07:00
natasha41575
ef5f1d347d
support label and annotation selection in replacement targets
2021-11-04 12:25:15 -07:00
natasha41575
3ea8b79925
update results field of ResourceList to implement function spec v1
2021-10-29 14:28:50 -07:00
Natasha Sarkar
71b978da1a
Merge pull request #4253 from natasha41575/resourceListSDKHelpers
...
provide utility helpers for preserving internal annotations
2021-10-29 14:25:06 -07:00
natasha41575
b4a69f08c0
provide utility helpers for preserving internal annotations
2021-10-29 12:30:55 -07:00
natasha41575
c3c02887ec
bump ResourceList from v1alpha1 to v1
2021-10-19 16:15:27 -07:00
natasha41575
55ac9ca88d
fix bug with migrating annotations
2021-10-12 15:42:54 -07:00
Kubernetes Prow Robot
67c58ad4f4
Merge pull request #4210 from natasha41575/openapiFromComponent
...
fix issue with getting openapi schema from components
2021-10-04 19:27:49 -07:00
natasha41575
11e19a3d0f
separate custom openapi test from the others
2021-10-04 18:48:54 -07:00
Mengqi Yu
6cf06fac12
update the dockerfile gen command
2021-09-29 13:34:11 -07:00
natasha41575
0d8c107362
fix issue with openapi schema from components
2021-09-27 17:00:14 -07:00
Katrina Verey
70a8ed6ed3
Add go 1.17 build tags, which go fmt auto-synchronizes
2021-09-24 17:28:21 -07:00
natasha41575
f0c6bd7773
fix tests for reader annotations
2021-09-24 08:20:44 -07:00
Jeff Regan
22b735885a
Merge pull request #4190 from natasha41575/MigrateIndexPathIdAnnotations
...
Migrate index path id annotations
2021-09-24 08:00:15 -07:00
monopole
dce4ea5846
Add AnchorsAweigh option to ByteReader to toggle YAML alias/anchor expansion
2021-09-22 12:44:08 -07:00
Phani Teja Marupaka
1d9b6cbe57
Clean up bare sequence node wrapping
2021-09-20 15:35:40 -07:00
Kubernetes Prow Robot
1cb93123fc
Merge pull request #4189 from phanimarupaka/SkipNonKRMResources
...
Handle parsing of bare sequence yaml nodes
2021-09-20 11:40:24 -07:00
Kubernetes Prow Robot
c6cb42ec27
Merge pull request #4185 from KnVerey/standardize_owners_files
...
Use standard Kubernetes project roles for ownership
2021-09-20 10:44:10 -07:00
Natasha Sarkar
67a5f6d68f
support krm spec v1 and legacy path, index, and id annotations
2021-09-17 17:10:10 -07:00
Phani Teja Marupaka
e997cc5486
Handle parsing of bare sequence yaml nodes
2021-09-17 14:19:27 -07:00
Kubernetes Prow Robot
c1ae234a64
Merge pull request #4163 from natasha41575/multipleGvksInOpenApi
...
support multiple gvks in custom openapi schema
2021-09-16 12:59:26 -07:00
Natasha Sarkar
02cb395ec2
support multiple gvks in custom openapi schema
2021-09-16 12:43:18 -07:00
Katrina Verey
dd3c5f5c0a
Use standard Kubernetes project roles for ownership
2021-09-15 16:04:58 -07:00
John Howard
402f6ca72b
Precompute IsNamespaceScoped to avoid expensive schema reads ( #4152 )
...
* Precompute IsNamespaceScoped to avoid expensive schema reads
See https://github.com/GoogleContainerTools/kpt/issues/2469
For the `gcr.io/kpt-fn/set-namespace:v0.1` function, over 50% of CPU
time is spent on IsNamespaceScoped. Instead of unmarshalling 100k lines
of JSON to determine this, instead just precompute it. We can ensure
this never is inaccurate as the test verifies the precomputed result is
up to date.
In real world kpt pipelines this cuts execution of set-namespace (and
similar functions, just an example of a trivial function) from 2.0s to
1.0s. Because these functions are run in long pipelines over many
resources, this adds up a lot.
* Add documentation
2021-09-09 10:08:11 -07:00
Phani Teja Marupaka
17f18604e4
Copy reference nodes before copying comments and syncing order
2021-09-07 16:58:06 -07:00
Jeff Regan
f2f90d1185
Merge pull request #4114 from monopole/anchorsAweigh
...
Add YAML anchor/alias expansion.
2021-08-24 09:51:49 -07:00