kubernetes/staging/src/k8s.io/apimachinery/pkg/util/managedfields/internal/lastapplied.go

const LastAppliedConfigAnnotation

// SetLastApplied sets the last-applied annotation the given value in
// the object.
func SetLastApplied(obj runtime.Object, value string) error {}