package json

import "k8s.io/apimachinery/third_party/forked/golang/json"

Package json is forked from the Go standard library to enable us to find the field of a struct that a given JSON key maps to.

Index

Functions

func LookupPatchMetadataForStruct

func LookupPatchMetadataForStruct(t reflect.Type, jsonField string) (
	elemType reflect.Type, patchStrategies []string, patchMergeKey string, e error)

Finds the patchStrategy and patchMergeKey struct tag fields on a given struct field given the struct type and the JSON name of the field. It returns field type, a slice of patch strategies, merge key and error. TODO: fix the returned errors to be introspectable.

Source Files

fields.go

Version
v0.33.0 (latest)
Published
Apr 11, 2025
Platform
linux/amd64
Imports
8 packages
Last checked
10 minutes ago

Tools for package owners.