# Packages
No description provided by the author
# Functions
ExtractInto extracts the applied configuration state from object for fieldManager into applyConfiguration.
NewDeducedTypeConverter creates a TypeConverter for CRDs that don't have a schema.
NewDefaultCRDFieldManager creates a new FieldManager specifically for CRDs.
NewDefaultFieldManager creates a new FieldManager that merges apply requests and update managed fields for other types of requests.
NewGVKParser builds a GVKParser from a proto.Models.
NewScaleHandler creates a new ScaleHandler.
NewTypeConverter builds a TypeConverter from a map of OpenAPIV3 schemas.
No description provided by the author
# Structs
GvkParser contains a Parser that allows introspecting the schema.
ScaleHandler manages the conversion of managed fields between a main resource and the scale subresource.
# Type aliases
FieldManager updates the managed fields and merges applied configurations.
ResourcePathMappings maps a group/version to its replicas path.
TypeConverter allows you to convert from runtime.Object to typed.TypedValue and the other way around.