Registry / utility / structured-merge-diff

structured-merge-diff

JSON →
library1.0.2gogounverified

Implementation of Kubernetes' strategic merge patch and diff logic for structured data.

go get sigs.k8s.io/structured-merge-diff
INSTALL
IMPORT
SIG · STRUCTURED-MERGE-D
S
structured-merge-diff
utilitygov1.0.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

structuredmergediff
sigs.k8s.io/structured-merge-diff

Create a field path set for merge operations

package main import ( "fmt" "sigs.k8s.io/structured-merge-diff/fieldpath" ) func main() { set := fieldpath.NewSet(fieldpath.MakePathOrDie("metadata", "name")) fmt.Println(set.String()) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.2latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
6
Amazon
2
Resources
structured-merge-diff — go get structured-merge-diff · libregistry