//
pkg.gl
Category
github.com/ron1/kustomize
pkg
patch
package
1.0.11
Repository:
https://github.com/ron1/kustomize.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
0
Files
32 SLOC
#
Packages
transformer
No description provided by the author
#
Functions
Append
Append appends a slice of patch paths to a StrategicMerge slice.
Exist
Exist determines if a patch path exists in a slice of StrategicMerge.
#
Structs
Json6902
Json6902 represents a json patch for an object with format documented https://tools.ietf.org/html/rfc6902.
Target
Target represents the kubernetes object that the patch is applied to.
#
Type aliases
StrategicMerge
StrategicMerge represents a relative path to a stategic merge patch with the format https://github.com/kubernetes/community/blob/master/contributors/devel/strategic-merge-patch.md.