pruning

package
v0.25.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 10, 2022 License: Apache-2.0 Imports: 2 Imported by: 8

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Prune

func Prune(obj interface{}, s *structuralschema.Structural, isResourceRoot bool)

Prune is equivalent to PruneWithOptions(obj, s, isResourceRoot, structuralschema.UnknownFieldPathOptions{})

func PruneWithOptions added in v0.23.0

func PruneWithOptions(obj interface{}, s *structuralschema.Structural, isResourceRoot bool, opts structuralschema.UnknownFieldPathOptions) []string

PruneWithOptions removes object fields in obj which are not specified in s. It skips TypeMeta and ObjectMeta fields if XEmbeddedResource is set to true, or for the root if isResourceRoot=true, i.e. it does not prune unknown metadata fields. It returns the set of fields that it prunes if opts.TrackUnknownFieldPaths is true

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL