mirror of
https://github.com/kubernetes/client-go.git
synced 2025-06-24 22:23:02 +00:00
Typo in a comment.
Kubernetes-commit: 86c6e25016a3385394503efc9bb29f4dfe79163c
This commit is contained in:
parent
150ce54105
commit
e89f211c9a
@ -105,7 +105,7 @@ func NewUnstructuredExtractor(dc discovery.DiscoveryInterface) (UnstructuredExtr
|
|||||||
}, nil
|
}, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
// Extract extracts the applied configuration owned by fiieldManager from an unstructured object.
|
// Extract extracts the applied configuration owned by fieldManager from an unstructured object.
|
||||||
// Note that the apply configuration itself is also an unstructured object.
|
// Note that the apply configuration itself is also an unstructured object.
|
||||||
func (e *extractor) Extract(object *unstructured.Unstructured, fieldManager string) (*unstructured.Unstructured, error) {
|
func (e *extractor) Extract(object *unstructured.Unstructured, fieldManager string) (*unstructured.Unstructured, error) {
|
||||||
return e.extractUnstructured(object, fieldManager, "")
|
return e.extractUnstructured(object, fieldManager, "")
|
||||||
|
Loading…
Reference in New Issue
Block a user