package pruning
import "k8s.io/apiextensions-apiserver/pkg/apiserver/schema/pruning"
Index ¶
Functions ¶
func Prune ¶
func Prune(obj interface{}, s *structuralschema.Structural, isResourceRoot bool)
Prune 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.
Source Files ¶
algorithm.go
- Version
- v0.19.6
- Published
- Dec 18, 2020
- Platform
- js/wasm
- Imports
- 1 packages
- Last checked
- 1 minute ago –
Tools for package owners.