package managedfields
import "k8s.io/apimachinery/pkg/util/managedfields"
Index ¶
Functions ¶
func ExtractInto ¶
func ExtractInto(object runtime.Object, objectType typed.ParseableType, fieldManager string, applyConfiguration interface{}) error
ExtractInto extracts the applied configuration state from object for fieldManager into applyConfiguration. If no managed fields are found for the given fieldManager, no error is returned, but applyConfiguration is left unpopulated. It is possible that no managed fields were found for the fieldManager because other field managers have taken ownership of all the fields previously owned by the fieldManager. It is also possible the fieldManager never owned fields.
Source Files ¶
extract.go
- Version
- v0.21.8
- Published
- Dec 13, 2021
- Platform
- js/wasm
- Imports
- 8 packages
- Last checked
- 7 hours ago –
Tools for package owners.