# Functions

DeserializePathElement parses a serialized path element.
GuessBestListPathElement guesses whether item is an associative list element, which should be referenced by key(s), or if it is not and therefore referencing by index is acceptable.
KeyByFields is a helper function which constructs a key for an associative list type.
MakePath constructs a Path.
No description provided by the author
No description provided by the author
MakePathOrDie panics if parts can't be turned into a path.
NewSet makes a set from a list of paths.
No description provided by the author
SerializePathElement serializes a path element.
SetFromValue creates a set containing every leaf field mentioned in v.

# Variables

AssociativeListCandidateFieldNames lists the field names which are considered keys if found in a list element.
No description provided by the author

# Structs

PathElement describes how to select a child field given a containing object.
PathElementSet is a set of path elements.
PathElementValueMap is a map from PathElement to value.Value.
Set identifies a set of fields.
SetNodeMap is a map of PathElement to subset.

# Interfaces

No description provided by the author

# Type aliases

APIVersion describes the version of an object or of a fieldset.
ManagedFields is a map from manager to VersionedSet (what they own in what version).
Path describes how to select a potentially deeply-nested child field given a containing object.