kubernetes/staging/src/k8s.io/cli-runtime/pkg/printers/managedfields.go

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 {}