apimachineryk8s.io/apimachinery/pkg/util/managedfields Index | Files

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.4
Published
Jul 12, 2021
Platform
js/wasm
Imports
8 packages
Last checked
4 hours ago

Tools for package owners.