type OmitManagedFieldsPrinter … var _ … func omitManagedFields(o runtime.Object) runtime.Object { … } // PrintObj copies the object and omits the managed fields from the copied object before printing it. func (p *OmitManagedFieldsPrinter) PrintObj(obj runtime.Object, w io.Writer) error { … }